body { margin: 0; background: #f4f7f7; color: #071017; font-family: Inter, Arial, sans-serif; }
main { width: min(920px, calc(100% - 32px)); margin: 0 auto; padding: 70px 0 90px; }
a { color: #16485a; font-weight: 700; }
.back { display: inline-flex; margin-bottom: 38px; text-decoration: none; }
h1 { margin: 0 0 22px; font-family: Georgia, serif; font-size: clamp(2.4rem, 6vw, 5rem); font-weight: 400; line-height: 1; }
h2 { margin-top: 42px; }
p, li { line-height: 1.72; color: #405158; }
.notice { padding: 18px; border-left: 4px solid #44d7a8; background: white; }
footer { width: min(920px, calc(100% - 32px)); margin: 0 auto 40px; color: #6d7c82; }
