/* ============================================================
   terms.css — 利用規約ページ固有スタイル
   ============================================================ */

/* ── Card inner ── */
.law-card__inner {
  padding: 36px 44px 40px;
}

/* ── Title ── */
.law-title {
  margin-bottom: 28px;
}

/* ── Divider (SP only) ── */
.terms-divider {
  border: none;
  border-top: 1px solid #e6e6e6;
  margin: 0 0 28px;
}

/* ── Terms content ── */
.terms-content {
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.6;
}
.terms-content p {
  margin-top: 0;
  margin-bottom: 0;
}
.terms-content p + p {
  margin-top: 1.6em;
}
.terms-heading {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 1.6em 0 0;
}
.terms-heading + p {
  margin-top: 0;
}
.terms-addendum {
  margin-top: 1.6em;
  padding-top: 1.6em;
  border-top: 1px solid #e6e6e6;
}
.terms-addendum p {
  margin: 0;
}

/* ── Mobile ── */
@media (max-width: 767px) {
  .law-card__inner { padding: 24px 20px 32px; }
  .terms-content, .terms-heading { font-size: 14px; }
}

/* ── PC (768px+) ── */
@media (min-width: 768px) {
  .law-card__inner {
    padding: 36px 44px 48px;
  }
  .law-title {
    margin-bottom: 32px;
  }
  .terms-divider { display: none; }
  .terms-content, .terms-heading { font-size: 16px; }
}
