.elementor-3 .elementor-element.elementor-element-292f799b{--display:flex;}@media(min-width:768px){.elementor-3 .elementor-element.elementor-element-292f799b{--content-width:900px;}}/* Start custom CSS for html, class: .elementor-element-73dc270 *//* =====================
  掲載規約ページ
===================== */
.terms-page {
  max-width: 764px;
  margin: 0 auto;
  padding: 24px 20px 48px;
  box-sizing: border-box;
  color: #222;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  background: #fff;
}

/* タイトル */
.terms-page h1 {
  margin: 0 0 24px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #0B263D;
}

/* リード文 */
.terms-page .lead {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}

/* 条文ごとのブロック */
.terms-page .terms-section {
  margin-bottom: 30px;
}

.terms-page .terms-section:last-of-type {
  margin-bottom: 0;
}

/* 見出し */
.terms-page h2 {
  margin: 0 0 12px;
  padding-left: 12px;
  border-left: 4px solid #0B263D;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: #111;
}

/* 本文 */
.terms-page p {
  margin: 0 0 14px;
  color: #333;
}

.terms-page p:last-child {
  margin-bottom: 0;
}

/* 箇条書き */
.terms-page ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}

.terms-page li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.4em;
  color: #333;
}

.terms-page li:last-child {
  margin-bottom: 0;
}

.terms-page li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #0B263D;
  font-weight: 700;
}

/* 締め */
.terms-page .end {
  margin-top: 36px;
  text-align: right;
  font-weight: 700;
  color: #0B263D;
}

/* リンクがある場合 */
.terms-page a {
  color: #0B263D;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.terms-page a:hover {
  opacity: 0.8;
}

/* =====================
  タブレット以下
===================== */
@media (max-width: 767px) {
  .terms-page {
    padding: 20px 16px 40px;
    font-size: 14px;
    line-height: 1.85;
  }

  .terms-page h1 {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .terms-page .lead {
    font-size: 13px;
    margin-bottom: 24px;
  }

  .terms-page h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .terms-page .terms-section {
    margin-bottom: 26px;
  }

  .terms-page li {
    margin-bottom: 8px;
  }
}

/* =====================
  小さいスマホ
===================== */
@media (max-width: 480px) {
  .terms-page {
    padding: 16px 14px 32px;
  }

  .terms-page h1 {
    font-size: 20px;
  }

  .terms-page h2 {
    font-size: 15px;
    padding-left: 10px;
  }

  .terms-page li {
    padding-left: 1.2em;
  }
}/* End custom CSS */