/* 法務ページ共通の見た目（段 3・2026-09-20）。アプリ本体の CSS とは独立させ、静的 HTML だけで読める */
:root { color-scheme: light; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #212529;
  background: #f8f9fa;
  line-height: 1.8;
}
main {
  max-width: 760px;
  margin: 0 auto;
  padding: 32px 16px 64px;
  background: #fff;
}
header.legal-header { display: flex; align-items: baseline; gap: 12px; margin-bottom: 24px; }
header.legal-header a { font-weight: 700; letter-spacing: 0.08em; color: #212529; text-decoration: none; }
header.legal-header nav { font-size: 13px; }
header.legal-header nav a { font-weight: 400; margin-right: 12px; color: #495057; }
h1 { font-size: 22px; margin: 0 0 8px; }
h2 { font-size: 17px; margin: 32px 0 8px; border-bottom: 1px solid #dee2e6; padding-bottom: 4px; }
p, li { font-size: 14px; }
.legal-updated { font-size: 12px; color: #6c757d; margin: 0 0 24px; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { text-align: left; vertical-align: top; padding: 8px 10px; border-bottom: 1px solid #dee2e6; }
th { width: 11em; color: #495057; font-weight: 600; background: #f8f9fa; }
footer.legal-footer { margin-top: 48px; font-size: 12px; color: #6c757d; }
footer.legal-footer a { color: #495057; }
@media (max-width: 480px) {
  th { width: auto; display: block; border-bottom: none; padding-bottom: 0; }
  td { display: block; padding-top: 2px; }
}
