@charset "utf-8";

.privacyBox {
  height: 180px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 5%;
  border: 1px solid #898989;
  background-color: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 20px;
  font-family: var(--font-notosans);
  font-weight: 600;
  font-size: 16px;
  line-height: calc(28 / 16);
}

.form-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

form .policy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

form .policy input {
  width: 29px;
  height: 29px;
  appearance: auto;
}

form .policy label {
  margin: 0;
  font-family: var(--font-notosans);
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  color: #232426;
  width: 100%;
}

form .policy label br {
  display: none;
}

.privacyBox a {
  color: #000 !important;
  font-weight: 400;
}

.labelText02 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  margin: 0;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;

  width: 24px;
  height: 24px;
  border: 1px solid #b2b2b2;
  border-radius: 0;
  /* 四角 */
  background-color: #fff;

  display: inline-grid;
  place-content: center;

  cursor: pointer;
  margin-right: 16px;
}

input[type="radio"]::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #333;
  transform: scale(0);
  transition: transform 0.2s ease;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

.requiredText {
  font-family: var(--font-notosans);
  padding: 5px 8px;
  border: 1px solid #f00;
  font-family: var(--font-notosans);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #f00;
}

.requiredText.nini {
  background-color: #adadad;
}

.formTh {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 100%;
}

.formTh label {
  margin-bottom: 0;
}

.formTh.ais {
  align-items: flex-start;
  margin-top: 20px;
}

.formRow {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-bottom: 32px;
  border-bottom: 0.5px solid #b9b3b3;
}

.labelText01 {
  font-family: var(--font-notosans);
  font-weight: 600;
  font-size: 16px;
  color: #0a2b58;
}

input[type="text"],
input[type="email"],
select,
textarea {
  padding: 13px 19px;
  width: 100%;
  background: #eaeaea;
  color: #000;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--font-notosans);
  font-weight: 600;
  font-size: 16px;
  line-height: calc(28 / 16);
  border: none;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #919191;
}

textarea {
  min-height: 174px !important;
  max-height: 174px;
}

.formWrap .column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.formbtn {
  text-align: center;
}
.formBtnTd {
  background: #203a5e;
  max-width: 206px;
  width: 100%;
  height: 66px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 0;
  position: relative;
  transition: 0.3s;
  line-height: 1;
  border: none;
  margin: 60px auto 0;
  font-family: var(--font-notosans);
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.formBtnTd:hover {
  opacity: 50%;
}

button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: #203a5e;
  display: block;
  color: #fff;
  border: none;
  font-family: var(--ja);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
  text-align: center;
}

.submitbtn .formBtnTd {
  grid-column: 1/3;
}

/* 完了 */
.thanks .inner {
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thanks .tit-ja {
  font-weight: 500;
  font-size: clamp(1.5rem, 1.257rem + 1.04vw, 2.5rem);
  text-align: center;
  color: #0a2b58;
  margin-bottom: 40px;
}
.thanks .desc {
  margin-bottom: 40px;
}

.thanks .desc p {
  font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
  line-height: calc(32 / 18);
  text-align: center;
  color: #000;
}

.thanks .telbox {
  max-width: 408px;
  width: 90%;
  margin: 0 auto 80px;
  background-color: #fff;
}

.thanks .telbox a {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: center;
  width: 100%;
}

.thanks .telbox .column {
  display: flex;
  align-items: center;
  border-bottom: 1.5px solid #203a5e;
}

.thanks .telbox .column .num {
  font-family: var(--font-notosans);
  font-weight: 600;
  font-size: clamp(1.5rem, 1.257rem + 1.04vw, 2.5rem);
  line-height: calc(40 / 28);
  color: #203a5e;
}

.thanks .telbox .column .icon {
  width: 23px;
  height: auto;
}

.thanks .telbox .time {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  text-align: center;
  color: #203a5e;
}

@media (max-width: 960px) {
  .article-main .inner {
    width: 80%;
  }

  .form-column {
    gap: 20px;
  }

  .formRow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }

  .formWrap .column {
    gap: 19px;
  }

  .radioArea {
    flex-direction: column;
    align-items: flex-start;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    padding: 16px;
  }

  .formTd {
    width: 100%;
  }

  .formBtnTd {
    margin: auto;
    height: 40px;
    padding: 14px 10px;
  }

  .formTh {
    padding: 12px 8px;
    width: 100%;
    justify-content: flex-start;
    gap: 14px;
  }

  .labelText01 {
    margin-bottom: 0;
  }

  form .policy {
    gap: 12px;
    font-size: 12px;
  }
  .article-main .inner .box .box-inner .desc {
    width: 86%;
  }
  .thanks .inner {
    padding: 80px 0;
    width: 90%;
  }
}

@media (max-width: 767px) {
  .article-main .inner .box .box-inner {
    padding: 80px 20px 120px;
  }

  .article-main .inner {
    width: 90%;
  }

  .article-main .inner .box .box-inner {
    gap: 80px;
  }

  .sec-intro {
    margin-bottom: 40px;
  }

  .sec-form .box.thanks .box-inner {
    padding: 40px 20px;
  }

  form .policy label br {
    display: inline-block;
  }

  .article-main .inner .box .box-inner .desc {
    width: 95%;
  }
  .back-top {
    top: 3%;
  }
}

@media (max-width: 375px) {
  .article-main .inner .box .box-inner .desc {
    width: 98%;
  }
}
