@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* form */
/* ============================================ */
.section-width {
  max-width: 1280px !important;
  width: 90% !important;
  margin: 0 auto;
}

.form .formLayout.input_now .display_check {
  display: none;
}
.form .formLayout.check_now .display_input {
  display: none;
}
.form-wrapper {
  margin-top: 80px;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}
@media all and (max-width: 896px) {
  .form-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px 0;
  }
}
.form-catch {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: 2rem;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .form-catch {
    font-size: 1.6rem;
  }
}
.form-inner {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .form-inner {
    margin-top: 30px;
  }
}
.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media all and (max-width: 896px) {
  .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-item dt,
.form-item dd {
  background: #fff;
}
.form-item dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 15px 20px;
  width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
  background: #152E55;
  color: #fff;
  font-weight: 600;
  position: relative;
}
@media all and (max-width: 896px) {
  .form-item dt {
    padding: 10px 15px;
    width: 100%;
  }
}
.form-item dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
}
@media all and (max-width: 896px) {
  .form-item dd {
    padding: 15px;
    width: 100%;
  }
}
.form label:has(> input[type=radio]) {
  display: inline-block;
  margin-right: 20px;
}
.form label:has(> input[type=checkbox]) {
  display: inline-block;
  margin-right: 20px;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form select,
.form textarea {
  width: 100%;
  padding: 10px;
  border: 2px solid #b2b1b1;
  font-size: 1.6rem !important;
  margin: 5px 10px 5px 0;
}
.form input[type=text].input__short,
.form input[type=email].input__short,
.form input[type=tel].input__short,
.form select.input__short,
.form textarea.input__short {
  max-width: 200px;
}
.form input[type=text].input__middle,
.form input[type=email].input__middle,
.form input[type=tel].input__middle,
.form select.input__middle,
.form textarea.input__middle {
  max-width: 300px;
}
.form textarea {
  height: 200px;
  font-size: 1.6rem !important;
}
.form input[type=radio],
.form input[type=checkbox] {
  margin-right: 5px;
}
.form-mark {
  margin-right: 5px;
}
.form-search {
  text-align: center;
  padding: 4px 10px;
  margin: 5px 0;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  background: #152E55;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .form-search {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .form-search:hover {
    opacity: 0.7;
  }
}
.form-note {
  font-size: 1.4rem;
  margin-top: 5px;
}
@media all and (max-width: 896px) {
  .form-note {
    font-size: 1.2rem;
  }
}
.form-required {
  display: inline-block;
  background: #FE0000;
  padding: 2px 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 896px) {
  .form-required {
    font-size: 1.2rem;
  }
}
.form-submit {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .form-submit {
    margin-top: 30px;
  }
}
.form-submit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.form-submit__list + .form-submit__list {
  margin-top: 20px;
}
.form-submit__list > li {
  width: calc((100% - 20px) / 2);
  max-width: 300px;
}
@media all and (max-width: 480px) {
  .form-submit__list > li {
    width: 100%;
  }
}
.form-submit__list > li.prev .form-submit__btn {
  background: #595C5A;
}
.form-submit__btn {
  text-align: center;
  padding: 15px;
  width: 100%;
  background: rgb(2, 142, 177);
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 60px;
}
@media all and (max-width: 896px) {
  .form-submit__btn {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .form-submit__btn:hover {
    opacity: 0.6;
  }
}

.privacy-wrap {
  margin-top: 30px;
  max-height: 300px;
  border: 2px solid #b2b1b1;
  padding: 30px;
  overflow-y: scroll;
}
@media all and (max-width: 600px) {
  .privacy-wrap {
    padding: 10px;
  }
}
.privacy-ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
@media all and (max-width: 600px) {
  .privacy-ttl {
    margin-bottom: 15px;
  }
}

.check {
  margin-top: 10px;
}

.ok__blk {
  text-align: center;
}
.ok__blk p {
  line-height: 270%;
}

.totop a {
  display: block;
  width: 100%;
  height: 100%;
  background: #152E55;
  color: #fff;
  max-width: 300px;
  width: 90%;
  margin: 40px auto 80px;
  padding: 20px;
  border-radius: 50px;
}

#errorMessage {
  margin-bottom: 20px;
  padding: 1em;
  border: 2px solid #FE0000;
}
#errorMessage li {
  color: #FE0000;
}