.anbi-members-notice { margin: 28px 0; padding: clamp(20px, 4vw, 36px); background: #f6f6f6; border: 1px solid #dedede; border-radius: 12px; color: #222; text-align: center; }
.anbi-members-notice h2 { margin: 0 0 12px; color: #222; font-size: clamp(21px, 3vw, 27px); line-height: 1.25; }
.anbi-members-notice p { margin: 0 0 22px; color: #444; font-size: 16px; line-height: 1.6; }
.anbi-members-notice a.anbi-members-login { display: inline-block; padding: 12px 24px; border: 2px solid #111; border-radius: 7px; background: #111; color: #fff; font-size: 16px; font-weight: 600; line-height: 1.4; text-decoration: none; }
.anbi-members-notice a.anbi-members-login:hover { background: #333; color: #fff; }
.anbi-members-notice a.anbi-members-login:focus-visible { outline: 3px solid #2271b1; outline-offset: 4px; }
