@charset "UTF-8";
/* ===============================================
# コンテナ幅
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# フォント
=============================================== */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* ===============================================
# ブレイクポイント
=============================================== */
/* ===============================================
# 画像ファイルパス
=============================================== */
/* ===============================================
# 共通
=============================================== */
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
/* ===============================================
# フォントをremに変換
=============================================== */
/* ===============================================
# remのclamp
=============================================== */
/* ===============================================
# 外部アイコン
=============================================== */
/* under_title
=========================================== */
#under_title {
  background: url("/wp-content/uploads/under_top.jpg") no-repeat center center/cover;
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 767px) {
  #under_title {
    padding: 40px 0;
  }
}
#under_title h1 {
  font-size: clamp(2.4rem, 2.196193265vw, 3.6rem);
  color: #fff;
}

/* thanks
=========================================== */
.thanks-page {
  text-align: center;
}

.thanks-page__container {
  background: #fff;
  padding: 60px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.thanks-page__title {
  font-size: 3rem;
  font-weight: 700;
  color: #FF8800;
  margin-bottom: 24px;
}

.thanks-page__message {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 40px;
}

.thanks-page__btn {
  display: inline-block;
  background-color: #FF8800;
  border: 2px solid #FF8800;
  color: #fff;
  font-weight: 600;
  padding: 12px 36px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.thanks-page__btn:hover {
  background-color: #fff;
  color: #FF8800;
}

@media (max-width: 767px) {
  .thanks-page__container {
    padding: 30px 20px 40px;
  }
  .thanks-page__title {
    font-size: 1.8rem;
  }
  .thanks-page__message {
    font-size: 1.4rem;
    margin-bottom: 32px;
  }
  .thanks-page__btn {
    padding: 10px 28px;
    font-size: 1.6rem;
  }
}
.inner {
  background: #FFF0E0;
}

/* policy
=========================================== */
.polisy_container {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .polisy_container {
    padding: 20px;
  }
}
.polisy_container ul {
  padding-left: 30px;
  margin: 0.375em 0 1.25em;
}
.polisy_container ul li {
  list-style: disc;
}
.polisy_container a {
  text-decoration: underline;
}

.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=under.css.map */