@charset "UTF-8";
/* ---------------------------
FORM
--------------------------- */
section.formSec {
  margin-top: max(-4.0322580645vw, -50px);
  padding: 0 0 min(8.064516129vw, 100px);
}
section.formSec .inner {
  width: 100%;
  max-width: min(59.6774193548vw, 740px);
  margin: 0 auto;
}
section.formSec .notice {
  font-size: min(1.7741935484vw, 22px);
  margin-top: 0.8em;
  margin-left: 1.5em;
  text-indent: -1.3em;
  line-height: 1.6;
}
section.formSec .errorTopNote {
  color: #EC1C24;
  margin-bottom: min(2.4193548387vw, 30px);
}
section.formSec .inqNoteBox {
  color: #ea5a14;
  margin-bottom: min(2.4193548387vw, 30px);
  text-align: center;
}
section.formSec li ~ li {
  margin-top: min(2.0161290323vw, 25px);
}
section.formSec h3 {
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: min(1.2096774194vw, 15px);
  font-size: min(1.3709677419vw, 17px);
}
section.formSec h3 span {
  display: inline-block;
  width: min(12.0967741935vw, 150px);
}
section.formSec h3::before {
  content: "";
  width: min(0.564516129vw, 7px);
  height: min(0.564516129vw, 7px);
  background: #ea5a14;
  border-radius: 50%;
  margin-right: 0.5em;
}
section.formSec h3.required::after {
  content: "必須";
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(3.2258064516vw, 40px);
  height: min(1.6129032258vw, 20px);
  background: #dd0716;
  color: #fff;
  border-radius: min(4.0322580645vw, 50px);
  font-size: min(0.8870967742vw, 11px);
  font-weight: 500;
  margin-left: 1em;
}
section.formSec div.privacyBox {
  margin-top: min(5.6451612903vw, 70px);
  display: flex;
  justify-content: center;
}
section.formSec div.privacyBox p a {
  color: #237bd0;
}
section.formSec .privErr {
  text-align: center;
}
section.formSec div.btnWrap {
  margin: min(2.4193548387vw, 30px) auto 0;
  display: flex;
  justify-content: center;
  width: min(55.6451612903vw, 690px);
  gap: min(2.4193548387vw, 30px);
}
section.formSec div.btnWrap a, section.formSec div.btnWrap button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(31.4516129032vw, 390px);
  height: min(4.8387096774vw, 60px);
  margin: 0 auto;
  border-radius: min(4.8387096774vw, 60px);
  border: 1px solid #ea5a14;
  background: #ea5a14;
  color: #fff;
  font-size: min(1.2096774194vw, 15px);
  font-weight: 700;
}
section.formSec div.btnWrap a::after, section.formSec div.btnWrap button::after {
  content: "";
  width: min(0.8064516129vw, 10px);
  height: min(0.8870967742vw, 11px);
  background: url(/img/common/icon_btn_arr_wh.svg) 0 0 no-repeat;
  background-size: min(0.8064516129vw, 10px) min(0.8870967742vw, 11px);
  margin-left: min(0.8064516129vw, 10px);
}
section.formSec div.btnWrap a:hover, section.formSec div.btnWrap button:hover {
  background: #fff;
  color: #ea5a14;
}
section.formSec div.btnWrap a:hover::after, section.formSec div.btnWrap button:hover::after {
  background-image: url(/img/common/icon_btn_arr.svg);
}
section.formSec div.btnWrap .btnBack a, section.formSec div.btnWrap .btnBack button {
  background: #979797;
  border-color: #979797;
}
section.formSec div.btnWrap .btnBack a::after, section.formSec div.btnWrap .btnBack button::after {
  display: none;
}
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 {
    margin-top: -8vw;
    padding: 0 0 16vw;
  }
  section.formSec .inner {
    max-width: 100%;
  }
  section.formSec .errorTopNote {
    margin-bottom: 5.3333333333vw;
  }
  section.formSec .inqNoteBox {
    color: #ea5a14;
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
  section.formSec li ~ li {
    margin-top: 4vw;
  }
  section.formSec .notice {
    font-size: 3.4666666667vw;
  }
  section.formSec h3 {
    font-size: 3.4666666667vw;
  }
  section.formSec h3 span {
    width: auto;
  }
  section.formSec h3::before {
    width: 1.6vw;
    height: 1.6vw;
  }
  section.formSec h3.required::after {
    width: 9.8666666667vw;
    height: 5.0666666667vw;
    font-size: 2.6666666667vw;
    margin-left: 1.5em;
  }
  section.formSec div.privacyBox {
    margin-top: 8vw;
  }
  section.formSec div.btnWrap {
    width: 100%;
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  section.formSec div.btnWrap a, section.formSec div.btnWrap button {
    width: 100%;
    max-width: 61.3333333333vw;
    height: 9.3333333333vw;
    font-size: 3.4666666667vw;
    margin-top: 1.3333333333vw;
  }
  section.formSec div.btnWrap a::after, section.formSec div.btnWrap button::after {
    width: 2.1333333333vw;
    height: 2.4vw;
    background-size: 2.1333333333vw 2.4vw;
    margin-left: 2.6666666667vw;
  }
}
/*----------- confirm ---------------*/
div.confirmBox {
  margin-bottom: min(5.6451612903vw, 70px);
}
div.confirmBox dl {
  display: grid;
  grid-template-columns: min(16.1290322581vw, 200px) calc(100% - min(16.1290322581vw, 200px));
  gap: min(2.4193548387vw, 30px) 0;
}
div.confirmBox dl dt {
  font-weight: 700;
}
div.confirmBox dl ~ dl {
  margin-top: min(2.4193548387vw, 30px);
}

@media screen and (max-width: 767px) {
  div.confirmBox {
    margin-bottom: 10.6666666667vw;
  }
  div.confirmBox dl {
    grid-template-columns: 40vw calc(100% - 40vw);
  }
  div.confirmBox dl ~ dl {
    margin-top: 5.3333333333vw;
  }
}
/*----------- finish ---------------*/
div.finishBox {
  text-align: center;
  margin: min(4.8387096774vw, 60px) 0 min(6.4516129032vw, 80px);
}
div.finishBox h4 {
  font-size: min(4.8387096774vw, 60px);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: min(3.2258064516vw, 40px);
  color: #ea5a14;
}
div.finishBox h4 span {
  display: inline-block;
  color: #ea5a14;
  opacity: 0;
  transform: translate(0, min(1.6129032258vw, 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;
}
div.finishBox p ~ p {
  margin-top: 1.6em;
}

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

@keyframes leftRight {
  40% {
    transform: scale(0.7);
    opacity: 1;
    color: #ea5a14;
  }
  60% {
    color: #ea5a14;
  }
  80% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  div.finishBox {
    margin: 6.6666666667vw 0 5.3333333333vw;
  }
  div.finishBox h4 {
    font-size: 9.0666666667vw;
    margin-bottom: 8vw;
  }
}
/*# sourceMappingURL=form_layout.css.map */