/* Shared style for the オイショイ！ legal pages.
   Deliberately plain: these are documents, not marketing. Same palette as the
   sales page (web/index.html) and the game HUD so the brand does not break at
   the exact moment someone is deciding whether to trust us with a photo. */
:root {
  --bg: #eef1f7; --card: #fff; --ink: #1d2433; --muted: #4a5468;
  --blue: #3b6fd4; --line: #dfe4ee;
}
* { box-sizing: border-box; }
html, body { margin: 0; background: var(--bg); color: var(--ink);
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  line-height: 1.85; -webkit-text-size-adjust: 100%; }
a { color: var(--blue); }
.wrap { max-width: 720px; margin: 0 auto; padding: 0 20px; }
header { padding: 20px 0 0; }
.brand { font-size: 17px; font-weight: 900; text-decoration: none; color: var(--ink); }
.brand .bang { color: #e0453a; }
main { padding: 26px 0 60px; }
h1 { font-size: 24px; font-weight: 900; margin: 0 0 6px; }
h2 { font-size: 17px; font-weight: 900; margin: 32px 0 10px; }
p, li { font-size: 14.5px; }
p { margin: 0 0 14px; }
ul, ol { padding-left: 22px; margin: 0 0 14px; }
li { margin: 0 0 8px; }
.updated { font-size: 13px; color: var(--muted); margin: 0 0 26px; }
.card { background: var(--card); border-radius: 16px; padding: 8px 22px 22px;
  box-shadow: 0 2px 12px rgba(30,50,90,.14); }
table { width: 100%; border-collapse: collapse; }
th, td { text-align: left; vertical-align: top; padding: 14px 0;
  border-bottom: 1px solid var(--line); font-size: 14.5px; }
th { width: 34%; font-weight: 800; color: var(--muted); padding-right: 16px; }
@media (max-width: 560px) {
  th, td { display: block; width: 100%; border-bottom: none; padding: 4px 0; }
  th { padding-top: 16px; }
  td { border-bottom: 1px solid var(--line); padding-bottom: 14px; }
}
footer { border-top: 1px solid var(--line); padding: 22px 0 60px; }
.flinks { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0 0 12px;
  font-size: 14px; font-weight: 700; }
.small { font-size: 13px; color: var(--muted); }
