@charset "UTF-8";
/* ==========================================================================
   利用規約ページ
   ========================================================================== */
.terms-page {
  background-color: #fff;
}
.terms-page h1,
.terms-page h1.wp-block-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 20px + 1.2vw, 40px);
  line-height: 1.4;
  text-align: center;
  color: var(--color-primary);
  margin: 0 0 40px;
  padding-bottom: 20px;
  border-bottom: 3px solid var(--color-primary);
}
.terms-page h2,
.terms-page h2.wp-block-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 16px + 0.3vw, 22px);
  line-height: 1.4;
  color: var(--color-primary);
  margin: 40px 0 20px;
  padding-left: 15px;
  border-left: 4px solid var(--color-primary);
}
.terms-page h2:first-of-type,
.terms-page h2.wp-block-heading:first-of-type {
  margin-top: 0;
}
.terms-page p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 13px + 0.15vw, 16px);
  line-height: 1.8;
  color: var(--color-black);
  margin: 0 0 15px;
  text-align: justify;
}
.terms-page ul,
.terms-page ol {
  margin: 15px 0;
  padding-left: 25px;
}
.terms-page ul li,
.terms-page ol li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 13px + 0.15vw, 16px);
  line-height: 1.8;
  color: var(--color-black);
  margin-bottom: 10px;
  list-style: disc;
}
.terms-page ol li {
  list-style: decimal;
}
.terms-page ul ul {
  margin: 10px 0 10px 0;
}
.terms-page ul ul li {
  list-style: circle;
}

.terms-container {
  max-width: 900px;
  margin: 0 auto;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .terms-page h1,
  .terms-page h1.wp-block-heading {
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .terms-page h2,
  .terms-page h2.wp-block-heading {
    font-size: 17px;
    margin: 30px 0 15px;
    padding-left: 12px;
  }
  .terms-page p,
  .terms-page ul li,
  .terms-page ol li {
    font-size: 14px;
    line-height: 1.7;
  }
  .terms-page ul,
  .terms-page ol {
    padding-left: 20px;
  }
}/*# sourceMappingURL=terms.css.map */