/* terms.css — 追加日: 2026-03-14 */
.terms-article h2 {
  font-family: var(--font-display); font-size: 1.3rem;
  color: var(--white); letter-spacing: 0.06em;
  margin: 2.5rem 0 0.8rem;
  padding-left: 1rem; border-left: 2px solid var(--miku);
}
.terms-article h2:first-child { margin-top: 0; }
.terms-article p { font-size: 0.87rem; color: var(--text-dim); line-height: 2; margin-bottom: 1rem; }
.terms-article ol { padding-left: 1.5rem; margin-bottom: 1.5rem; }
.terms-article ol li { font-size: 0.87rem; color: var(--text-dim); line-height: 2; margin-bottom: 0.5rem; }
