.formBox {
  background: #fff;
  padding: 0;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.formArea {
  position: relative;
  background: #EDF4FA;
  background: #fff;
  padding: 50px;
  text-align: center;
}

.formArea .statusBox ul {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px 0;
  position: relative;
}

.formArea .statusBox ul:after {
  content: "";
  width: 90%;
  height: 1px;
  background: #B3B3B3;
  display: block;
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, 0);
  z-index: 0;
}

.formArea .statusBox ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #EDF4FA;
  line-height: 1.0;
  height: 3.4em;
  width: 9.5em;
  margin-right: 20px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

.formArea .statusBox ul li:last-child {
  margin-right: 0;
}

.formArea .statusBox ul li span {
  font-size: 1.4rem;
  color: #0b4b8f;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 2px;
  margin-right: 0.5em;
}

.formArea .statusBox ul li.current {
  background: #051a2d;
  color: #fff;
}

.formArea .statusBox ul li.current span {
  color: #FFF;
}

.kakuninTxt {
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 2em;
  max-width: 1000px;
}

.formArea .bgWhite {
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding: 50px;
}

.formArea table {
  border: none;
  font-size: 1rem;
}

.formArea tr {
  margin-top: 2rem;
  display: inline-table;
  width: 100%;
}

.formArea th {
  border: none;
  background: none;
  vertical-align: top;
  padding: 0.3em 50px 0.3em 0;
  position: relative;
  width: 235px;
  text-align: right;
}

.formArea td {
  border: none;
  padding: 0 0 0 1em;
  text-align: left;
}

.formArea .mw_wp_form_confirm td {
  padding: 0.3em 0 0.3em 1em;
}

.formArea th .hissu {
  position: absolute;
  right: 0;
  top: 5px;
  background: #9E7724;
  color: #fff;
  font-size: .7rem;
  line-height: 1.0;
  letter-spacing: 2px;
  padding-left: 2px;
  width: 46px;
  height: 1.9em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.formArea th span.required {
  color: #B70000;
  margin-left: 5px;
}

.formArea td input:not([type=radio], [type=checkbox]) {
  background: #fff;
  border-radius: 0;
  height: 33px;
  border: 1px solid #0b4b8f;
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
}

.formArea select {
  border-radius: 0;
  padding-right: 15px;
  min-width: 60px;
  position: relative;
  background: url("../img/cmn/select_arrow.svg") no-repeat right 15px center #fff;
  background-size: 10px 10px;
  height: 32px;
  font-size: 16px;
  padding-left: 10px;
  border: 1px solid #0b4b8f;
}

.formArea td.type label {
  width: 40%;
}

.formArea td input[name="age"] {
  width: 5em;
}

.formArea td select {
  min-width: 50%;
}

.formArea td .err {
  color: #E60909;
  font-size: 1.4rem;
  margin-top: 0.7em;
  background: #FCE8E6;
  padding: 0.2em 0.5em;
  /*display: none;*/
}

.formArea td .top {
  margin-top: 1em;
}

.formArea td .top05 {
  margin-top: 0.5em;
}

.formArea td textarea {
  width: 100%;
  height: 8.8em;
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 10px;
  line-height: 1.6;
  font-size: 16px;
  border: 1px solid #0b4b8f;
}

.formArea .yubin {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: inherit;
}

.formArea .pref {
  font-size: inherit;
}

.formArea .city {
  font-size: inherit;
}

.formArea .address {
  font-size: inherit;
}

.formArea .yubin input {
  width: 9em !important;
}

.formArea .birthYear {
  width: 80px !important;
}

.formArea .birthMonth {
  width: 70px;
  min-width: 0;
}

.formArea .birthDay {
  width: 70px;
  min-width: 0;
}

.formArea .btnArea {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 60px 0 0;
}

.formArea .btnArea .submitBox {
  width: 40%;
  max-width: 330px;
  height: 60px;
  font-weight: bold;
  display: flex;
  gap: 10px;
}

.formArea .btnArea .submitBox:nth-child(2) {
  margin-left: 3%;
}

.formArea .btnArea input {
  background: #051a2d;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}
.formArea .btnArea input.back {
  background: #999;
}
.formArea .btnArea input[name="back"] {
  background: #A8A8A8;
}

.formArea .compBox {
  max-width: 660px;
  margin: 0 auto;
  padding: 20px 0;
}

.formArea .compBox .topTxt {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0 0 1.3em;
}

.formArea .compBox .txt {
  font-size: 1.6rem;
}

.formArea .compBox .attTxt {
  font-size: 1.4rem;
  margin: 2em 0 0;
}

.formArea table:not(.kakuninTbl) td.checkbox br {
  display: none;
}

.formArea td p {
  font-size: 12px;
  margin-top: 10px;
}

.radio_btn td {
  margin-top: 0;
  padding: .3rem .3rem .3rem 1em;
}

.radio_btn input[type=radio].radio_btn_item {
  display: none;
}

.radio_btn label {
  display: inline-block;
}

.radio_btn .radio_btn_item+span {
  padding-left: 25px;
  display: inline-block;
  position: relative;
}

.radio_btn .radio_btn_item+span::after,
.radio_btn .radio_btn_item+span::before {
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
}

.radio_btn .radio_btn_item+span::before {
  border: 1px solid #AAAAAA;
  left: 0;
  top: 2px;
  height: 17px;
  width: 17px;
}

.radio_btn .radio_btn_item+span::after {
  background: #0B4B8F;
  height: 11px;
  left: 4px;
  opacity: 0;
  top: 6px;
  width: 11px;
}

.radio_btn .radio_btn_item:checked+span::after {
  opacity: 1;
}

.check_btn td {
  margin-top: 10px;
  padding: .3rem .3rem .3rem 1em;
}

.check_btn input[type=checkbox].check_btn_item {
  display: none;
}

.check_btn label {
  display: inline-block;
}

.check_btn .check_btn_item+span {
  padding-left: 28px;
  display: inline-block;
  position: relative;
}

.check_btn .check_btn_item+span::after,
.check_btn .check_btn_item+span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}

.check_btn .check_btn_item+span::before {
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
}

.check_btn .check_btn_item+span::after {
  border: none;
  border-right: 3px solid #0b4b8f;
  border-bottom: 3px solid #0b4b8f;
  height: 11px;
  left: 5px;
  opacity: 0;
  top: 2px;
  transform: rotate(45deg);
  width: 7px;
}

.check_btn .check_btn_item:checked+span::after {
  opacity: 1;
}

formArea .birthYear {
  width: 7em;
}

formArea .city {
  margin-top: 10px;
}

p.age {
  margin-top: 0 !important;
}

p.age input {
  width: 4em !important;
}

span.small {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 20px !important;
}

.formArea tr.bukken1,
.formArea tr.bukken2,
.formArea tr.youken1,
.formArea tr.youken2,
.formArea tr.kiboubi,
.formArea tr.kiboujikan {
  display: none;
}

/* .formArea .mw_wp_form_confirm tr.bukken1,
.formArea .mw_wp_form_confirm tr.bukken2,
.formArea .mw_wp_form_confirm tr.youken1,
.formArea .mw_wp_form_confirm tr.youken2,
.formArea .mw_wp_form_confirm tr.kiboubi,
.formArea .mw_wp_form_confirm tr.kiboujikan {
  display: block;
} */

.formArea .mw_wp_form_confirm .pref {
  display: inline-block;
  margin: 0;
}

.formArea .mw_wp_form_confirm .city {
  display: inline-block;
  margin: 0;
}

.formArea .mw_wp_form_confirm .address {
  display: inline-block;
  margin: 0;
}
#autozip {
  background: #0b4b8f !important;
}
.formArea .caution {

}
.formArea .caution span.red {
  color: #B70000;
}

/* 完了画面 */
.mw_wp_form_complete {
  margin-top: 2rem;
  background: #EDF4FA;
  padding: 20px;
}
.mw_wp_form_complete h3 {
  font-size: 26px;
  line-height: 1.3;
  color: #0b4b8f;
  margin-bottom: 1rem;
}
.mw_wp_form_complete p {
  margin-top: 1rem;
}



@media screen and (max-width:980px) {
  .formArea {
    padding: 0 4% 8%;
  }

  .formArea .statusBox ul {
    padding: 5% 0;
  }

  .formArea .statusBox ul li {
    width: 11em;
    margin-right: 8%;
    flex-direction: column;
    align-items: center;
  }

  .formArea .statusBox ul li span {
    margin-right: 0.5em;
  }

  .formArea .bgWhite {
    padding: 5%;
  }

  .formArea th {
    padding: 0.3em 0 2.5em 0;
    width: 26%;
  }

  .formArea td {
    padding: 0 0 2.5em 2em;
  }

  .formArea th .hissu {
    position: relative;
    font-size: 1.1rem;
    width: 50px;
    height: 1.8em;
  }

  .formArea td.type label {
    width: 100%;
  }

  .formArea .btnList {
    margin: 3% 0;
  }

  .formArea .compBox {
    padding: 20px 10px;
  }

  .formArea .compBox .topTxt {
    font-size: 2.6rem;
    text-align: center;
  }

  .formArea td.type label {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  .subTitle1 {
    margin-bottom: 30px;
  }

  .formArea {
    padding: 20px;
    text-align: center;
  }

  .formBox {
    padding: 0;
    width: 100%;
    max-width: none;
  }
  .formArea .btnArea {
    margin-top: 10px;
  }
  .mw_wp_form_complete h3 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width:500px) {
  .formArea .statusBox ul {
    padding: 3% 0;
  }
  .formArea .statusBox ul li {
    width: 8em;
    height: 3.8em;
    margin-right: 5%;
    font-size: 0.9rem;
  }

  .formArea .statusBox ul li span {
    font-size: 1.5rem;
    margin: 0 0 5px;
    display: block;
  }

  .formArea table,
  .formArea tbody,
  .formArea tr,
  .formArea th,
  .formArea td {
    display: block;
    width: 100%;
    margin-top: 1rem;
  }

  .formArea th {
    padding: 0;
    border-bottom: 0;
    text-align: left;
  }

  .formArea th .hissu {
    position: absolute;
    right: 0;
    top: 1px;
    height: auto;
    padding: 5px 0;
    font-size: 14px;
  }

  .formArea td {
    padding: 0.4em 0;
    margin-top: 0;
  }

  .formArea .btnList {
    display: block;
  }

  .formArea .btnList li {
    width: 70%;
    height: 3.2em;
    margin: 0 auto 8px;
  }

  .formArea .compBox {
    padding: 15px 0;
  }

  .formArea .compBox .topTxt {
    margin: 0 0 1em;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
    margin-top: 10px;
  }
  .mw_wp_form .horizontal-item {
    display: block;
  }
}