@charset "utf-8";
.application_sec01 {
  max-width: 660px;
  margin: 0 auto;
}
.application_sec01 .sec01_text01 {
  margin-bottom: 60px;
}
.application_sec01 .sec01_text01 .blue {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #406ab5;
}
@media screen and (max-width: 768px) {
  .application_sec01 .sec01_text01 p {
    text-align: center;
  }
}
.application_sec01 .sec01_contact {
  border: solid 1px #406ab5;
  text-align: center;
  padding: 4%;
  margin-bottom: 40px;
}
.application_sec01 .sec01_contact p {
  font-size: 1.5rem;
  font-weight: bold;
}
.application_sec01 .sec01_contact p span.red {
  color: #e94918;
}
.application_sec01 .sec01_contact p.bb_blue {
  padding-bottom: 10px;
  border-bottom: solid 1px #406ab5;
}
.application_sec01 .sec01_contact p.tell {
  font-size: 3.2rem;
  color: #406ab5;
}
.application_sec01 .sec01_contact p.tell img {
  width: 21px;
  padding-bottom: 12px;
  margin-right: 5px;
}
.application_sec01 .sec01_contact p.tell span {
  font-size: 1.9rem;
}
.application_sec01 .blue_box {
  background-image: url(../img/inspection/application/bluebg.svg);
  background-repeat: no-repeat;
  background-position: right -47px bottom -60px;
}
/*.application_sec01END*/
.contact-flow ol {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 470px;
}
@media only screen and (max-width: 600px) {
  .contact-flow ol {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }
}
.contact-flow ol li {
  color: #ccc;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .contact-flow ol li {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
.contact-flow ol li span.circle {
  color: #fff;
  background: #ccc;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  text-align: center;
  margin-right: 10px;
}
.contact-flow ol li.flow-comp {
  color: #406ab5;
}
.contact-flow ol li.flow-comp span.circle {
  color: #fff;
  background: #406ab5;
}
.contact-flow ol li::before {
  content: "";
  width: 15px;
  height: 3px;
  background: #ccc;
  display: block;
  position: absolute;
  left: -26px;
  top: 17px;
  transform: rotateZ(45deg);
}
@media only screen and (max-width: 600px) {
  .contact-flow ol li::before {
    left: calc(50% - 5px);
    top: -20px;
  }
}
.contact-flow ol li::after {
  content: "";
  width: 15px;
  height: 3px;
  background: #ccc;
  display: block;
  position: absolute;
  left: -26px;
  top: 25px;
  transform: rotateZ(-45deg);
}
@media only screen and (max-width: 600px) {
  .contact-flow ol li::after {
    left: calc(50% + 5px);
    top: -20px;
  }
}
.contact-flow ol li:nth-child(1)::before {
  display: none;
}
.contact-flow ol li:nth-child(1)::after {
  display: none;
}
.blue_box {
  background-color: #406ab5;
  color: #fff;
  padding: 4%;
  margin-bottom: 40px;
}
.blue_box h3 {
  font-size: 2rem;
  color: #fffc92;
  text-align: center;
  padding: 2%;
  background: url(../img/inspection/application/ttlbg.svg) left top repeat;
}
.blue_box p {
  font-size: 1.5rem;
  margin: 0 4%;
  padding: 4% 0;
}
@media screen and (max-width: 768px) {
  .blue_box {
    padding: 4%;
  }
  .blue_box p {
    text-align: center;
  }
}
.blue_box .bb_white {
  padding-bottom: 10px;
  border-bottom: solid 1px #fff;
}
.blue_box .address {
  font-size: 2rem;
  text-align: center;
}
form {
  /*label*/
  /*inputarea*/
}
form .mb60 {
  margin-bottom: 60px;
}
form h2 {
  background-color: #f4f6fb;
  color: #406ab5 !important;
  font-size: 2.2rem;
  position: relative;
  margin-top: 80px;
  margin-left: 30px;
  margin-bottom: 60px;
  padding-left: 30px;
  height: 53px;
  display: flex;
  align-items: center;
}
form h2::before {
  content: "";
  display: block;
  background: url(../img/inspection/application/ttlbg.svg) left top repeat;
  width: 20px;
  height: 53px;
  left: -30px;
  position: absolute;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  form h2 {
    font-size: 1.8rem;
    padding-left: 40px;
    margin-left: 0;
    margin-bottom: 30px;
    background-image: url(../img/inspection/application/ttlbgsp.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: auto;
  }
  form h2::before {
    display: none;
  }
}
form div.form-group {
  display: flex;
}
form div.form-group > label.control-label {
  border-bottom: solid 1px #406ab5;
}
form div.form-group > div.inputarea {
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 768px) {
  form div.form-group {
    flex-wrap: wrap;
  }
  form div.form-group > label.control-label {
    border-bottom: none;
  }
}
form table {
  border: solid 1px #ccc;
  width: 100%;
}
form table th {
  background-color: #406ab5;
  color: #fff !important;
  font-size: 2.5rem;
  font-weight: bold !important;
  vertical-align: middle;
  text-align: center;
  width: 5%;
}
/*開閉*/
#checkbox2{
  display: none;
}
form #checkbox2 + table.kentai2{
  margin-top: 60px;
  overflow: hidden;
}
form #checkbox2 + table.kentai2 td{
  width: 0;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  display: none;
  visibility: hidden;
  opacity: 0;
}
form #checkbox2 + table.kentai2 th label,form #checkbox3 + table.kentai3 th label{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transition: 0.3s;
}
form #checkbox2 + table.kentai2 th label::after{
  content: "";
  display: block;
  position: absolute;
  border-top: #fff solid 18px;
  border-bottom: #fff solid 0px;
  border-left:  transparent solid 9px;
  border-right:  transparent solid 9px;
  top:calc( 50% - 9px);
  right: 10px;
  transition: 0.3s
}
form #checkbox2:checked + table.kentai2 th label::after{
  display: none;
}
form #checkbox2 + table.kentai2 th{
  display: block;
  width: 100%;
  transition: 0.3s;
}
form #checkbox2:checked + table.kentai2 th{
  display: table-cell;
  width: 5%;
}
form #checkbox2:checked + table.kentai2 td{
  display: flex;
  width: auto;
  height: auto;
  visibility: inherit;
  opacity: 1;
}
/*開閉*/
#checkbox3{
  display: none;
}
form #checkbox3 + table.kentai3{
  overflow: hidden;
}
form #checkbox3 + table.kentai3 td{
  width: 0;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  display: none;
  visibility: hidden;
  opacity: 0;
}
form #checkbox3 + table.kentai3 th{
  display: block;
  width: 100%;
  transition: 0.3s;
  position: relative;
}
form #checkbox3 + table.kentai3 th label::after{
  content: "";
  display: block;
  position: absolute;
  border-top: #fff solid 18px;
  border-bottom: #fff solid 0px;
  border-left:  transparent solid 9px;
  border-right:  transparent solid 9px;
  top:calc( 50% - 9px);
  right: 10px;
  transition: 0.3s
}
form #checkbox3:checked + table.kentai3 th label::after{
  display: none;
}

form #checkbox3:checked + table.kentai3 th{
  display: table-cell;
  width: 5%;
}
form #checkbox3:checked + table.kentai3 td{
  display: flex;
  width: auto;
  height: auto;
  visibility: inherit;
  opacity: 1;
}
.checkbox2label{
  margin-bottom: 60px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 10px;
  background: #f4f6fb;
  color: #406ab5;
  font-weight: bold;
  cursor: pointer;
}
.checkbox3label{
  margin-bottom: 60px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 10px;
  background: #f4f6fb;
  color: #406ab5;
  font-weight: bold;
  cursor: pointer;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#ccc;
}
input::placeholder,textarea::placeholder{ /* Others */
 color:#ccc
}
.mw_wp_form_preview .precautionstext{
  display: none;
}
@media screen and (max-width: 768px) {
  form table th {
    display: block;
    width: 100%;
  }
  form #checkbox2 + table.kentai2 th{
    width: 100%;
    transition: 0.5s;
    display: block;
  }
  form #checkbox2:checked + table.kentai2 th{
    width: 100%;
    display: block;
  }
  form #checkbox2 + table.kentai2 td{
    width: 100%;
    transition: 0.5s;
    height: 0;
    display: hidden;
  }
  form #checkbox2:checked + table.kentai2 td{
    width: auto;
    display: flex;
    height: auto;
  }
  form #checkbox2:checked + table.kentai2 th label::after{
    display: block;
    border-top: #fff solid 0px;
    border-bottom: #fff solid 18px;
    border-left:  transparent solid 9px;
    border-right:  transparent solid 9px;
  }
  form #checkbox3:checked + table.kentai3 th label::after{
    display: block;
    border-top: #fff solid 0px;
    border-bottom: #fff solid 18px;
    border-left:  transparent solid 9px;
    border-right:  transparent solid 9px;
  }

  form #checkbox3 + table.kentai3 th{
    width: 100%;
    transition: 0.5s;
    display: block;
  }
  form #checkbox3:checked + table.kentai3 th{
    width: 100%;
    display: block;
  }
  form #checkbox3 + table.kentai3 td{
    width: 100%;
    transition: 0.5s;
    height: 0;
    display: hidden;
  }
  form #checkbox3:checked + table.kentai3 td{
    width: auto;
    display: flex;
    height: auto;
  }
  form #checkbox3:checked + table.kentai3 th label::after{
    display: block;
    border-top: #fff solid 0px;
    border-bottom: #fff solid 18px;
    border-left:  transparent solid 9px;
    border-right:  transparent solid 9px;
  }

}
form table td {
  border: solid 1px #ccc;
  display: flex;
  padding-right: 4%;
}
form table td h4{
  color: #406ab5!important;
  font-weight: bold!important;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  form table td {
    flex-wrap: wrap;
    padding-left: 4%;
  }
}
@media screen and (max-width: 768px) {
}
form label.control-label {
  width: 30%;
  padding: 40px 20px;
  position: relative;
  font-weight: 500;
}
form label.control-label span {
  position: absolute;
  right: -50px;
  font-weight: bold;
  padding: 5px 10px;
}
form label.control-label span.hissu-icon {
  background: #d13737;
  color: #fff;
}
form label.control-label span.ninni-icon {
  background: #f4f6fb;
  color: #406ab5;
  border: solid 1px;
}

@media screen and (max-width: 768px) {
  form label.control-label {
    padding: 20px 0 20px 60px;
    width: 100%;
  }
  form label.control-label span {
    right: auto;
    left: 0;
    top: 15px;
    width: 54px;
  }
}
form div.inputarea {
  width: 70%;
  padding: 40px 20px 40px 80px;
}
form div.inputarea input, form div.inputarea textarea, form div.inputarea select {
  width: 100%;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 8px;
  padding: 5px 10px;
}
form div.inputarea input#kentai1day,form div.inputarea input#syoumikikan,
form div.inputarea input#kentai2day,form div.inputarea input#syoumikikan2,
form div.inputarea input#kentai3day,form div.inputarea input#syoumikikan3{
  width: 160px;
  margin-right: 10px;
}
form div.inputarea input#kentai1ondo,form div.inputarea input#kentai2ondo,form div.inputarea input#kentai3ondo {
  width: 75px;
  margin-right: 10px;
}
form div.inputarea input#zip, form div.inputarea input#zip2, form div.inputarea input#zip3 {
  max-width: 200px;
  margin-left: 10px;
}
form div.inputarea input#zip + input, form div.inputarea input#zip2 + input, form div.inputarea input#zip3 + input {
  margin-top: 10px;
}
form div.inputarea textarea#bikou {
  height: 130px;
}
form div.inputarea input#syoumikigen,form div.inputarea input#syoumikigen2,form div.inputarea input#syoumikigen3 {
  margin-bottom: 10px;
}
form td.td_koumoku {
  flex-wrap: wrap;
}
form td.td_koumoku div.inputarea_koumoku{
  width: 100%;
  padding: 0 20px 20px;
}
form td.td_koumoku div.inputarea_koumoku label.control-label{
  padding-bottom: 20px;
}
form td.td_koumoku div.inputarea_koumoku p.precautionstext{
  margin-bottom: 10px;
}
form td.td_koumoku div.inputarea_koumoku h4{
  border-top: solid 1px #ccc;
  padding-top: 20px;
}
form td.td_koumoku div.inputarea_koumoku h4:first-child{
  border: none;
  padding-top: 0;
}
form td.td_koumoku div.inputarea_koumoku .set_menu{
  background: #eee;
}
form td.td_koumoku div.inputarea_koumoku .set_menu > span{
  width: 100%;
}
form div.items3 > span{
  min-width: 30%;
}
form div.items4 > span{
  min-width: 22%;
}

@media screen and (max-width: 768px) {
  form div.inputarea {
    width: 100%;
    padding: 0px 0 20px;
  }
  form div.inputarea input[type="text"] {
    height: 42px;
  }
  form div.inputarea select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 42px;
  }
  form td.td_koumoku div.inputarea_koumoku{
    width: 100%;
    padding: 0 0 20px;
  }
  form td.td_koumoku div.inputarea_koumoku div.radio-flex > span{
    min-width: 48%;
  }
  form div.items3 > span{
    min-width: 48%;
  }
  form div.items4 > span{
    min-width: 48%;
  }

}
form div.radio-flex {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
form div.radio-flex > span{
  max-height: 55px;
  margin-right: 10px;
}
form div.radio-2row > span{
  max-height: 70px;
  margin-right: 5px;
}
.mw_wp_form form div.radio-flex .horizontal-item + .horizontal-item{
  margin-left: 0;
}
form div.radio-flex input {
  width: auto;
}
form div.radio-flex label {
  margin-left: 5px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  form div.radio-flex {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  form td.td_koumoku div.inputarea_koumoku div.radio-flex{
    margin-bottom: 10px;
  }
  form div.radio-flex > span{
    max-height: 80px;
  }
  form div.radio-flex input {
    width: 20px;
  }
  form div.radio-flex label {
    width: 89%;
    margin-right: 0;
  }
}
form div.light_blue {
  background: #f4f6fb;
  padding: 4%;
  margin-bottom: 80px;
}
form div.light_blue div.radio-flex label {
  margin-right: 10px;
}
form div.light_blue p.labeltxet {
  font-weight: 500;
  padding: 20px;
}
form div.light_blue p.labeltxet span {
  margin-left: 20px;
  font-weight: bold;
  padding: 5px 10px;
  background: #d13737;
  color: #fff;
}
form div.light_blue p.labeltxet span.ninni-icon {
  background: #f4f6fb;
  color: #406ab5;
  border: solid 1px;
}
@media screen and (max-width: 768px) {
  form div.light_blue p.labeltxet {
    padding: 20px 0 20px 60px;
    position: relative;
  }
  form div.light_blue p.labeltxet span {
    position: absolute;
    right: auto;
    left: 0;
    top: 25px;
    margin-left: 0;
  }
}
form div.light_blue p.chui {
  padding: 4%;
}
form div.light_blue textarea#lbmokutekiarea {
  height: 80px;
  margin-top: 20px;
}
form div.light_blue textarea#lbrenraku {
  width: 95%;
  height: 150px;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 8px;
  padding: 5px 10px;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  form div.light_blue textarea#lbrenraku {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  form div.light_blue div.radio-flex label {
    margin-right: 0;
  }
}
form p.blue {
  font-weight: 500;
  font-size: 1.5rem;
  color: #406ab5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  form p.blue {
    margin-bottom: 20px;
  }
}
form p.chuigaki {
  font-weight: 500;
  margin-bottom: 40px;
}
form div.mitumori label.control-label {
  padding-left: 0;
  padding-right: 3px;
  width: 1px;
}
form div.mitumori div.inputarea {
  width: 100%;
  padding: 0 5px 0 0;
  margin-top: 30px;
}
form div.mitumori div.inputarea textarea {
  height: 150px;
}
form p.labeltxet {
  font-weight: 500;
  padding: 20px;
}
form p.labeltxet span {
  margin-left: 20px;
  font-weight: bold;
  padding: 5px 10px;
  background: #d13737;
  color: #fff;
}
form div.flex {
  justify-content: start;
}
form div.flex > label.control-label {
  width: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  form div.flex .inputarea {
    padding-top: 40px;
  }
}
form .privacyarea p.privacyttl {
  text-align: center;
  margin: 100px auto 30px;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  form .privacyarea p.privacyttl {
    margin-top: 40px;
  }
}
form .privacyarea div.privacypolicy {
  width: 100%;
  height: 325px;
  border: solid 2px #ccc;
  padding: 50px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-bottom: 40px;
}
form .privacyarea div.privacypolicy h4 {
  color: #406ab5;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
form .privacyarea div.privacypolicy p {
  font-size: 1.3rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  form .privacyarea div.privacypolicy {
    padding: 30px;
  }
}
form .privacyarea div.radio-flex {
  justify-content: center;
  margin-bottom: 60px;
}
form p.submit-btn {
  text-align: center;
}
form p.submit-btn input {
  width: 90%;
  max-width: 370px;
  height: 92px;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: solid 2px #406ab5;
  background: #406ab5;
}
form p.submit-btn input:hover {
  background: #fff;
  color: #406ab5;
}
/*form*/
@media screen and (max-width: 768px) {
  .rBox .inner {
    width: 100%;
  }
}
h3.comptext{
  color: #406ab5;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 768px) {
  h3.comptext{
    font-size: 2.0rem;
  }
}
p.comptext{
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.4em;
  text-align: center;
}
a.topbtn{
  background: #406ab5;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  margin: 1.6em auto;
  border: solid 2px #406ab5;
  display: block;
  width: 90%;
  max-width: 300px;
  text-align: center;
  padding: 12px;
}
a.topbtn:hover{
  background: #fff;
  color: #406ab5;
}

.mw_wp_form .error{
  display: block;
  width: 100%;
  color: #B70000;
  background: #fce5e5;
  padding: 0 5px;
  margin: 5px;
  font-size: 12px;
}

.mw_wp_form .flex{
  display: flex;
  gap: 1rem;
}

.mw_wp_form .flex input[name*="f-name"],
.mw_wp_form .flex input[name*="s-name"],
.mw_wp_form .flex input[name*="f-name-ruby"],
.mw_wp_form .flex input[name*="s-name-ruby"]{
  width: calc(50% - 0.5rem);
}

.mw_wp_form input,
.mw_wp_form select,
.mw_wp_form textarea{
  margin-bottom: 1rem;
}