@charset "UTF-8";
body {
  color: #333333;
  font-family: "Poppins", "oswald", "Noto Sans JP", "Shippori Mincho", sans-serif;
}

.fv {
  background: #f0f2f2;
  width: 100%;
  height: 118vw;
  padding-top: 19.2vw;
  position: relative;
}

.fv-backimg {
  width: 100%;
  height: 75.4vw;
  background-image: url("../../../../img/contact-fv_sp.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0;
  z-index: -1;
}

.fv-tit_en {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Poppins";
  font-size: 7.73333vw;
  font-weight: 600;
  color: #0e3169;
  text-align: center;
  margin: -9.866vw 0 0 0;
  padding: 4.8vw 0 5.333vw;
  width: 90vw;
  background-color: rgba(255, 255, 255, 0.9);
}

.fv-tit_ja {
  position: absolute;
  top: 86.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Poppins";
  font-size: 3.4666vw;
  color: #fff;
  background: #0e3169;
  text-align: center;
  width: 52vw;
  padding: 0.8vw;
}

.fv-txt {
  font-size: 4vw;
  font-family: "Noto Sans JP";
  letter-spacing: 0.02em;
  line-height: 2;
  width: calc(100vw - 50px);
  margin: auto;
  padding: 8.6vw 0 15.7vw;
}

.fv-txt_tit {
  font-size: 3.733vw;
  font-weight: 500;
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .fv {
    width: 100%;
    height: 57.7vw;
    background: #f0f2f2;
    padding-top: 6.923vw;
    position: relative;
  }
  .fv-backimg {
    width: 100%;
    height: 34.615vw;
    background-image: url("../../../../img/contact-fv_pc.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    z-index: -1;
  }
  .fv-tit_en {
    position: absolute;
    top: 62.5%;
    left: 27.3%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 4.23vw;
    font-weight: 600;
    color: #0e3169;
    text-align: center;
    margin: 0 0 0 0;
    padding: 2.23vw 0 2.077vw;
    width: 90.769vw;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .fv-tit_ja {
    position: absolute;
    top: 76%;
    left: 51.7%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 1.384vw;
    color: #fff;
    background: #0e3169;
    text-align: center;
    width: 26.923vw;
    padding: 0.615vw;
  }
  .fv-txt {
    width: 76.92vw;
    margin: auto;
    font-size: 1.333vw;
    font-family: "Noto Sans JP";
    letter-spacing: 0.02em;
    line-height: 2;
    margin: auto;
    padding: 8vw 0 4.666vw;
    text-align: left;
  }
  .fv-txt_tit {
    font-size: 1.333vw;
    font-weight: 500;
  }
}

@media screen and (min-width: 1300px) {
  .fv {
    width: 100%;
    height: 750px;
    background: #f0f2f2;
    padding-top: 90px;
    position: relative;
  }
  .fv-backimg {
    width: 100%;
    height: 450px;
    background-image: url("../../../../img/contact-fv_pc.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    z-index: -1;
  }
  .fv-tit_en {
    position: absolute;
    top: 62.7%;
    left: 18.5%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 55px;
    font-weight: 600;
    color: #0e3169;
    text-align: center;
    margin: 0 0 0 0;
    padding: 29px 0 27px;
    width: 1444px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .fv-tit_ja {
    position: absolute;
    top: 76%;
    left: 51.7%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 18px;
    color: #fff;
    background: #0e3169;
    text-align: center;
    width: 350px;
    padding: 8px;
  }
  .fv-txt {
    width: calc(100vw - 50px);
    max-width: 1000px;
    margin: auto;
    font-size: 16px;
    font-family: "Noto Sans JP";
    letter-spacing: 0.02em;
    line-height: 2;
    margin: auto;
    padding: 96px 0 56px;
    text-align: left;
  }
  .fv-txt_tit {
    font-size: 16px;
    font-weight: 500;
  }
}

/* パンくずリスト ------------------------------*/
.breadcrumb {
  padding: 1.6vw 0 2.1333vw 4.2666vw;
  list-style: none;
}

.breadcrumb-item {
  position: relative;
  display: inline-block;
  color: #103496;
  font-size: 3.2vw;
  line-height: 1.91666;
  letter-spacing: 0.02em;
}

.breadcrumb-item:first-child {
  position: relative;
  z-index: 1;
  opacity: 0.5;
}

.breadcrumb-item:last-child {
  margin-left: 4.6vw;
  margin-top: 0.2vw;
  color: #0e3169;
}

.breadcrumb-item:last-child::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -4.5vw;
  content: "";
  width: 3.2666vw;
  height: 0.1333vw;
  background: #103496;
  opacity: 0.5;
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .breadcrumb {
    top: 79%;
    left: 5.7%;
    position: absolute;
  }
  .breadcrumb-item {
    font-size: 1vw;
    line-height: 2.307692;
    letter-spacing: 0.02em;
  }
  .breadcrumb-item:first-child {
    position: relative;
    z-index: 1;
  }
  .breadcrumb-item:nth-child(2) {
    margin-left: 1.923vw;
  }
  .breadcrumb-item:nth-child(2)::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -18%;
    content: "";
    width: 1.153vw;
    height: 0.0666vw;
    background: #103496;
    opacity: 0.5;
  }
  .breadcrumb-item:last-child {
    margin-left: 1.923vw;
  }
  .breadcrumb-item:last-child::before {
    display: inline-block;
    position: absolute;
    top: 55%;
    left: -1.804vw;
    content: "";
    width: 1.25vw;
    height: 0.0666vw;
    background: #0e3169;
    opacity: 0.5;
  }
}

@media screen and (min-width: 1300px), print {
  .breadcrumb {
    top: 79%;
    left: 5.7%;
    position: absolute;
  }
  .breadcrumb-item {
    font-size: 13px;
    line-height: 2.307692;
    letter-spacing: 0.02em;
  }
  .breadcrumb-item:first-child {
    position: relative;
    z-index: 1;
  }
  .breadcrumb-item:last-child {
    margin-left: 25px;
  }
  .breadcrumb-item:last-child::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -20px;
    content: "";
    width: 15px;
    height: 1px;
    background: #0e3169;
    opacity: 0.5;
  }
}

.contact {
  padding-bottom: 0;
}

.contact #mw_wp_form_mw-wp-form-180 {
  width: 87vw;
  margin: auto;
}

.contact-item {
  padding-bottom: 6.44vw;
}

.contact-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.9vw;
}

.contact-tit_tit {
  font-size: 4vw;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.contact-tit_label {
  font-size: 3.2vw;
  color: white;
  background: #0e3169;
  text-align: right;
  font-weight: 500;
  padding: 0.8vw 3.5vw 0.5vw;
  margin-top: -0.2vw;
}

.contact-input {
  width: 100%;
  padding: 1.93vw 1.066vw;
  font-size: 4vw;
  border: 0.2666vw solid #dbdbdb;
  border-radius: 0;
  font-family: inherit;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.contact-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-indent: -1.5em;
  border: 0.1333vw solid #dbdbdb;
  padding: 1.5vw 5vw 1.3vw 8.5vw;
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 2.1;
}

.contact-radio_riset {
  margin-right: 2.3vw;
}

.contact-radio_txt {
  position: relative;
  margin: 0;
  color: #707070;
  cursor: pointer;
}

.contact-textarea {
  width: 100%;
  height: 42vw;
  padding: 2.9vw;
  font-size: 16px;
  border: 1px solid #adadad;
  border-radius: 0;
  font-family: inherit;
  color: #707070;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 2;
}

.contact-privacy_txt {
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 2;
  padding-top: 3.5vw;
}

.contact-privacy_txt label {
  display: block;
  text-align: center;
}

.contact-privacy_txt a {
  color: #103496;
  text-decoration: underline;
}

.contact-privacy_check {
  padding-top: 5.5vw;
  text-align: center;
  font-size: 4.8vw;
  letter-spacing: 0.02em;
}

.contact-lastcheck {
  margin-top: 10.5vw;
  font-size: 4.8vw;
  color: #0e3169;
  text-align: center;
  border: 1px solid #0e3169;
}

.contact-lastcheck_submit {
  letter-spacing: 0.02em;
  padding: 5.7vw 0 4.4vw;
  width: 100%;
}

.contact .contact-lastcheck2 {
  visibility: hidden;
}

.contact .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.contact .mwform-radio-field {
  padding-bottom: 0;
}

.confirm_fv {
  background: #fff;
  height: 29.866vw;
}

.confirm_contact {
  width: 87vw;
  margin: auto;
  margin-top: 9.6vw;
  margin-bottom: 9vw;
}

.confirm_contact .confirm_text {
  text-align: center;
  letter-spacing: 0.3px;
  line-height: calc(60/30);
  font-size: 4vw;
}

.confirm_contact .mw_wp_form {
  margin-top: 12.8vw;
}

.confirm_contact .contact-item {
  padding-bottom: 6.933vw;
}

.confirm_contact .contact-item.item7 {
  padding-bottom: 5.333vw;
}

.confirm_contact .contact-item dl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.confirm_contact .contact-item dl dd {
  padding-left: 0;
  letter-spacing: 0.41vw;
  font-size: 4.266vw;
  padding-top: 2.4vw;
}

.confirm_contact .contact-privacy_txt {
  display: none;
}

.confirm_contact .contact-privacy_check {
  display: none;
}

.confirm_contact .contact-radio {
  border: none;
  padding-left: 6.666vw !important;
}

.confirm_contact .contact-lastcheck {
  margin-top: 8vw;
}

.confirm_contact .contact-lastcheck2 {
  margin-top: 0;
  border: 1px solid #E0E2E2;
  color: #7C7C7C;
}

.confirm_contact .contact-lastcheck2.service_check {
  margin-top: 5.333vw;
}

.confirm_contact .contact-birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.confirm_contact .contact-zip br {
  display: none;
}

.thanks_fv {
  background: #fff;
  height: 29.866vw;
}

.thanks_contact {
  width: 87vw;
  margin: auto;
  margin-top: 9.6vw;
  margin-bottom: 14.428vw;
}

.thanks_contact .thanks_title {
  font-size: 5.333vw;
  letter-spacing: 0.213vw;
  color: #0e3169;
}

.thanks_contact .thanks_text {
  font-size: 4vw;
  letter-spacing: 0.079vw;
  line-height: calc(50/30);
  text-align: left;
  margin-top: 5.728vw;
}

.thanks_contact .contact-lastcheck3 {
  margin-top: 13.514vw;
}

.thanks_contact .contact-lastcheck_submit3 {
  display: block;
}

@media screen and (min-width: 835px) and (max-width: 1199px) {
  .contact {
    padding-bottom: 8.0833vw;
    width: 83.33vw;
    margin: auto;
  }
  .contact #mw_wp_form_mw-wp-form-180 {
    width: 83.33vw;
    margin: auto;
  }
  .contact #mw_wp_form_mw-wp-form-180 ul {
    padding-bottom: 2.4166vw;
  }
  .contact-item {
    padding-bottom: 1.666vw;
  }
  .contact-item.item7 {
    padding-bottom: 1.41666vw;
  }
  .contact-item dl {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 18.333vw;
    margin-bottom: 0;
    margin-top: 1.1666vw;
  }
  .contact-tit.tit8 {
    margin-top: -0.08333vw;
  }
  .contact-tit_tit {
    font-size: 1.333vw;
    color: #333333;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .contact-tit_label {
    font-size: 0.8333vw;
    color: white;
    background: #0e3169;
    text-align: right;
    font-weight: 500;
    padding: 0.41666vw 1.4166vw;
    margin-top: 0;
    height: 1.666vw;
  }
  .contact-input {
    width: 63.33vw;
    padding: 1vw;
    font-size: 1.333vw;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    font-family: inherit;
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .contact-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 63.333vw;
    text-indent: -1.5em;
    border: 0.0833vw solid #dbdbdb;
    padding: 0.33vw 0.833vw 0px 3.5vw;
    font-size: 1.333vw;
    letter-spacing: -0.01em;
    line-height: 2.1;
  }
  .contact-radio label {
    padding-bottom: 0.5vw;
  }
  .contact-radio_riset {
    margin-right: 0.833vw;
  }
  .contact-radio_txt {
    position: relative;
    margin: 0;
    color: #707070;
    cursor: pointer;
  }
  .contact-textarea {
    width: 63.33vw;
    height: 21.1666vw;
    padding: 0.75vw 1.4166vw;
    font-size: 1.25vw;
    border: 0.0833vw solid #adadad;
    border-radius: 0;
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 1.333vw;
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .contact-textarea::-webkit-input-placeholder {
    font-family: inherit;
    color: #cccccc;
    font-size: 1.25vw;
  }
  .contact-textarea:-ms-input-placeholder {
    font-family: inherit;
    color: #cccccc;
    font-size: 1.25vw;
  }
  .contact-textarea::-ms-input-placeholder {
    font-family: inherit;
    color: #cccccc;
    font-size: 1.25vw;
  }
  .contact-textarea::placeholder {
    font-family: inherit;
    color: #cccccc;
    font-size: 1.25vw;
  }
  .contact-privacy_txt {
    font-size: 1.333vw;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-top: 0.833vw;
    text-align: center;
  }
  .contact-privacy_txt label {
    display: block;
    text-align: center;
  }
  .contact-privacy_txt a {
    color: #103496;
    text-decoration: underline;
  }
  .contact-privacy_check {
    padding-top: 2.25vw;
    text-align: center;
    font-size: 1.333vw;
    letter-spacing: 0.02em;
  }
  .contact-lastcheck {
    width: 40vw;
    margin: auto;
    margin-top: 5vw;
    font-size: 1.5vw;
    letter-spacing: 0.02em;
    color: #0e3169;
    text-align: center;
    border: 0.0833vw solid #0e3169;
    padding: 0;
  }
  .contact-lastcheck_submit {
    padding: 2.5vw 0 2.25vw;
    width: 100%;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .contact .contact-lastcheck2 {
    visibility: hidden;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
  .mwform-radio-field {
    padding-bottom: 0.595vw;
  }
  .confirm_fv {
    background: #fff;
    height: 112px;
  }
  .confirm_contact {
    width: 83.33vw;
    margin: auto;
    margin-top: 11.904vw;
    margin-bottom: 6vw;
  }
  .confirm_contact .confirm_text {
    text-align: center;
    font-size: 1.333vw;
  }
  .confirm_contact .mw_wp_form {
    margin-top: 7.142vw;
  }
  .confirm_contact .contact-item {
    padding-bottom: 2.976vw;
  }
  .confirm_contact .contact-item.item7 {
    padding-bottom: 3.976vw;
  }
  .confirm_contact .contact-item dl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .confirm_contact .contact-item dl dd {
    padding-left: 2.261vw;
    font-size: 1.333vw;
    padding-top: 0;
    letter-spacing: 0.1333vw;
  }
  .confirm_contact .contact-privacy_txt {
    display: none;
  }
  .confirm_contact .contact-privacy_check {
    display: none;
  }
  .confirm_contact .contact-radio {
    border: none;
    padding-left: 4.88vw !important;
  }
  .confirm_contact .contact-lastcheck {
    margin-top: 3.571vw;
  }
  .confirm_contact .contact-lastcheck2 {
    margin-top: 0;
    border: 1px solid #E0E2E2;
    color: #7C7C7C;
  }
  .confirm_contact .contact-lastcheck2.service_check {
    margin-top: 2.38vw;
  }
  .confirm_contact .contact-birth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .confirm_contact .contact-zip br {
    display: none;
  }
  .thanks_fv {
    background: #fff;
    height: 13.333vw;
  }
  .thanks_contact {
    width: 83.33vw;
    margin: auto;
    margin-top: 11.904vw;
    margin-bottom: 21.428vw;
  }
  .thanks_contact .thanks_title {
    font-size: 2.619vw;
    letter-spacing: 0.44px;
    color: #0e3169;
  }
  .thanks_contact .thanks_text {
    font-size: 1.904vw;
    letter-spacing: 0.32px;
    line-height: calc(32/16);
    text-align: center;
    margin-top: 3.928vw;
  }
  .thanks_contact .contact-lastcheck3 {
    margin-top: 10.714vw;
  }
  .thanks_contact .contact-lastcheck_submit3 {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .contact {
    padding-bottom: 97px;
    width: 1000px;
    margin: auto;
  }
  .contact #mw_wp_form_mw-wp-form-180 {
    width: 1000px;
    margin: auto;
  }
  .contact #mw_wp_form_mw-wp-form-180 ul {
    padding-bottom: 29px;
  }
  .contact-item {
    padding-bottom: 20px;
  }
  .contact-item.item7 {
    padding-bottom: 17px;
  }
  .contact-item dl {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 220px;
    margin-bottom: 0;
    margin-top: 14px;
  }
  .contact-tit.tit8 {
    margin-top: -1px;
  }
  .contact-tit_tit {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .contact-tit_label {
    font-size: 10px;
    color: white;
    background: #0e3169;
    text-align: right;
    font-weight: 500;
    padding: 5px 17px;
    margin-top: 0;
    height: 20px;
  }
  .contact-input {
    width: 760px;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    font-family: inherit;
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .contact-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 760px;
    text-indent: -1.5em;
    border: 1px solid #dbdbdb;
    padding: 4px 10px 0px 42px;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 2.1;
  }
  .contact-radio label {
    padding-bottom: 6px;
  }
  .contact-radio_riset {
    margin-right: 10px;
  }
  .contact-radio_txt {
    position: relative;
    margin: 0;
    color: #707070;
    cursor: pointer;
  }
  .contact-textarea {
    width: 760px;
    height: 254px;
    padding: 9px 17px;
    font-size: 15px;
    border: 1px solid #adadad;
    border-radius: 0;
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .contact-textarea::-webkit-input-placeholder {
    font-family: inherit;
    color: #cccccc;
    font-size: 15px;
  }
  .contact-textarea:-ms-input-placeholder {
    font-family: inherit;
    color: #cccccc;
    font-size: 15px;
  }
  .contact-textarea::-ms-input-placeholder {
    font-family: inherit;
    color: #cccccc;
    font-size: 15px;
  }
  .contact-textarea::placeholder {
    font-family: inherit;
    color: #cccccc;
    font-size: 15px;
  }
  .contact-privacy_txt {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-top: 10px;
    text-align: center;
  }
  .contact-privacy_txt label {
    display: block;
    text-align: center;
  }
  .contact-privacy_txt a {
    color: #103496;
    text-decoration: underline;
  }
  .contact-privacy_check {
    padding-top: 27px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  .contact-lastcheck {
    width: 480px;
    margin: auto;
    margin-top: 60px;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #0e3169;
    text-align: center;
    border: 1px solid #0e3169;
    padding: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .contact-lastcheck:hover {
    color: #fff;
    background: #0e3169;
  }
  .contact-lastcheck_submit {
    padding: 30px 0 27px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .contact .contact-lastcheck2 {
    visibility: hidden;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
  .mwform-radio-field {
    padding-bottom: 6px;
  }
  .confirm_fv {
    background: #fff;
    height: 112px;
  }
  .confirm_contact {
    width: 1000px;
    margin: auto;
    margin-top: 163px;
    margin-bottom: 100px;
  }
  .confirm_contact .confirm_text {
    text-align: center;
    letter-spacing: 0.32px;
    font-size: 16px;
  }
  .confirm_contact .mw_wp_form {
    margin-top: 63px;
  }
  .confirm_contact .contact-item {
    padding-bottom: 31px;
  }
  .confirm_contact .contact-item.item7 {
    padding-bottom: 36px;
  }
  .confirm_contact .contact-item dl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .confirm_contact .contact-item dl dd {
    padding-left: 19px;
    font-size: 15px;
    letter-spacing: 0.75px;
    padding-top: 0;
  }
  .confirm_contact .contact-privacy_txt {
    display: none;
  }
  .confirm_contact .contact-privacy_check {
    display: none;
  }
  .confirm_contact .contact-radio {
    border: none;
    padding-left: 41px !important;
  }
  .confirm_contact .contact-lastcheck {
    margin-top: 37px;
  }
  .confirm_contact .contact-lastcheck2 {
    margin-top: 0;
    border: 1px solid #E0E2E2;
    color: #7C7C7C;
  }
  .confirm_contact .contact-lastcheck2:hover {
    color: #fff;
  }
  .confirm_contact .contact-lastcheck2.service_check {
    margin-top: 20px;
  }
  .confirm_contact .contact-birth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .confirm_contact .contact-zip br {
    display: none;
  }
  .thanks_fv {
    background: #fff;
    height: 112px;
  }
  .thanks_contact {
    width: 1000px;
    margin: auto;
    margin-top: 157px;
    margin-bottom: 281px;
  }
  .thanks_contact .thanks_title {
    font-size: 22px;
    letter-spacing: 0.44px;
    color: #0e3169;
  }
  .thanks_contact .thanks_text {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: calc(32/16);
    text-align: center;
    margin-top: 33px;
  }
  .thanks_contact .contact-lastcheck3 {
    margin-top: 95px;
  }
  .thanks_contact .contact-lastcheck_submit3 {
    display: block;
  }
}
