/* こえのま 静的ページ共通（ロビー・トンマナ準拠）
   白地 #FAFAFB / 墨 #1A1D22 / 薄灰 #EFF1F3 / REC赤 #D6453E */
:root {
  --bg: #FAFAFB;
  --ink: #1A1D22;
  --ink-weak: #5A5F68;
  --panel: #FFFFFF;
  --line: #EFF1F3;
  --rec: #D6453E;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 2.05;
  font-feature-settings: "palt";
}
.wrap { max-width: 680px; margin: 0 auto; padding: 48px 24px 96px; }
header.site { padding-bottom: 24px; border-bottom: 1px solid var(--line); margin-bottom: 40px; }
.brand { font-size: 18px; font-weight: 700; letter-spacing: 0.06em; text-decoration: none; color: var(--ink); }
.brand small { font-size: 11px; font-weight: 500; color: var(--ink-weak); margin-left: 10px; letter-spacing: 0.08em; }
.brand .dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--rec); margin-right: 8px; vertical-align: 2px; }
h1 { font-size: 24px; font-weight: 700; line-height: 1.6; letter-spacing: 0.02em; margin-bottom: 8px; }
.lead { color: var(--ink-weak); font-size: 13.5px; margin-bottom: 40px; }
section { margin-bottom: 36px; }
h2 { font-size: 16px; font-weight: 700; line-height: 1.8; padding-left: 12px; border-left: 3px solid var(--rec); margin-bottom: 12px; }
p { margin-bottom: 12px; }
ul { padding-left: 1.4em; margin-bottom: 12px; }
li { margin-bottom: 4px; }
ul ul { margin-top: 4px; margin-bottom: 4px; }
strong { font-weight: 700; }
a { color: var(--ink); text-decoration-color: var(--rec); text-underline-offset: 3px; }
table { width: 100%; border-collapse: collapse; margin-bottom: 12px; font-size: 14px; }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { white-space: nowrap; font-weight: 700; width: 9em; color: var(--ink-weak); font-size: 13px; }
.dates { color: var(--ink-weak); font-size: 13px; margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--line); font-variant-numeric: tabular-nums; }
footer.site { margin-top: 56px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 13px; color: var(--ink-weak); }
footer.site nav a { margin-right: 20px; }
/* トップページ */
.hero { padding: 64px 0 48px; }
.hero h1 { font-size: 32px; letter-spacing: 0.04em; }
.hero .tagline { font-size: 15px; color: var(--ink-weak); margin-top: 12px; }
.hero .status { display: inline-block; margin-top: 28px; padding: 6px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--panel); font-size: 12.5px; color: var(--ink-weak); letter-spacing: 0.04em; }
