._idx .news-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
@media screen and (max-width: 750px) { ._idx .news-top { display: block; } }
._idx .news-top ul { flex: 1; display: flex; flex-wrap: wrap; gap: 8px; border-right: 1px solid #8f8f8f; }
@media screen and (max-width: 750px) { ._idx .news-top ul { padding-bottom: 8px; margin-bottom: 8px; border-right: none; border-bottom: 1px solid #8f8f8f; } }
._idx .news-top ul li a { display: inline-block; padding: 5px 1em; border: 1px solid #005eac; border-radius: 2em; color: #005eac; font-size: 1.5rem; font-weight: 700; text-decoration: none; }
@media screen and (max-width: 750px) { ._idx .news-top ul li a { font-size: 1.2rem; } }
._idx .news-top ul li a:hover, ._idx .news-top ul li a.active { background-color: #005eac; color: #fff; }
._idx .news-top select { -moz-appearance: none; -webkit-appearance: none; appearance: none; width: 100%; max-width: 115px; padding: 5px; background: url("../img/common/ico_select.svg") no-repeat right 10px center; background-size: 8px auto; border: none; font-size: 1.5rem; font-weight: 700; text-align: center; }
@media screen and (max-width: 750px) { ._idx .news-top select { max-width: 100%; } }
._idx .news-list { margin-bottom: 60px; }
._idx .news-list li { border-bottom: 2px solid #e7eff3; }
._idx .news-list li a, ._idx .news-list li .nolink { display: flex; align-items: center; padding-block: 30px; }
@media screen and (max-width: 750px) { ._idx .news-list li a, ._idx .news-list li .nolink { display: block; padding-block: 20px; } }
._idx .news-list li a { text-decoration: none; }
._idx .news-list li a:hover .news-list-heading { text-decoration: underline; }
._idx .news-list li .news-list-top { display: flex; align-items: center; width: 20em; }
@media screen and (max-width: 750px) { ._idx .news-list li .news-list-top { width: 100%; margin-bottom: 10px; font-size: 1.2rem !important; } }
._idx .news-list li .news-list-top span { width: 8.5em; }
._idx .news-list li .news-list-heading { flex: 1; margin-left: 1em; }
@media screen and (max-width: 750px) { ._idx .news-list li .news-list-heading { margin-left: 0; } }
._idx .pager { display: flex; align-items: center; justify-content: center; }
._idx .pager p { width: 9px; }
._idx .pager ol { display: flex; margin: 0 30px; }
._idx .pager ol li { width: 44px; height: 44px; margin: 0 4px; }
._idx .pager ol li a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; text-decoration: none; background-color: #e0e6f2; font-size: 1.6rem; text-align: center; line-height: 1; }
@media screen and (max-width: 750px) { ._idx .pager ol li a { font-size: 1.4rem; } }
._idx .pager ol li a:hover, ._idx .pager ol li a.current { background-color: #005eac; color: #fff; }

._detail .detail-top { display: flex; align-items: center; margin-bottom: 35px; }
._detail .contents img { border-radius: 20px; }
@media screen and (max-width: 750px) { ._detail .contents img { border-radius: 1rem; } }

/*# sourceMappingURL=news.css.map */
