@media print { .header-navi { position: relative; } }

#main.content-box { min-height: calc(100vh - 300px); display: flex; flex-direction: column; }

.terms-content { flex-shrink: 0; }

.page_title { width: 100%; display: block; }

.terms-text-links { width: 100%; display: block; }

.terms-link { font-weight: bold; color: #007bff; text-decoration: underline; }

.terms-link:hover { color: #0056b3; }

.terms-description { margin: 10px 0 20px 0; color: #666; font-size: 14px; width: 100%; display: block; }

.terms-content-pre { border: none; background: none; }
