/* 法的ページ共通スタイル */
body {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "Meiryo", system-ui, sans-serif;
  max-width: 720px; margin: 0 auto; padding: 24px 16px 60px;
  color: #1a2330; background: #f7fafd; line-height: 1.8;
}
h1 { font-size: 1.4rem; border-bottom: 2px solid #2563eb; padding-bottom: 8px; }
h2 { font-size: 1.05rem; margin-top: 28px; }
table { border-collapse: collapse; width: 100%; background: #fff; }
th, td { border: 1px solid #d7e1ef; padding: 10px 12px; text-align: left; vertical-align: top; font-size: 0.95rem; }
th { background: #eef3fb; width: 34%; font-weight: 700; }
a { color: #2563eb; }
.back { display: inline-block; margin-top: 32px; }
small { color: #64748b; }
