/* index-ks.html と同じ theme-ocean + ks-background 内の静的ページ（法令・サイトマップ等） */

html.theme-ocean .static-doc {
  max-width: 42rem;
  margin: 0 auto;
  padding: 0.2rem 0 1.5rem;
}

html.theme-ocean .static-doc.static-doc--wide {
  max-width: 44rem;
}

html.theme-ocean .static-doc-back {
  margin: 0 0 0.4rem;
  font-size: 0.88rem;
}

html.theme-ocean .static-doc-back a {
  color: var(--gold);
  font-weight: 600;
  text-decoration: none;
}

html.theme-ocean .static-doc-back a:hover {
  text-decoration: underline;
}

html.theme-ocean .static-doc-title {
  margin: 0 0 0.5rem;
  font-family: "Noto Serif JP", "Noto Sans JP", serif;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  color: var(--cream);
  line-height: 1.3;
}

html.theme-ocean .static-doc-section {
  margin: 0 0 2rem;
  padding: 0;
  border: 0;
}

html.theme-ocean .static-doc-section:last-child {
  margin-bottom: 0;
}

html.theme-ocean .static-doc-section h2 {
  margin: 0 0 0.22rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--cream);
  padding-bottom: 0.18rem;
  border-bottom: 1px solid rgba(var(--accent-rgb), 0.28);
}

html.theme-ocean .static-doc-section p {
  margin: 0 0 0.2rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--cream);
}

html.theme-ocean .static-doc-section p:last-child {
  margin-bottom: 0;
}

html.theme-ocean .static-doc-section ul {
  margin: 0.15rem 0 0.25rem;
  padding-left: 1.15rem;
}

html.theme-ocean .static-doc-section li {
  margin: 0 0 0.08rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--cream);
}

html.theme-ocean .static-doc-section li:last-child {
  margin-bottom: 0;
}

html.theme-ocean .static-doc-note,
html.theme-ocean .static-doc-updated {
  margin-top: 0.28rem !important;
  font-size: 0.9rem !important;
  color: var(--muted) !important;
}

html.theme-ocean .static-doc-updated {
  margin-top: 0.65rem !important;
}

html.theme-ocean .static-doc-diagram {
  margin: 0.55rem 0;
  padding: 0.65rem 0.85rem;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(var(--accent-rgb), 0.25);
  border-radius: 8px;
  overflow-x: auto;
  font-family: ui-monospace, "Cascadia Code", "Consolas", monospace;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--cream);
}

html.theme-ocean .static-doc-lead {
  margin: 0 0 0.5rem;
  font-size: 0.93rem;
  line-height: 1.55;
  color: var(--muted);
}

html.theme-ocean .static-doc-lead a {
  color: var(--gold);
  font-weight: 600;
  text-decoration: none;
}

html.theme-ocean .static-doc-lead a:hover {
  text-decoration: underline;
}

html.theme-ocean .sitemap-section h2 {
  border-bottom: none;
  padding-bottom: 0;
}

html.theme-ocean .sitemap-section a {
  color: var(--gold);
  font-weight: 600;
  text-decoration: none;
}

html.theme-ocean .sitemap-section a:hover {
  text-decoration: underline;
}
