.news-message { overflow-wrap: anywhere; }
.news-message p { margin: 0 0 12px; }
.news-retry { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 8px 16px; border: 1px solid #1a4671; border-radius: 4px; color: #1a4671; background: #fff; font: inherit; cursor: pointer; }
.news-retry:hover, .news-pagination a:hover { background: #edf4f7; }
.news-retry:focus-visible, .news-pagination a:focus-visible { outline: 3px solid #1590a0; outline-offset: 3px; }
.news-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 20px; min-height: 48px; font-size: 14px; }
.news-pagination a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 16px; border: 1px solid #1a4671; border-radius: 4px; color: #1a4671; background: #fff; text-decoration: none; }
.news-pagination [hidden] { display: none; }
.block_news > .news-message { border: 0; padding: 30px 8px; }
.block_news .ttl_news h2 { overflow-wrap: anywhere; }
.block_news .ttl_news h2 a { color: #1a4671; text-decoration: none; }
.block_news .ttl_news h2 a:hover { text-decoration: underline; }
.block_news .ttl_news .date { display: block; }
.block_news .side_txt { overflow-wrap: anywhere; }
.block_news .side_txt img, .block_news .side_txt video { max-width: 100%; height: auto; }
.block_news .side_txt figure { max-width: 100%; margin: 16px 0; }
.block_news .side_txt table { display: block; max-width: 100%; overflow-x: auto; }
