:root { --paper: #f7f2e9; --ink: #2a2521; --sub: #6b6259; --line: #ded4c4; --accent: #b8432b; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif; line-height: 1.85; font-size: 16px; }
a { color: var(--accent); }
.bar { border-bottom: 1px solid var(--line); padding: 14px 20px; }
.logo { font-weight: 700; font-size: 18px; text-decoration: none; color: var(--ink); letter-spacing: .08em; }
.doc { max-width: 760px; margin: 0 auto; padding: 32px 20px 56px; }
h1 { font-size: 26px; line-height: 1.4; margin: 0 0 12px; }
h2 { font-size: 18px; margin: 36px 0 8px; padding-left: 10px; border-left: 4px solid var(--accent); }
.lead { color: var(--sub); }
table { width: 100%; border-collapse: collapse; margin-top: 20px; }
th, td { text-align: left; vertical-align: top; padding: 12px 10px; border-bottom: 1px solid var(--line); }
th { width: 30%; font-weight: 600; white-space: nowrap; }
small { color: var(--sub); }
ol, ul { padding-left: 1.4em; }
.meta { margin-top: 40px; color: var(--sub); font-size: 14px; }
.foot { border-top: 1px solid var(--line); padding: 20px; text-align: center; font-size: 14px; color: var(--sub); }
@media (max-width: 560px) { th { white-space: normal; width: 36%; } h1 { font-size: 22px; } }
