/* LESS Document */
.formArea {
  max-width: 1140px;
  margin: 0 auto;
}
.formArea h2 {
  color: #3A3A3A;
  font-size: 2rem;
  margin-bottom: 4px;
}
@media (width <= 767px) {
  .formArea h2 {
    font-size: 4vw;
  }
}
.formArea.confirm dl dt {
  padding-top: 25px;
  padding-bottom: 25px;
}
.formArea.confirm .submit {
  padding-top: 64px;
}
.formArea .lead {
  font-weight: bold;
  color: #AF1C40;
}
.formArea .box {
  margin: 96px 0 102px;
  padding: 48px 40px 72px;
  background: #F3F3F3;
  border-radius: 20px;
}
@media (width <= 1023px) {
  .formArea .box {
    padding: 24px 24px 48px;
  }
}
@media (width <= 767px) {
  .formArea .box {
    margin-top: 50px;
  }
}
.formArea .privacy {
  margin: 64px 0 16px;
}
@media (width <= 767px) {
  .formArea .privacy {
    margin: 32px 0 16px;
  }
}
.formArea .privacy a {
  color: #0080E8;
}
form em {
  line-height: 1;
  color: #AF1C40;
  text-align: center;
}
form .dl {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: flex-start;
}
@media (width <= 767px) {
  form .dl {
    display: block;
  }
}
form .dl:not(:last-child) {
  border-bottom: #D9D9D9 1px solid;
}
form .dl dt {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  padding: 32px 0 32px 32px;
  font-size: 2rem;
  font-weight: bold;
}
@media (width <= 1023px) {
  form .dl dt {
    width: 320px;
    padding-left: 0;
  }
}
@media (width <= 767px) {
  form .dl dt {
    width: 100%;
    padding: 16px 0 10px;
    font-size: 4vw;
  }
}
form .dl dt::before {
  content: '';
  display: block;
  width: 6px;
  height: 36px;
  background: #AF1C40;
  pointer-events: none;
}
form .dl dt em {
  flex: 1;
  text-align: right;
}
form .dl dd {
  width: calc(100% - 400px);
  padding: 25px 0 25px 32px;
}
@media (width <= 1023px) {
  form .dl dd {
    width: calc(100% - 320px);
    padding-right: 0;
  }
}
@media (width <= 767px) {
  form .dl dd {
    width: 100%;
    padding: 0 0 16px;
  }
}
input {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  color: #3A3A3A;
  font-size: 2rem;
  font-feature-settings: "pwid";
}
@media (width <= 767px) {
  input {
    font-size: 4vw;
  }
}
input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  border: #D9D9D9 1px solid;
  border-radius: 10px;
  padding: 10px 16px;
  line-height: 1;
}
@media (width <= 767px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"] {
    padding: 8px 12px;
  }
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  background: #AF1C40;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  text-decoration: none;
  line-height: 1;
  position: relative;
  max-width: 360px;
  width: 100%;
  min-height: 60px;
  padding: 15px 30px;
  border-radius: 50px;
  border: none;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
}
input[type="submit"] .arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
input[type="submit"]:hover {
  opacity: 0.7;
}
@media (width <= 767px) {
  input[type="submit"] {
    font-size: 3.2vw;
    padding: 20px 40px;
    min-height: 0px;
  }
}
input[type="button"] {
  -webkit-appearance: none;
  cursor: pointer;
}
input[type="file"] {
  font-size: 1.6rem;
}
@media (width <= 767px) {
  input[type="file"] {
    font-size: 3.2vw;
  }
}
input[type="checkbox"] {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  vertical-align: -10px;
  margin-right: 5px;
}
input[maxlength="3"] {
  width: calc(3em + 32px);
  margin: 0 8px 16px;
}
input[maxlength="4"] {
  width: calc(4em + 32px);
  margin: 0 8px 16px;
}
textarea,
select {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  color: #3A3A3A;
  font-size: 2rem;
  font-feature-settings: "pwid";
  width: 100%;
  border: #D9D9D9 1px solid;
  border-radius: 10px;
  padding: 10px 16px;
  line-height: 1;
}
@media (width <= 767px) {
  textarea,
  select {
    font-size: 4vw;
  }
}
textarea option[disabled],
select option[disabled] {
  color: #D9D9D9;
}
label {
  display: inline-block;
  cursor: pointer;
}
button {
  -webkit-appearance: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  color: #3A3A3A;
  font-size: 2rem;
  font-feature-settings: "pwid";
}
@media (width <= 767px) {
  button {
    font-size: 4vw;
  }
}
::-webkit-input-placeholder {
  color: #D9D9D9;
}
::-moz-placeholder {
  color: #D9D9D9;
}
::placeholder {
  color: #D9D9D9;
}
.inputL {
  width: 500px;
}
@media (width <= 767px) {
  .inputL {
    width: 100%;
  }
}
.inputM {
  width: 350px;
}
@media (width <= 767px) {
  .inputM {
    width: 80%;
  }
}
.inputS {
  width: 100px;
}
.inputSS {
  width: 60px;
}
.help {
  color: #3A3A3A;
  font-size: 1.6rem;
  vertical-align: middle;
}
@media (width <= 767px) {
  .help {
    font-size: 3.2vw;
  }
}
.submit {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
@media (width <= 767px) {
  .submit {
    flex-wrap: wrap;
  }
}
.submit input[name="btnSubmit"] {
  order: 1;
}
@media (width <= 767px) {
  .submit input[name="btnSubmit"] {
    order: 0;
  }
}
.submit input[name="submitBack"] {
  background: #999;
}
