.report-page { width: min(1080px, calc(100% - 32px)); margin: 96px auto 48px; display: grid; gap: 18px; }
.report-notice, .report-card { background: #fff; border: 1px solid #e7e9ee; border-radius: 14px; padding: 20px; }
.report-notice { color: #4b5563; line-height: 1.75; }
.report-card h2 { margin: 0 0 16px; font-size: 20px; }
.report-notice h2 { margin: 0 0 10px; color: #111827; }
.report-notice p, .report-card p, .report-guide { line-height: 1.8; }
.report-phone { margin: 0 0 8px; font-size: 28px; font-weight: 700; }
.report-phone a { color: #111827; text-decoration: none; }
.report-call { display: inline-block; width: auto; margin-top: 8px; text-decoration: none; }
.report-guide { padding-left: 1.4rem; color: #374151; }
@media (max-width: 680px) {
  .report-page { width: min(100% - 20px, 1080px); margin-top: 78px; }
}
