/* /biz/events/{slug}（イベント紹介記事）の本文。生成元＝scripts/gen-biz-subpages.mjs（2026-09-23 新設）
   読み込み順：site-chrome.css → tokens.css → news.css → 本ファイル */
.article-h1 { font-size: 30px; font-weight: 900; color: var(--navy); line-height: 1.5; margin-bottom: 8px; }
article p { font-size: 16px; line-height: 1.8; margin: 0 0 20px; color: var(--text); letter-spacing: 0.02em; }
.lead-box { font-size: 17px; font-weight: 500; }
.facts { width: 100%; border-collapse: collapse; margin: 0 0 8px; font-size: 16px; }
.facts th, .facts td { border-bottom: 1px solid var(--navy-line); padding: 10px 8px; text-align: left; vertical-align: top; line-height: 1.7; }
.facts th { width: 7.5em; color: var(--navy); font-weight: 700; white-space: nowrap; }
.facts td { word-break: break-all; }
h2.chapter-sub { font-size: 22px; font-weight: 900; color: var(--navy); line-height: 1.5; margin: 32px 0 14px; }
h2.chapter-sub:first-child { margin-top: 0; }
.points { margin: 0 0 20px 1.4em; font-size: 16px; line-height: 1.8; }
.points li { margin-bottom: 6px; }
h3.faq-q { font-size: 17px; font-weight: 700; color: var(--navy); margin: 20px 0 8px; }
.src-list, .more-list { margin: 0 0 20px 1.2em; font-size: 16px; line-height: 1.8; word-break: break-all; }
.facts a, .src-list a, .more-list a, .note a {
  color: var(--link-green, #047857); font-weight: 700;
  text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px;
}
.note { font-size: 16px; }
@media (max-width: 768px) {
  .article-h1 { font-size: 22px; }
  h2.chapter-sub { font-size: 19px; }
  .facts th { width: 5.5em; white-space: normal; }
}
