@charset "utf-8";
#contact {
  width: 100%;
  height: auto;
}
.contact__inner {
  width: 81.56%;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 54.7px;
  padding: 0px 0px;
}
.contact__inner.contact__confirm__inner {
  padding: 100px 0px;
}
.contact__contents {
  width: 100%;
  height: auto;
}
.contact__detail__text {
  width: 100%;
  height: auto;
  padding-bottom: 78px;
  text-align: center;
}
.contact__detail__jp {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 2em;
}
.contact__detail__en {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 2.1em;
  font-weight: 400;
  padding-top: 24px;
  padding-bottom: 18px;
}
.contact__required {
  font-size: 12px;
  color: #ff0000;
}
#contact {
  width: 81.56%;
  height: auto;
  margin: 0 auto;
}
.contact__wrap form {
  width: 100%;
  height: auto;
}
.form__list {
  width: 100%;
  height: auto;
}
.form__wrap {
  width: 100%;
  height: auto;
}
.form__list {
  width: 100%;
  height: auto;
}
.form__item {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
}
.form__item_heading {
  width: 25%;
  height: 46px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.44em;
}
.mandatory {
  display: block;
  font-size: 12px;
}
.form__item_inputbox {
  width: 75%;
  height: 46px;
  border-radius: 6px;
  border: 1px #707070 solid;
  padding: 10px;
}
.form__item_inputbox__confirm {
  border: unset;
  padding: 0;
  /* background-color: #d2d2d2; */
}
.form__item_inputbox input {
  width: 100%;
  height: auto;
}
.form__item_inputbox__text {
  height: auto;
  min-height: 151px;
}
.form__item_inputbox.form__item_inputbox__confirm.form__item_inputbox__text {
  height: auto;
  min-height: auto;
}
.form__item_inputbox__text textarea {
  width: 100%;
  height: auto;
}
.agree__area__inner {
  width: 100%;
  height: auto;
  padding-bottom: 34px;
}
.agree__flex {
  width: 37.6%;
  height: auto;
  margin: 0 auto 4.5px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.agree__flex label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 700;
  white-space: nowrap;
}
.checkbox {
  width: 22.5px;
  height: 22.5px;
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  margin-right: 10px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.agree__link {
  color: #4055ff;
  border-bottom: #4055ff 1px solid;
}
.agree__en {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 12px;
}
.submit__container {
  width: 40%;
  height: 72px;
  margin: 0 auto;
}
.submit__container.submit__container_confirm {
  margin-top: 50px;
}
.submit__container input {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
}
.submit__container button {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  background-color: #1c1c1c;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
button:disabled {
  opacity: 0.5; /* 例として不透明度を変更するスタイル */
  cursor: not-allowed; /* 例としてカーソルを not-allowed に変更するスタイル */
}

button:disabled.confirm-btn {
  /* ここに適用したいスタイルを記述 */
  /* 例えば、色を変更するなどのスタイル */
}

.btn__text__ {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
}
.arrow {
  width: 11px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
}
.arrow img {
  width: 100%;
  height: auto;
}
/* SP ================================================== */
@media all and (max-width: 768px) {
  .other__area__inner .other_title {
    font-size: 45px;
  }
  #contact {
    width: 94%;
  }
  .contact__inner {
    width: 90%;
  }
  .contact__detail__text {
    width: 90%;
    margin: 0 auto;
    text-align: start;
  }
  .contact__detail__jp {
    font-size: 14px;
  }
  .contact__detail__en {
    font-size: 10px;
  }
  .contact__required {
    font-size: 10px;
  }
  .form__list-container {
    width: 94%;
    margin: 0 auto;
  }
  .form__item {
    display: block;
  }
  .form__item_heading {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .mandatory {
    font-size: 10px;
    margin-left: 5px;
  }
  .form__item_inputbox {
    width: 100%;
  }
  .submit__container {
    width: 100%;
  }
}
