@charset "UTF-8";
/* ---------------------------
INQURE
--------------------------- */
section.inqSec {
  padding: 20px 0 35px;
}
section.inqSec div.hlWrap h2 {
  font-family: "bahnschrift", sans-serif;
  font-size: 45px;
  line-height: 1;
}
section.inqSec div.hlWrap h2 span {
  font-size: 13px;
  color: #237bd0;
  font-weight: 500;
  margin-top: 15px;
  display: block;
}
section.inqSec div.hlWrap h2 + p {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin-top: 55px;
}
section.inqSec div.inqNoteBox {
  margin-top: 50px;
  font-size: 15px;
  line-height: 2;
  color: #4d4d4d;
}
section.inqSec div.inqNoteBox > div {
  line-height: 1.9;
  font-size: 17px;
  font-weight: 700;
  margin-top: 25px;
}
section.inqSec div.inqNoteBox > div .bistime {
  color: #237bd0;
}

@media screen and (max-width: 767px) {
  section.inqSec {
    padding: 40px 0 35px;
  }
  section.inqSec div.hlWrap {
    text-align: center;
  }
  section.inqSec div.hlWrap h2 {
    font-size: 30px;
  }
  section.inqSec div.hlWrap h2 span {
    font-size: 12px;
    margin-top: 15px;
  }
  section.inqSec div.hlWrap h2 + p {
    font-size: 19px;
    margin-top: 40px;
    text-align: left;
  }
  section.inqSec div.inqNoteBox {
    margin-top: 30px;
    font-size: 13px;
    line-height: 1.8;
  }
  section.inqSec div.inqNoteBox > div {
    line-height: 1.7;
    font-size: 14px;
    margin-top: 20px;
  }
}
/* ---------------------------
FORM
--------------------------- */
section.formSec {
  background: #f0f0f0;
  padding: 25px 0 160px;
}
section.formSec .inner {
  max-width: 840px;
}
section.formSec .notice {
  font-size: 11px;
  margin-top: 0.8em;
}
section.formSec .errorTopNote {
  color: #E30012;
}
section.formSec h3 {
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
section.formSec h3::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #237bd0;
  border-radius: 50%;
  margin-right: 0.5em;
}
section.formSec h3.required::after {
  content: "必須";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 20px;
  background: #dd0716;
  color: #fff;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 500;
  margin-left: 1em;
}
section.formSec div.col2Box {
  margin-top: 35px;
}
section.formSec div.col2Box ul {
  display: flex;
  justify-content: space-between;
}
section.formSec div.col2Box ul li {
  width: calc(50% - 10px);
}
section.formSec div.taBox_wrap {
  margin-top: 35px;
}
section.formSec div.taBox_wrap div.taBox_target {
  margin-top: 20px;
  display: none;
}
section.formSec div.taBox_wrap textarea {
  height: 160px;
}
section.formSec div.kindBox_wrap {
  margin-top: 5px;
}
section.formSec div.kindBox_wrap div.kindBox_target {
  margin-top: 10px;
  display: none;
}
section.formSec div.kindBox_wrap div.kindBox label.keyLabel + div {
  margin: 10px 0 20px 30px;
  display: none;
}
section.formSec div.kindBox_wrap div.kindBox > div > ul {
  margin-top: 5px;
}
section.formSec div.kindBox_wrap div.kindBox > div > ul > li div.layerBox {
  margin-left: 30px;
}
section.formSec div.kindBox_wrap div.kindBox div.col2check > div {
  display: flex;
}
section.formSec div.kindBox_wrap div.kindBox div.col2check > div ul ~ ul {
  margin-left: 20px;
}
section.formSec div.kindBox_wrap div.kindBox textarea {
  height: 160px;
}
section.formSec div.fileBox {
  margin-top: 35px;
}
section.formSec div.delivBox {
  margin-top: 35px;
}
section.formSec div.delivBox label.keyLabel + div {
  margin: 10px 0 0 30px;
  display: none;
}
section.formSec div.delivBox > div ~ div {
  margin-top: 5px;
}
section.formSec div.delivBox > div > div {
  margin-left: 30px;
}
section.formSec div.delivBox textarea {
  height: 160px;
}
section.formSec div.privacyBox {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
section.formSec div.privacyBox p a {
  color: #237bd0;
}
section.formSec .privErr {
  text-align: center;
}
section.formSec div.btnWrap {
  margin-top: 30px;
}
section.formSec div.btnWrap a, section.formSec div.btnWrap button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 60px;
  margin: 0 auto;
  border-radius: 60px;
  border: 1px solid #ed7414;
  background: #ed7414;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
section.formSec div.btnWrap a:hover, section.formSec div.btnWrap button:hover {
  background: #fff;
  color: #ed7414;
}
section.formSec div.btnWrap .btnBack {
  margin-top: 20px;
}
section.formSec div.btnWrap .btnBack a, section.formSec div.btnWrap .btnBack button {
  background: #979797;
  border-color: #979797;
}
section.formSec div.btnWrap .btnBack a:hover, section.formSec div.btnWrap .btnBack button:hover {
  background: #fff;
  color: #979797;
}

@media screen and (max-width: 767px) {
  section.formSec {
    padding: 15px 0 60px;
  }
  section.formSec .notice {
    font-size: 10px;
  }
  section.formSec h3 {
    font-size: 13px;
  }
  section.formSec h3::before {
    width: 6px;
    height: 6px;
  }
  section.formSec h3.required::after {
    width: 37px;
    height: 19px;
    font-size: 10px;
  }
  section.formSec div.col2Box {
    margin-top: 25px;
  }
  section.formSec div.col2Box ul {
    display: block;
  }
  section.formSec div.col2Box ul li {
    width: 100%;
  }
  section.formSec div.col2Box ul li ~ li {
    margin-top: 25px;
  }
  section.formSec div.taBox_wrap {
    margin-top: 25px;
  }
  section.formSec div.taBox_wrap textarea {
    height: 120px;
  }
  section.formSec div.kindBox_wrap div.kindBox textarea {
    height: 120px;
  }
  section.formSec div.fileBox {
    margin-top: 25px;
  }
  section.formSec div.delivBox {
    margin-top: 25px;
  }
  section.formSec div.delivBox textarea {
    height: 120px;
  }
  section.formSec div.privacyBox {
    margin-top: 30px;
  }
  section.formSec div.btnWrap a, section.formSec div.btnWrap button {
    width: 100%;
    max-width: 420px;
    height: 45px;
    font-size: 13px;
  }
  section.formSec div.btnWrap .btnBack {
    margin-top: 15px;
  }
}
/*----------- confirm ---------------*/
div.confirmBox {
  padding: 30px 0 70px;
}
div.confirmBox dl {
  display: grid;
  grid-template-columns: 200px calc(100% - 200px);
  gap: 30px 0;
}
div.confirmBox dl dt {
  font-weight: 700;
}
div.confirmBox dl ~ dl {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  div.confirmBox {
    padding: 25px 0 20px;
  }
  div.confirmBox dl {
    display: block;
  }
  div.confirmBox dl dt {
    margin-top: 20px;
  }
  div.confirmBox dl dt:first-of-type {
    margin-top: 0;
  }
  div.confirmBox dl ~ dl {
    margin-top: 20px;
  }
}
/*----------- finish ---------------*/
div.finishBox {
  text-align: center;
  margin: 60px 0 80px;
}
div.finishBox h4 {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
  color: #237bd0;
}
div.finishBox h4 span {
  display: inline-block;
  color: #237bd0;
  opacity: 0;
  transform: translate(0, 20px) scale(0.3);
  -webkit-animation: leftRight 0.8s forwards;
          animation: leftRight 0.8s forwards;
}
div.finishBox h4 span:nth-of-type(2) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
div.finishBox h4 span:nth-of-type(3) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
div.finishBox h4 span:nth-of-type(4) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
div.finishBox h4 span:nth-of-type(5) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
div.finishBox h4 span:nth-of-type(6) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
div.finishBox h4 span:nth-of-type(7) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
div.finishBox h4 span:nth-of-type(8) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
div.finishBox h4 span:nth-of-type(9) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
div.finishBox h4 span:nth-of-type(10) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
div.finishBox h4 span:nth-of-type(11) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
div.finishBox h4 span:nth-of-type(12) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
div.finishBox h4 span:nth-of-type(13) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
div.finishBox h4 span:nth-of-type(14) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
div.finishBox h4 span:nth-of-type(15) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
div.finishBox h4 span:nth-of-type(16) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
div.finishBox h4 span:nth-of-type(17) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
div.finishBox h4 span:nth-of-type(18) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
div.finishBox h4 span:nth-of-type(19) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
div.finishBox h4 span:nth-of-type(20) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

@-webkit-keyframes leftRight {
  40% {
    transform: scale(0.7);
    opacity: 1;
    color: #237bd0;
  }
  60% {
    color: #237bd0;
  }
  80% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes leftRight {
  40% {
    transform: scale(0.7);
    opacity: 1;
    color: #237bd0;
  }
  60% {
    color: #237bd0;
  }
  80% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  div.finishBox {
    margin: 25px 0 20px;
  }
  div.finishBox h4 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=form_layout.css.map */