/* 共通ヘッダー/フッターは 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:28px; }
  table { width:100%; border-collapse:collapse; background:#fff; border-radius:12px; overflow:hidden; box-shadow:0 4px 20px rgba(140,74,90,.06); font-size:15px; }
  th,td { text-align:left; padding:14px 16px; border-bottom:1px solid var(--line); vertical-align:top; }
  th { background:var(--milk-deep); color:var(--rose-ink); font-family:'Zen Maru Gothic',sans-serif; white-space:nowrap; width:34%; }
  tr:last-child td, tr:last-child th { border-bottom:none; }
  .todo { color:#B07A2E; }
  .note { background:#fff; border:1px solid var(--line); border-radius:12px; padding:16px 18px; font-size:13px; color:var(--ink-soft); margin-top:24px; }

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