/* Deep — 法的文書ページ（シンプルな文字だけの画面）共通スタイル */
:root { color-scheme: dark; }
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: #0b0714;
  color: #e4dcef;
  font-family: 'Hiragino Sans', 'Noto Sans JP', 'Yu Gothic UI', system-ui, sans-serif;
  line-height: 1.95;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 760px; margin: 0 auto; padding: 52px 22px 100px; }
.brand {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 800; color: #fff; font-size: 16px; letter-spacing: 0.02em;
  text-decoration: none; margin-bottom: 30px;
}
.brand svg { width: 22px; height: 22px; }
h1 { color: #fff; font-size: 23px; font-weight: 800; margin: 0 0 6px; line-height: 1.45; }
.sub { color: #b9a8cc; font-size: 13.5px; margin: 0; }
.rev { color: #8a7aa3; font-size: 12.5px; margin: 8px 0 34px; }
p { margin: 0 0 18px; }
p strong { color: #fff; font-weight: 700; }
.lead { color: #cabfe0; margin-bottom: 26px; }
.item { margin: 0 0 12px; }
.item b { color: #fff; font-weight: 700; }
hr { border: none; border-top: 1px solid rgba(255, 255, 255, 0.1); margin: 30px 0; }
a { color: #ff9dbb; }
.foot { color: #6f6188; font-size: 12px; margin-top: 44px; border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; }
.foot a { color: #9c8cb5; }
