/* terms-page */
.terms-page {width: 100%; max-width: 900px; margin: 7vw auto 5vw;}
.terms-page__lead {text-align: center; font-size: clamp(1.125rem, 1.5vw, 1.375rem); font-weight: 500; color: #1C1C1C; margin: 0 0 30px;}
.terms-page__hospital {font-weight: 700;}
.terms-page__highlight {color: #243359;}

.terms-box {width: 90%; margin: auto; background: #f8f9fa; border: 1px solid #e9ecef; border-radius: 12px; padding: clamp(20px, 3vw, 30px); box-sizing: border-box;}
.terms-box__title {font-size: clamp(1.05rem, 1.4vw, 1.125rem); font-weight: 700; color: #243359; margin: 0 0 20px; padding-bottom: 15px; border-bottom: 2px solid #243359;}
.terms-box__body {font-size: clamp(0.9rem, 1.1vw, 0.9375rem); line-height: 1.8; color: #333; word-break: keep-all;}
.terms-box__body p {margin: 0;}
.terms-box__body strong {color: #1C1C1C;}

@media screen and (max-width: 768px) {
    .terms-page {margin: 3.75rem auto 0;}
    .terms-box {padding: 18px;}
}
