/* 共通ヘッダー/フッターは main.css。ここはページ固有スタイルのみ */
  main .wrap { max-width:820px; }
  main { padding:48px 0 72px; }
  h1 { font-family:'Zen Maru Gothic',sans-serif; font-size:28px; color:var(--rose-ink); line-height:1.4; margin-bottom:8px; }
  .updated { color:var(--ink-soft); font-size:13px; margin-bottom:28px; }
  .lead { margin-bottom:28px; }
  h2 { font-family:'Zen Maru Gothic',sans-serif; font-size:19px; color:var(--rose-ink); margin:34px 0 12px; padding-top:8px; border-top:1px solid var(--line); }
  h2:first-of-type { border-top:none; }
  p { margin:10px 0; }
  ul { margin:10px 0 10px 1.2em; }
  li { margin:6px 0; }
  .sub { font-weight:700; color:var(--rose-ink); margin-top:14px; }
  table { width:100%; border-collapse:collapse; margin:14px 0; font-size:14px; background:#fff; border-radius:12px; overflow:hidden; box-shadow:0 4px 20px rgba(140,74,90,.06); }
  th,td { text-align:left; padding:10px 14px; border-bottom:1px solid var(--line); }
  th { background:var(--milk-deep); color:var(--rose-ink); font-family:'Zen Maru Gothic',sans-serif; }
  tr:last-child td { border-bottom:none; }
  .note { background:#fff; border:1px solid var(--line); border-radius:12px; padding:16px 18px; font-size:13px; color:var(--ink-soft); margin-top:28px; }

  main { line-height: 1.85; }
  main a { color: var(--blush-deep); }
