/* form */


.style__h1 {
  background-image: url("../img/contact/contact_h1_bg_sp.webp");
}
.style__h1.entry-confirm__h1 {
  background-image: url("../img/contact/contact_h1_bg_sp.webp");
}
@media only screen and (min-width: 561px) {
  .style__h1 {
    background-image: url("../img/contact/contact_h1_bg.webp");
  }
  .style__h1.entry-confirm__h1 {
    background-image: url("../img/contact/contact_h1_bg.webp");
  }
}
.form-contact .form-contact__ttl {
  font-size: 36px;
  line-height: 50px;
}
.form-contact .form-contact__confirm {
  margin-bottom: 60px;
}
.form-contact .form-contact__confirm .dl--style1:first-child {
  padding-top: 0;
  border-top: 0;
}
.form-contact .form-contact__button button + button {
  margin-top: 20px;
}
@media only screen and (max-width: 560px) {
  .form-contact .confirm-main .form-row, .form-contact .confirm-main .form-caption, .form-contact .confirm-main .form-value {
    display: block;
  }
}
@media only screen and (min-width: 561px) {
  .form-contact .form-contact__ttl {
    font-size: 30px;
  }
  .form-contact .form-contact__confirm {
    max-width: 800px;
    margin: 0 auto 30px;
  }
}
#entry {
  padding: 60px 0;
}
@media only screen and (min-width: 561px) {
  #entry {
    padding: 80px 0;
  }
}
#entry_confirm {
  padding: 60px 0;
}
#entry_confirm .entry__overview {
  margin-bottom: 40px;
  padding: 30px;
  background: #EEF3F9;
  border: 2px solid #05499B;
}
#entry_confirm .entry__overview .entry__ttl {
  font-size: 24px;
  line-height: 38px;
}
#entry_confirm .entry__overview .entry__code {
  margin-top: 15px;
  color: #67747C;
}
@media only screen and (min-width: 561px) {
  #entry_confirm {
    padding: 80px 0;
  }
  #entry_confirm .entry__overview .entry__ttl {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
  }
}
#contact_thanks {
  padding: 60px 0;
}
#contact_thanks .ttl {
  font-size: 36px;
  line-height: 50px;
}
@media only screen and (min-width: 561px) {
  #contact_thanks {
    padding: 80px 0;
  }
}
#contact {
  padding: 80px 0 80px;
}
#contact .text {
  text-align: center;
  font-size: 20px;
  line-height: 33px;
}
#contact .box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  padding: 40px 20px;
  margin-bottom: 50px;
}
#contact .box .ttl {
  text-align: center;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: bold;
}
#contact .box .txt {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}
#contact .box .tel {
  font-size: 40px;
  font-weight: bold;
  color: #2B4CA3;
  text-align: center;
  margin-bottom: 10px;
}
#contact .box .note {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  color: #2B4CA3;
}
.form--style1 {
  padding: 50px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
}
.form--style1 .ttl2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.2;
}
.form--style1 ul {
  margin-bottom: 50px;
}
.form--style1 ul li {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.form--style1 ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.radiomark {
  width: 100%;
}
#contact_confirm {
  padding: 50px 0;
}
.form-contact__ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 561px) {
  .form-caption {
    vertical-align: top;
    padding-top: 7px;
  }
  .form-caption {
    width: 214px;
  }
  #contact {
    padding: 49px 0 80px;
  }
  #contact .text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 47px;
  }
  #contact .box {
    padding: 53px 20px 24px;
  }
  #contact .box .ttl {
    font-size: 30px;
    margin-bottom: 35px;
  }
  #contact .box .txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #contact .box .tel {
    margin-bottom: 12px;
  }
  #contact .box .note {
    font-size: 16px;
  }
  .form--style1{
    padding: 50px 70px;
  }
  .form--style1 .ttl2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .form--style1 ul {
    margin-bottom: 64px;
  }
  .form--style1 ul li {
    font-size: 14px;
    margin-bottom: -3px;
  }
  .radiomark {
    width: auto;
	  display: block
  }
}


#qna {
  /* padding: 80px 0; */
}

#qna h2.ttl {
  margin-bottom: 40px;
}

#qna .qna {
  background: #fff;
  border-radius: 5px;
}

#qna .qna + .qna {
  margin-top: 25px;
}

#qna .qna .qna__question {
  padding: 15px 30px 15px 70px;
  box-sizing: border-box;
  background: #2B4CA3;
  border-radius: 5px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  position: relative;
}

#qna .qna .qna__question::before {
  content: 'Q.';
  font-weight: 700;
  font-size: 24px;
  position: absolute;
  left: 30px;
}

#qna .qna .qna__answer {
  padding: 15px 30px 15px 70px;
  box-sizing: border-box;
  line-height: 30px;
  position: relative;
}

#qna .qna .qna__answer::before {
  content: 'A.';
  font-weight: 700;
  font-size: 24px;
  color: #2B4CA3;
  position: absolute;
  left: 30px;
}

#qna .toggle .toggle-link {
  position: relative;
}

#qna .toggle .toggle-link::before {
  content: '';
  width: 20px;
  height: 62px;
  transition: .3s;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.903 11.572'%3E%3Cpath d='M0,16.781,8.39,8.391,0,0' transform='translate(17.842 1.061) rotate(90)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E") center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}

#qna .toggle .toggle-link .qna__question {
  padding-right: 50px;
}

#qna .toggle.active .toggle-link::before {
  transform: scaleY(-1);
}

@media only screen and (min-width: 561px) {
  #qna .qna + .qna {
    margin-top: 20px;
  }
  #qna .qna .qna__question {
    padding: 15px 30px 15px 70px;
  }
  #qna .qna .qna__question::before {
    left: 30px;
  }
  #qna .qna .qna__answer {
    padding: 15px 30px 15px 70px;
  }
  #qna .qna .qna__answer::before {
    left: 30px;
  }
  #qna .toggle .toggle-link::before {
    right: 25px;
  }
  #qna .toggle .toggle-link .qna__question {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 560px) {
  .form-contact .form-contact__ttl {
    font-size: 6.43vw;
    line-height: 8.93vw;
  }
  .form-contact .form-contact__confirm {
    margin-bottom: 10.71vw;
  }
  .form-contact .form-contact__button button + button {
    margin-top: 3.57vw;
  }
  #entry {
    padding: 10.71vw 0;
  }
  #entry_confirm {
    padding: 10.71vw 0;
  }
  #entry_confirm .entry__overview {
    margin-bottom: 7.14vw;
    padding: 5.36vw;
    border: 0.36vw solid #05499B;
  }
  #entry_confirm .entry__overview .entry__ttl {
    font-size: 4.29vw;
    line-height: 6.79vw;
  }
  #entry_confirm .entry__overview .entry__code {
    margin-top: 2.68vw;
  }
  #contact_thanks {
    padding: 10.71vw 0 0;
  }
  #contact_thanks h2.ttl {
    font-size: 5.5vw;
    line-height: 8.93vw;
  }
  #contact {
    padding: 10.71vw 0 0;
  }
  #contact .text {
    font-size: 3.57vw;
    line-height: 5.89vw;
  }
  #contact .box {
    border-radius: 1.79vw;
    -webkit-box-shadow: 0 0 1.43vw 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 1.43vw 0 rgba(0, 0, 0, 0.16);
    padding: 8.93vw 3.57vw;
    margin-bottom: 8.93vw;
  }
  #contact .box .ttl {
    margin-bottom: 3.57vw;
    font-size: 6.25vw;
  }
  #contact .box .txt {
    font-size: 3.57vw;
    margin-bottom: 3.57vw;
  }
  #contact .box .tel {
    font-size: 7.14vw;
    margin-bottom: 1.79vw;
  }
  #contact .box .note {
    font-size: 3.57vw;
    margin-bottom: 3.57vw;
  }
  .form--style1 {
    padding: 5.36vw 5.36vw 10.72vw;
    border-radius: 2.14vw;
    box-shadow: 0 0 1.43vw rgba(0, 0, 0, 0.18);
  }
  .form--style1-2 {
    padding: 10.72vw 5.36vw;
  }
  .form--style1 .ttl2 {
    margin-bottom: 3.57vw;
    font-size: 6.25vw;
    margin-bottom: 8.93vw;
  }
  .form--style1 ul {
    margin-bottom: 8.93vw;
  }
  .form--style1 ul li {
    margin-bottom: 3.57vw;
    padding-left: 3.57vw;
  }
  #contact_confirm {
    padding: 8.93vw 0;
  }
  .form-contact__ttl {
    font-size: 6.43vw;
    margin-bottom: 5.36vw;
  }

  
  #qna {
    padding: 0;
  }
  #qna .wrap {
    padding: 0;
  }
  #qna h2.ttl {
    margin-bottom: 7.14vw;
  }
  #qna .qna {
    border-radius: 0.89vw;
  }
  #qna .qna + .qna {
    margin-top: 4.46vw;
  }
  #qna .qna .qna__question {
    padding: 2.68vw 5.36vw 2.68vw 12.5vw;
    border-radius: 0.89vw;
    line-height: 5.36vw;
  }
  #qna .qna .qna__question::before {
    font-size: 4.29vw;
    left: 5.36vw;
  }
  #qna .qna .qna__answer {
    padding: 2.68vw 5.36vw 2.68vw 12.5vw;
    line-height: 5.36vw;
  }
  #qna .qna .qna__answer::before {
    font-size: 4.29vw;
    left: 5.36vw;
  }
  #qna .toggle .toggle-link::before {
    width: 3.57vw;
    height: 11.07vw;
    right: 3.57vw;
  }
  #qna .toggle .toggle-link .qna__question {
    padding-right: 8.93vw;
  }
}