/* privacy.css - for both JP and EN privacy pages */
body {
  font-family: system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  color: #111;
  background: #fff;
  padding: 32px;
  max-width: 900px;
  margin: 0 auto;
}
header h1 { margin: 0 0 8px; font-size: 1.4rem; }
.meta { color: #666; font-size: 0.9rem; margin-bottom: 20px; }
section { margin-bottom: 24px; }
h2 { font-size: 1.05rem; margin: 18px 0 8px; }
a { color: #0b66c3; text-decoration: none; }
a:hover { text-decoration: underline; }
footer {
  font-size: 0.9rem;
  color: #666;
  margin-top: 32px;
  border-top: 1px solid #eee;
  padding-top: 16px;
}
.note {
  background: #f8f9fb;
  border-left: 4px solid #dfe9f6;
  padding: 12px;
  margin: 12px 0;
}
