@charset "UTF-8";
/* ---------------------------
FORM
--------------------------- */
section#Home-formSec {
  padding: min(7.5471698113vw, 80px) 0 min(18.8679245283vw, 200px);
  background: #f6f6f6;
}
section#Home-formSec h2 {
  font-size: min(2.8301886792vw, 30px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
}
section#Home-formSec h2 span {
  font-size: min(1.7924528302vw, 19px);
  color: #e50012;
}
section#Home-formSec .inner {
  width: 100%;
  max-width: min(79.2452830189vw, 840px);
  margin: 0 auto;
}
section#Home-formSec .notice {
  font-size: min(2.0754716981vw, 22px);
  margin-top: 0.8em;
  margin-left: 1.5em;
  text-indent: -1.3em;
  line-height: 1.6;
}
section#Home-formSec .errorTopNote {
  color: #e50012;
  margin-bottom: min(2.8301886792vw, 30px);
}
section#Home-formSec .inqNoteBox {
  color: #ea5a14;
  margin-bottom: min(2.8301886792vw, 30px);
  text-align: center;
}
section#Home-formSec li ~ li {
  margin-top: min(2.358490566vw, 25px);
}
section#Home-formSec h3 {
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: min(1.4150943396vw, 15px);
  font-size: min(1.6037735849vw, 17px);
}
section#Home-formSec h3 span {
  display: inline-block;
  width: min(14.1509433962vw, 150px);
}
section#Home-formSec h3::before {
  content: "";
  width: min(0.6603773585vw, 7px);
  height: min(0.6603773585vw, 7px);
  background: #e50012;
  border-radius: 50%;
  margin-right: 0.5em;
}
section#Home-formSec .required h3::after {
  content: "必須";
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(3.7735849057vw, 40px);
  height: min(1.8867924528vw, 20px);
  background: #e50012;
  color: #fff;
  border-radius: min(4.7169811321vw, 50px);
  font-size: min(1.0377358491vw, 11px);
  font-weight: 500;
  margin-left: 1em;
}
section#Home-formSec div.privacyBox {
  margin-top: min(1.8867924528vw, 20px);
  display: flex;
  justify-content: center;
  font-size: min(1.1320754717vw, 12px);
}
section#Home-formSec div.privacyBox p a {
  color: #e50012;
}
section#Home-formSec .privErr {
  text-align: center;
}
section#Home-formSec div.btnWrap {
  margin: min(2.8301886792vw, 30px) auto 0;
  display: flex;
  justify-content: center;
  width: min(65.0943396226vw, 690px);
  gap: min(2.8301886792vw, 30px);
}
section#Home-formSec div.btnWrap a, section#Home-formSec div.btnWrap button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(36.7924528302vw, 390px);
  height: min(5.6603773585vw, 60px);
  margin: 0 auto;
  border-radius: min(5.6603773585vw, 60px);
  border: 1px solid #e50012;
  background: #e50012;
  color: #fff;
  font-size: min(1.4150943396vw, 15px);
  font-weight: 700;
}
section#Home-formSec div.btnWrap a::after, section#Home-formSec div.btnWrap button::after {
  content: "";
  width: min(0.9433962264vw, 10px);
  height: min(1.0377358491vw, 11px);
  margin-left: min(0.9433962264vw, 10px);
}
@media screen and (min-width: 769px) {
  section#Home-formSec div.btnWrap a:hover, section#Home-formSec div.btnWrap button:hover {
    background: #fff;
    color: #e50012;
  }
}
section#Home-formSec div.btnWrap .btnBack a, section#Home-formSec div.btnWrap .btnBack button {
  background: #979797;
  border-color: #979797;
}
section#Home-formSec div.btnWrap .btnBack a::after, section#Home-formSec div.btnWrap .btnBack button::after {
  display: none;
}
section#Home-formSec div.btnWrap .btnBack a:hover, section#Home-formSec div.btnWrap .btnBack button:hover {
  background: #fff;
  color: #979797;
}

@media screen and (max-width: 767px) {
  section#Home-formSec {
    padding: 10.6666666667vw 0 21.3333333333vw;
    margin-top: 8vw;
  }
  section#Home-formSec h2 {
    font-size: 5.3333333333vw;
  }
  section#Home-formSec h2 span {
    font-size: 4vw;
    color: #e50012;
  }
  section#Home-formSec .inner {
    max-width: 100%;
  }
  section#Home-formSec .errorTopNote {
    margin-bottom: 2.6666666667vw;
  }
  section#Home-formSec .inqNoteBox {
    margin-bottom: 2.6666666667vw;
  }
  section#Home-formSec li ~ li {
    margin-top: 5.3333333333vw;
  }
  section#Home-formSec .notice {
    font-size: 3.4666666667vw;
  }
  section#Home-formSec h3 {
    font-size: 3.4666666667vw;
  }
  section#Home-formSec h3 span {
    width: auto;
  }
  section#Home-formSec h3::before {
    width: 1.6vw;
    height: 1.6vw;
  }
  section#Home-formSec .required h3::after {
    width: 10.1333333333vw;
    height: 4.2666666667vw;
    font-size: 2.6666666667vw;
  }
  section#Home-formSec div.privacyBox {
    margin-top: 8vw;
    font-size: 3.2vw;
  }
  section#Home-formSec div.btnWrap {
    width: 100%;
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  section#Home-formSec div.btnWrap a, section#Home-formSec div.btnWrap button {
    width: 100%;
    max-width: 100%;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
    border-radius: 16vw;
  }
}
/*# sourceMappingURL=form_layout.css.map */