.UniversLTPro-55Roman {
  font-family: UniversLTPro-55Roman;
  font-weight: normal;
  font-style: normal;
}
.UniversLTPro-65Bold {
  font-family: UniversLTPro-65Bold;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #contact .page-header p.lead {
    text-align: center;
  }
}
#contact .contact-form {
  padding: 30px 0 0;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #contact .contact-form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #contact .contact-form {
    padding-left: 0;
    padding-right: 0;
  }
}
#contact .contact-form dl {
  padding: 20px 0;
  margin: 0;
  border-top: solid 1px #e6e6e6;
  display: table;
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #contact .contact-form dl {
    display: block;
  }
}
#contact .contact-form dl.input-message {
  border-bottom: solid 1px #e6e6e6;
}
#contact .contact-form dl.input-message dd {
  line-height: 1.7;
}
#contact .contact-form dl dt,
#contact .contact-form dl dd {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #contact .contact-form dl dt,
  #contact .contact-form dl dd {
    padding-left: 5%;
    padding-right: 5%;
  }
}
#contact .contact-form dl dt {
  padding-left: 20px;
  width: 100%;
  display: table-cell;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #contact .contact-form dl dt {
    display: block;
    padding-left: 5%;
    padding-bottom: 10px;
  }
}
#contact .contact-form dl dt span.en {
  font-size: 13px;
}
#contact .contact-form dl dd {
  font-size: 12px;
  padding-right: 20px;
  width: 480px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #contact .contact-form dl dd {
    padding-right: 5%;
    width: 100%;
  }
}
#contact .contact-form dl dd select {
  outline: none;
  font: -webkit-control;
}
#contact .contact-form dl dd input,
#contact .contact-form dl dd textarea {
  margin: -10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background-color: #eee;
  font-size: 12px;
  padding: 10px;
  outline: none;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #contact .contact-form dl dd input,
  #contact .contact-form dl dd textarea {
    margin: 0;
    font-size: 1.2rem;
  }
}
#contact .contact-form dl dd textarea {
  line-height: 1.7;
}
#contact .contact-form dl dd span.error {
  color: #e31c1c;
  display: block;
  margin-top: 1.5em;
  font-size: 12px;
}
#contact .contact-form dl.input-name input,
#contact .contact-form dl.input-name textarea,
#contact .contact-form dl.input-mail input,
#contact .contact-form dl.input-mail textarea,
#contact .contact-form dl.input-message input,
#contact .contact-form dl.input-message textarea {
  width: 100%;
}
#contact .contact-form .confirm-button {
  margin: 60px auto;
  border-radius: 0;
  cursor: pointer;
  background-color: #fff;
  line-height: 1;
  outline: none;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #contact .contact-form .confirm-button {
    margin: 30px auto;
    padding: 20px 0;
  }
}
#contact .confirm-button-wrapper {
  padding: 60px 0 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #contact .confirm-button-wrapper {
    padding: 30px 5% 0;
  }
}
#contact .confirm-button-wrapper .rect-button {
  cursor: pointer;
  outline: none;
  display: inline-block;
  width: 180px;
  margin: 0 10px;
  line-height: 1;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #contact .confirm-button-wrapper .rect-button {
    width: 48%;
    margin: 0;
    padding: 15px 0;
  }
}
#contact .confirm-button-wrapper .rect-button:first-child {
  background-color: #777;
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #contact .confirm-button-wrapper .rect-button:first-child {
    margin-right: 4%;
  }
}
#contact .confirm-button-wrapper .rect-button:last-child {
  background-color: #fff;
}
#contact .mw_wp_form_confirm .confirm-button-wrapper {
  display: block;
}
#contact a.backtotop {
  margin-bottom: 200px;
}


@media only screen and (min-width: 320px) and (max-width: 736px) {
    .breadcrumbs {
        margin-top: 0;
    }
}