@charset "UTF-8";
.yugo, .contact-form input[type="submit"], .confirm-msg .btn,
.sent-msg .btn {
  font-family: 'Yu Gothic', YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-weight: 500; }

.oswald {
  font-family: 'Oswald', 'Yu Gothic', YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif; }

.roboto {
  font-family: 'Roboto', sans-serif; }

/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */

.t-bold {
  font-weight: 700;
  /* bold */ }

.t-lead-1 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.04em;
  display: block; }

.t-body-1, .contact-form input[type="text"],
.contact-form input[type="date"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea, .contact-form .radio-label,
.contact-form .mwform-radio-field-text,
.contact-form .mwform-checkbox-field-text, .confirm-msg,
.sent-msg {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 2.333; }

.t-a-r {
  text-align: right; }

#wrapper {
  padding-top: 0; }

.contact-head {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.04em;
  text-align: center;
  display: block;
  margin-bottom: 30px; }

.contact-info {
  background: #c4c8d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  padding-top: calc( 20 / 375 * 100vw);
  padding-bottom: 15px;
  padding-bottom: calc( 15 / 375 * 100vw);
  padding-left: 20px;
  padding-left: calc( 20 / 375 * 100vw);
  padding-right: 20px;
  padding-right: calc( 20 / 375 * 100vw); }

.contact-info__blk {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  padding: 20px;
  padding: calc( 20 / 375 * 100vw);
  margin-bottom: 10px;
  margin-bottom: calc( 10 / 375 * 100vw); }

.contact-info__blk-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding-bottom: 15px;
  padding-bottom: calc( 15 / 375 * 100vw);
  margin-bottom: 10px;
  margin-bottom: calc( 10 / 375 * 100vw); }

.contact-info__blk-icon {
  width: 40px;
  width: calc( 40 / 375 * 100vw);
  height: 40px;
  height: calc( 40 / 375 * 100vw);
  margin-right: 20px;
  margin-right: calc( 20 / 375 * 100vw);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .contact-info__blk-icon.tel {
    background-image: url(../../images/common/icon_tel.svg); }
  .contact-info__blk-icon.mail {
    background-image: url(../../images/common/icon_mail.svg); }

.contact-info__blk-txt {
  font-size: 18px;
  font-size: calc( 18 / 375 * 100vw);
  letter-spacing: 0.04em;
  line-height: 1.667;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  /* medium */ }

.contact-info__blk-content {
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0px;
  padding-left: calc( 0 / 375 * 100vw);
  margin-top: 0px;
  margin-top: calc( 0 / 375 * 100vw);
  margin-bottom: 0px;
  margin-bottom: calc( 0 / 375 * 100vw); }
  .contact-info__blk-content.tel {
    text-align: center; }
  .contact-info__blk-content .hour {
    line-height: 1.667; }

.contact-info__blk-tel {
  font-family: 'Noto Serif JP', serif;
  color: #b9881e;
  font-size: 30px;
  font-size: calc( 30 / 375 * 100vw);
  letter-spacing: 0.04em;
  font-weight: 500;
  /* medium */
  margin-top: 0px;
  margin-top: calc( 0 / 375 * 100vw);
  margin-bottom: 0px;
  margin-bottom: calc( 0 / 375 * 100vw);
  display: inline-block; }

.contact-desc {
  text-align: center;
  margin-bottom: 3em; }

.form-card {
  background: #fff;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.form-table {
  border-bottom: solid 1px #dddddd;
  padding-bottom: 30px;
  margin-bottom: 40px; }
  .form-table dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .form-table dt .required {
      width: 34px;
      height: 18px;
      background: #db402c;
      color: #fff;
      font-size: 1.2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 20px; }

.form-contact__privacy {
  text-align: center;
  line-height: 2; }
  .form-contact__privacy a {
    color: #242424;
    text-decoration: underline; }
  .form-contact__privacy.confirm input#privacy,
  .form-contact__privacy.confirm label {
    pointer-events: none; }

.contact-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2; }
  .contact-form input[type="text"],
  .contact-form input[type="date"],
  .contact-form input[type="tel"],
  .contact-form input[type="email"],
  .contact-form select,
  .contact-form textarea {
    border: solid 1px #242424;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    font-family: "Yu Gothic", YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif; }
    .contact-form input[type="text"]:placeholder-shown,
    .contact-form input[type="date"]:placeholder-shown,
    .contact-form input[type="tel"]:placeholder-shown,
    .contact-form input[type="email"]:placeholder-shown,
    .contact-form select:placeholder-shown,
    .contact-form textarea:placeholder-shown {
      color: #7c7c7c; }
    .contact-form input[type="text"]::-webkit-input-placeholder,
    .contact-form input[type="date"]::-webkit-input-placeholder,
    .contact-form input[type="tel"]::-webkit-input-placeholder,
    .contact-form input[type="email"]::-webkit-input-placeholder,
    .contact-form select::-webkit-input-placeholder,
    .contact-form textarea::-webkit-input-placeholder {
      color: #7c7c7c; }
    .contact-form input[type="text"]:-moz-placeholder,
    .contact-form input[type="date"]:-moz-placeholder,
    .contact-form input[type="tel"]:-moz-placeholder,
    .contact-form input[type="email"]:-moz-placeholder,
    .contact-form select:-moz-placeholder,
    .contact-form textarea:-moz-placeholder {
      color: #7c7c7c;
      opacity: 1; }
    .contact-form input[type="text"]::-moz-placeholder,
    .contact-form input[type="date"]::-moz-placeholder,
    .contact-form input[type="tel"]::-moz-placeholder,
    .contact-form input[type="email"]::-moz-placeholder,
    .contact-form select::-moz-placeholder,
    .contact-form textarea::-moz-placeholder {
      color: #7c7c7c;
      opacity: 1; }
    .contact-form input[type="text"]:-ms-input-placeholder,
    .contact-form input[type="date"]:-ms-input-placeholder,
    .contact-form input[type="tel"]:-ms-input-placeholder,
    .contact-form input[type="email"]:-ms-input-placeholder,
    .contact-form select:-ms-input-placeholder,
    .contact-form textarea:-ms-input-placeholder {
      color: #7c7c7c;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
  .contact-form input[type="text"],
  .contact-form input[type="date"],
  .contact-form input[type="tel"],
  .contact-form input[type="email"],
  .contact-form select {
    height: 50px; }
  .contact-form textarea {
    padding: 10px 20px;
    height: 148px; }
  .contact-form input[type="text"],
  .contact-form input[type="date"],
  .contact-form input[type="tel"],
  .contact-form input[type="email"],
  .contact-form textarea {
    border-radius: 5px; }
  .contact-form .note {
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
    color: #282828;
    margin-top: 1em; }
  .contact-form input.postal {
    width: 200px; }
  .contact-form .select {
    position: relative; }
    .contact-form .select:after {
      font-family: 'Yu Gothic', YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
      font-weight: 500;
      font-size: 10px;
      position: absolute;
      pointer-events: none;
      line-height: 1.5;
      content: "▼";
      top: 50%;
      right: 10px;
      color: #7c7c7c;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .contact-form .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .contact-form .radio-label,
  .contact-form .mwform-radio-field-text,
  .contact-form .mwform-checkbox-field-text {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #242424;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500 !important;
    /* medium */ }
  .contact-form input[type="checkbox"],
  .contact-form input[type="radio"] {
    display: none;
    width: 0;
    height: 0; }
  .contact-form input[type="checkbox"] + label::before,
  .contact-form input[type="checkbox"] + span::before {
    position: absolute;
    content: "";
    left: 0;
    background: #fff;
    border: 1px solid #959595;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 2px; }
  .contact-form input[type="radio"] + label::before,
  .contact-form input[type="radio"] + span::before {
    position: absolute;
    content: "";
    left: 0;
    background: #fff;
    border: 1px solid #959595;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%; }
  .contact-form input[type="checkbox"]:checked + label::after,
  .contact-form input[type="checkbox"]:checked + span::after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    border-left: solid 2px #505876;
    border-bottom: solid 2px #505876;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .contact-form input[type="radio"]:checked + label::after,
  .contact-form input[type="radio"]:checked + span::after {
    position: absolute;
    content: "";
    display: block;
    background: #505876;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    border-radius: 50%; }
  .contact-form .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
  .contact-form .ajax-loader {
    margin-top: 15px !important;
    display: block !important;
    position: absolute !important;
    left: 50%;
    bottom: -15px;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    margin: 0 !important; }
  .contact-form .contact-form__btnwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .contact-form .contact-form__btnwrap .contact-form__back input,
    .contact-form .contact-form__btnwrap .contact-form__submit input {
      width: 100%;
      height: 100%; }
    .contact-form .contact-form__btnwrap .contact-form__back {
      position: relative; }
      .contact-form .contact-form__btnwrap .contact-form__back:before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 1px #fff;
        border-left: solid 1px #fff;
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translate(0, -50%) rotate(-45deg);
                transform: translate(0, -50%) rotate(-45deg);
        -webkit-transition: all 0.3s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0s;
        transition: all 0.3s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0s;
        z-index: 2; }
      .contact-form .contact-form__btnwrap .contact-form__back input {
        background: #5a5a5a; }
  .contact-form .contact-form__submit {
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    .contact-form .contact-form__submit:before {
      content: "";
      width: 7px;
      height: 7px;
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translate(0, -50%) rotate(45deg);
              transform: translate(0, -50%) rotate(45deg);
      -webkit-transition: all 0.3s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0s;
      transition: all 0.3s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0s;
      z-index: 2; }
  .contact-form input[type="submit"] {
    color: #fff;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    /* bold */
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0s;
    transition: all 0.5s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0s; }
    .contact-form input[type="submit"].wpcf7c-btn-confirm {
      margin: 0 auto; }

.wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 1.2rem; }

.wpcf7-response-output {
  display: none !important; }

.confirm-msg,
.sent-msg {
  text-align: center;
  display: none;
  margin: 100px 0 50px; }
  .confirm-msg .body-1,
  .sent-msg .body-1 {
    margin-bottom: 50px; }
  .confirm-msg .btn,
  .sent-msg .btn {
    width: 340px;
    height: 70px;
    border: solid 1px #242424;
    background-image: url(../../images/common/icon-arrow-6.svg);
    background-size: 32px auto;
    background-repeat: no-repeat;
    background-position: left 27px top 28px;
    color: #242424;
    letter-spacing: 0.04em;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    /* bold */
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0s;
    transition: all 0.5s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0s; }

.confirm-ttl {
  display: none; }

.sent-ttl {
  display: none; }

.mw_wp_form_input .contact-form__back {
  display: none; }

.mw_wp_form_input .contact-form__submit {
  margin-left: auto;
  margin-right: auto; }

.custom-wpcf7c-confirmed .default-ttl,
.mw_wp_form_preview .default-ttl {
  display: none; }

.custom-wpcf7c-confirmed .default-msg,
.mw_wp_form_preview .default-msg {
  display: none; }

.custom-wpcf7c-confirmed .confirm-ttl,
.mw_wp_form_preview .confirm-ttl {
  display: block; }

.custom-wpcf7c-confirmed .sent-ttl,
.mw_wp_form_preview .sent-ttl {
  display: none; }

.custom-wpcf7c-confirmed .desc,
.mw_wp_form_preview .desc {
  display: none; }

.custom-wpcf7c-confirmed .confirm-msg,
.mw_wp_form_preview .confirm-msg {
  display: block; }

.custom-wpcf7c-confirmed input[type="text"],
.custom-wpcf7c-confirmed input[type="date"],
.custom-wpcf7c-confirmed input[type="tel"],
.custom-wpcf7c-confirmed input[type="email"],
.custom-wpcf7c-confirmed textarea,
.custom-wpcf7c-confirmed select,
.mw_wp_form_preview input[type="text"],
.mw_wp_form_preview input[type="date"],
.mw_wp_form_preview input[type="tel"],
.mw_wp_form_preview input[type="email"],
.mw_wp_form_preview textarea,
.mw_wp_form_preview select {
  border: none;
  background: #fff; }
  .custom-wpcf7c-confirmed input[type="text"]:-internal-autofill-selected,
  .custom-wpcf7c-confirmed input[type="date"]:-internal-autofill-selected,
  .custom-wpcf7c-confirmed input[type="tel"]:-internal-autofill-selected,
  .custom-wpcf7c-confirmed input[type="email"]:-internal-autofill-selected,
  .custom-wpcf7c-confirmed textarea:-internal-autofill-selected,
  .custom-wpcf7c-confirmed select:-internal-autofill-selected,
  .mw_wp_form_preview input[type="text"]:-internal-autofill-selected,
  .mw_wp_form_preview input[type="date"]:-internal-autofill-selected,
  .mw_wp_form_preview input[type="tel"]:-internal-autofill-selected,
  .mw_wp_form_preview input[type="email"]:-internal-autofill-selected,
  .mw_wp_form_preview textarea:-internal-autofill-selected,
  .mw_wp_form_preview select:-internal-autofill-selected {
    background: #fff !important; }

.custom-wpcf7c-confirmed .select:after,
.mw_wp_form_preview .select:after {
  display: none; }

.custom-wpcf7c-confirmed input[type="radio"] + .radio-label,
.mw_wp_form_preview input[type="radio"] + .radio-label {
  display: none; }

.custom-wpcf7c-confirmed input[type="radio"]:checked + .radio-label,
.mw_wp_form_preview input[type="radio"]:checked + .radio-label {
  display: inline;
  padding: 0; }
  .custom-wpcf7c-confirmed input[type="radio"]:checked + .radio-label:before, .custom-wpcf7c-confirmed input[type="radio"]:checked + .radio-label:after,
  .mw_wp_form_preview input[type="radio"]:checked + .radio-label:before,
  .mw_wp_form_preview input[type="radio"]:checked + .radio-label:after {
    display: none; }

.custom-wpcf7c-confirmed .note,
.mw_wp_form_preview .note {
  display: none; }

.custom-wpcf7c-confirmed .form-contact__privacy-txt,
.mw_wp_form_preview .form-contact__privacy-txt {
  display: none; }

.sent .default-ttl,
.mw_wp_form_complete .default-ttl {
  display: none; }

.sent .confirm-ttl,
.mw_wp_form_complete .confirm-ttl {
  display: none; }

.sent .sent-ttl,
.mw_wp_form_complete .sent-ttl {
  display: block; }

.sent dl,
.mw_wp_form_complete dl {
  display: none !important; }

.sent .btn-wrap,
.sent .desc,
.mw_wp_form_complete .btn-wrap,
.mw_wp_form_complete .desc {
  display: none; }

.sent .sent-msg,
.mw_wp_form_complete .sent-msg {
  display: block; }

/*
//スタイル確認用
.sent-msg,
.btn-wrap .wpcf7c-force-hide {
  display: block !important;
}
*/

@media screen and (min-width: 769px) {
  .setOrder {
    color: #000; }
    .t-lead-1 {
      font-size: 4rem; }
    .contact-head {
      font-size: 3rem; }
  .contact-meta {
    margin-bottom: 70px; }
    .contact-info {
      padding-top: 40px;
      padding-top: calc( 40 / 1480 * 100vw); }
    .contact-info {
      padding-bottom: 35px;
      padding-bottom: calc( 35 / 1480 * 100vw); }
    .contact-info {
      padding-left: 83px;
      padding-left: calc( 83 / 1480 * 100vw); }
    .contact-info {
      padding-right: 83px;
      padding-right: calc( 83 / 1480 * 100vw); }
    .contact-info__blk {
      padding: 40px;
      padding: calc( 40 / 1480 * 100vw); }
    .contact-info__blk {
      margin-bottom: 20px;
      margin-bottom: calc( 20 / 1480 * 100vw); }
    .contact-info__blk {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .contact-info__blk-head {
      width: 228px;
      width: calc( 228 / 1480 * 100vw); }
    .contact-info__blk-head {
      padding-bottom: 0px;
      padding-bottom: calc( 0 / 1480 * 100vw); }
    .contact-info__blk-head {
      margin-bottom: 0px;
      margin-bottom: calc( 0 / 1480 * 100vw); }
    .contact-info__blk-head {
      border-right: solid 1px #b9881e; }
    .contact-info__blk-icon {
      width: 56px;
      width: calc( 56 / 1480 * 100vw); }
    .contact-info__blk-icon {
      height: 56px;
      height: calc( 56 / 1480 * 100vw); }
    .contact-info__blk-icon {
      margin-right: 20px;
      margin-right: calc( 20 / 1480 * 100vw); }
    .contact-info__blk-txt {
      font-size: 18px;
      font-size: calc( 18 / 1480 * 100vw); }
    .contact-info__blk-content {
      width: 492px;
      width: calc( 492 / 1480 * 100vw); }
    .contact-info__blk-content {
      padding-left: 40px;
      padding-left: calc( 40 / 1480 * 100vw); }
    .contact-info__blk-content {
      margin-top: -10px;
      margin-top: calc( -10 / 1480 * 100vw); }
    .contact-info__blk-content {
      margin-bottom: -10px;
      margin-bottom: calc( -10 / 1480 * 100vw); }
    .contact-info__blk-tel {
      font-size: 50px;
      font-size: calc( 50 / 1480 * 100vw); }
    .contact-info__blk-tel {
      margin-top: -7px;
      margin-top: calc( -7 / 1480 * 100vw); }
    .contact-info__blk-tel {
      margin-bottom: 6px;
      margin-bottom: calc( 6 / 1480 * 100vw); }
    .form-card {
      padding: 70px 83px;
      margin-bottom: 120px; }
    .form-table {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .form-table dt {
        width: 285px;
        margin-bottom: 40px; }
      .form-table dt.exp {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .form-table dt.exp .required {
          position: relative;
          top: 8px; }
    .form-table dd {
      width: 515px;
      margin-bottom: 40px; }
    .form-contact__privacy {
      font-size: 1.5rem; }
    .form-contact__privacy.confirm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .form-contact__privacy.confirm .confirm-head {
      width: 285px; }
    .contact-form {
      margin-bottom: 120px; }
    .contact-form .radio-item:not(:last-of-type) .radio-label,
    .contact-form .radio-item:not(:last-of-type) .mwform-radio-field-text,
    .contact-form .radio-item:not(:last-of-type) .mwform-checkbox-field-text,
    .contact-form .mwform-radio-field label:not(:last-of-type) .radio-label,
    .contact-form .mwform-radio-field label:not(:last-of-type) .mwform-radio-field-text,
    .contact-form .mwform-radio-field label:not(:last-of-type) .mwform-checkbox-field-text {
      margin-right: 30px; }
      .contact-form .radio-label,
      .contact-form .mwform-radio-field-text,
      .contact-form .mwform-checkbox-field-text {
        padding: 5px 0 5px 23px;
        height: 1em; }
        .contact-form .radio-label:hover,
        .contact-form .mwform-radio-field-text:hover,
        .contact-form .mwform-checkbox-field-text:hover {
          cursor: pointer; }
      .contact-form input[type="checkbox"] + label::before,
      .contact-form input[type="checkbox"] + span::before {
        top: 4px;
        width: 18px;
        height: 18px; }
      .contact-form input[type="radio"] + label::before,
      .contact-form input[type="radio"] + span::before {
        top: 4px;
        width: 18px;
        height: 18px; }
      .contact-form input[type="checkbox"]:checked + label::after,
      .contact-form input[type="checkbox"]:checked + span::after {
        width: 10px;
        height: 6px;
        top: 8px;
        left: 4px; }
      .contact-form input[type="radio"]:checked + label::after,
      .contact-form input[type="radio"]:checked + span::after {
        width: 10px;
        height: 10px;
        top: 8px;
        left: 4px; }
      .contact-form .btn-wrap {
        margin-top: 50px; }
      .contact-form .contact-form__btnwrap {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .contact-form .contact-form__btnwrap .contact-form__back,
      .contact-form .contact-form__btnwrap .contact-form__submit {
        width: 455px; }
        .contact-form .contact-form__btnwrap .contact-form__back {
          width: 455px;
          height: 70px; }
      .contact-form .contact-form__submit {
        width: 474px;
        height: 70px; }
      .contact-form input[type="submit"]:hover {
        background-color: #ac5145; }
      .confirm-msg .btn,
      .sent-msg .btn {
        margin: 90px auto 0; }
      .confirm-msg .btn:hover,
      .sent-msg .btn:hover {
        background-color: #242424;
        background-image: url(../../images/common/icon-arrow-7.svg);
        color: #fff; }
  .confirm-msg {
    margin-bottom: 100px; }
  .contact-form__backbtn {
    margin: 120px 0; } }

@media screen and (min-width: 961px) {
  .setOrder {
    color: #000; }
    .contact-info {
      padding-top: 40px;
      padding-top: calc( 40 / 1480 * 100vw); }
    .contact-info {
      padding-bottom: 35px;
      padding-bottom: calc( 35 / 1480 * 100vw); }
    .contact-info {
      padding-left: 83px;
      padding-left: calc( 83 / 1480 * 100vw); }
    .contact-info {
      padding-right: 83px;
      padding-right: calc( 83 / 1480 * 100vw); }
    .contact-info__blk {
      padding: 40px;
      padding: calc( 40 / 1480 * 100vw); }
    .contact-info__blk {
      margin-bottom: 20px;
      margin-bottom: calc( 20 / 1480 * 100vw); }
    .contact-info__blk-head {
      width: 228px;
      width: calc( 228 / 1480 * 100vw); }
    .contact-info__blk-head {
      padding-bottom: 0px;
      padding-bottom: calc( 0 / 1480 * 100vw); }
    .contact-info__blk-head {
      margin-bottom: 0px;
      margin-bottom: calc( 0 / 1480 * 100vw); }
    .contact-info__blk-icon {
      width: 56px;
      width: calc( 56 / 1480 * 100vw); }
    .contact-info__blk-icon {
      height: 56px;
      height: calc( 56 / 1480 * 100vw); }
    .contact-info__blk-icon {
      margin-right: 20px;
      margin-right: calc( 20 / 1480 * 100vw); }
    .contact-info__blk-txt {
      font-size: 18px;
      font-size: calc( 18 / 1480 * 100vw); }
    .contact-info__blk-content {
      width: 492px;
      width: calc( 492 / 1480 * 100vw); }
    .contact-info__blk-content {
      padding-left: 40px;
      padding-left: calc( 40 / 1480 * 100vw); }
    .contact-info__blk-content {
      margin-top: -10px;
      margin-top: calc( -10 / 1480 * 100vw); }
    .contact-info__blk-content {
      margin-bottom: -10px;
      margin-bottom: calc( -10 / 1480 * 100vw); }
    .contact-info__blk-tel {
      font-size: 50px;
      font-size: calc( 50 / 1480 * 100vw); }
    .contact-info__blk-tel {
      margin-top: -7px;
      margin-top: calc( -7 / 1480 * 100vw); }
    .contact-info__blk-tel {
      margin-bottom: 6px;
      margin-bottom: calc( 6 / 1480 * 100vw); } }

@media screen and (max-width: 768px) {
  .setOrder {
    color: #000; }
    .t-lead-1 {
      font-size: 2.2rem; }
    .contact-head {
      font-size: 2.5rem; }
  .contact-meta {
    margin-bottom: 50px; }
    .contact-info__blk-head {
      border-bottom: solid 1px #b9881e; }
    .contact-info__blk-content .t-body-1, .contact-info__blk-content .contact-form input[type="text"], .contact-form .contact-info__blk-content input[type="text"],
    .contact-info__blk-content .contact-form input[type="date"], .contact-form .contact-info__blk-content input[type="date"],
    .contact-info__blk-content .contact-form input[type="tel"], .contact-form .contact-info__blk-content input[type="tel"],
    .contact-info__blk-content .contact-form input[type="email"], .contact-form .contact-info__blk-content input[type="email"],
    .contact-info__blk-content .contact-form select, .contact-form .contact-info__blk-content select,
    .contact-info__blk-content .contact-form textarea, .contact-form .contact-info__blk-content textarea, .contact-info__blk-content .contact-form .radio-label, .contact-form .contact-info__blk-content .radio-label,
    .contact-info__blk-content .contact-form .mwform-radio-field-text, .contact-form .contact-info__blk-content .mwform-radio-field-text,
    .contact-info__blk-content .contact-form .mwform-checkbox-field-text, .contact-form .contact-info__blk-content .mwform-checkbox-field-text, .contact-info__blk-content .confirm-msg,
    .contact-info__blk-content .sent-msg {
      font-size: 1.3rem; }
    .contact-desc {
      font-size: 1.4rem; }
    .form-card {
      padding: 35px;
      margin-bottom: 60px; }
      .form-table dt {
        margin-bottom: 10px; }
    .form-table dd {
      margin-bottom: 30px; }
    .form-contact__privacy {
      font-size: 1.4rem; }
    .contact-form {
      margin-bottom: 100px; }
      .contact-form input[type="text"],
      .contact-form input[type="date"],
      .contact-form input[type="tel"],
      .contact-form input[type="email"],
      .contact-form select,
      .contact-form textarea {
        font-size: 1.2rem; }
      .contact-form .radio {
        margin-top: 15px; }
    .contact-form .radio-item,
    .contact-form .mwform-radio-field label {
      margin-bottom: 10px; }
    .contact-form .radio-item:not(:last-of-type) .radio-label,
    .contact-form .radio-item:not(:last-of-type) .mwform-radio-field-text,
    .contact-form .radio-item:not(:last-of-type) .mwform-checkbox-field-text,
    .contact-form .mwform-radio-field label:not(:last-of-type) .radio-label,
    .contact-form .mwform-radio-field label:not(:last-of-type) .mwform-radio-field-text,
    .contact-form .mwform-radio-field label:not(:last-of-type) .mwform-checkbox-field-text {
      margin-right: 30px; }
      .contact-form .radio-label,
      .contact-form .mwform-radio-field-text,
      .contact-form .mwform-checkbox-field-text {
        width: 100%;
        margin-top: 0.5em;
        padding-left: 20px; }
      .contact-form input[type="checkbox"] + label::before,
      .contact-form input[type="checkbox"] + span::before {
        width: 12px;
        height: 12px;
        top: 2px; }
      .contact-form input[type="radio"] + label::before,
      .contact-form input[type="radio"] + span::before {
        width: 12px;
        height: 12px;
        top: 2px; }
      .contact-form input[type="checkbox"]:checked + label::after,
      .contact-form input[type="checkbox"]:checked + span::after {
        width: 8px;
        height: 5px;
        top: 4px;
        left: 2px; }
      .contact-form input[type="radio"]:checked + label::after,
      .contact-form input[type="radio"]:checked + span::after {
        width: 8px;
        height: 8px;
        top: 4px;
        left: 2px; }
      .contact-form .btn-wrap {
        margin-top: 30px; }
      .contact-form .contact-form__btnwrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .contact-form .contact-form__btnwrap .contact-form__back {
          width: 300px;
          height: 50px;
          margin-bottom: 15px; }
      .contact-form .contact-form__submit {
        width: 300px;
        height: 50px; }
      .confirm-msg .btn,
      .sent-msg .btn {
        margin: 50px auto 0; }
  .confirm-msg {
    margin-bottom: 60px; }
  .contact-form__backbtn {
    margin: 100px 0; } }

@media screen and (max-width: 350px) {
    .t-lead-1 {
      font-size: 2rem; } }

@media screen and (min-width: 1200px) {
    .contact-info {
      padding-top: 40px; }
    .contact-info {
      padding-bottom: 35px; }
    .contact-info {
      padding-left: 83px; }
    .contact-info {
      padding-right: 83px; }
    .contact-info__blk {
      padding: 40px; }
    .contact-info__blk {
      margin-bottom: 20px; }
    .contact-info__blk-head {
      width: 228px; }
    .contact-info__blk-head {
      padding-bottom: 0px; }
    .contact-info__blk-head {
      margin-bottom: 0px; }
    .contact-info__blk-icon {
      width: 56px; }
    .contact-info__blk-icon {
      height: 56px; }
    .contact-info__blk-icon {
      margin-right: 20px; }
    .contact-info__blk-txt {
      font-size: 18px; }
    .contact-info__blk-content {
      width: 492px; }
    .contact-info__blk-content {
      padding-left: 40px; }
    .contact-info__blk-content {
      margin-top: -10px; }
    .contact-info__blk-content {
      margin-bottom: -10px; }
    .contact-info__blk-tel {
      font-size: 50px; }
    .contact-info__blk-tel {
      margin-top: -7px; }
    .contact-info__blk-tel {
      margin-bottom: 6px; } }
