.top-news {
  margin: 10vw auto;
}
.top-news .top-news_ttl {
  text-align: center;
  line-height: 1.2;
  color: #bf9c46;
  margin-bottom: 2em;
}
.top-news .top-news_ttl-en {
  font-family: curve, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: calc(48px + 8 * (100vw - 750px) / 1080);
  line-height: 1.2;
}
.top-news .top-news_ttl-jp {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.top-news dl {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
.top-news dl dd {
  display: block;
  border-bottom: 1px solid #ccc;
}
.top-news dl dd a {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 15px 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .top-news dl dd a {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.top-news dl dd a .date {
  flex-shrink: 0;
  font-weight: 700;
  margin-right: 10px;
}
.top-news dl dd a .ttl {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-news dl dd a .ttl {
    margin-top: 10px;
  }
}
.top-news .btn-more {
  max-width: 1000px;
  width: 90%;
  margin: 30px auto 0;
}
.top-news .btn-more a {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.news_archive .cat_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}
.news_archive .cat_list li a {
  display: block;
  text-align: center;
  background: #E6F4FF;
  color: #17397d;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 1.4rem;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .news_archive .cat_list li a {
    font-size: 1.2rem;
  }
}
.news_archive .cat_list li a.active {
  background: #17397d;
  color: #fff;
}
.news_archive dl {
  width: 100%;
  margin: 0 auto;
}
.news_archive dl dd {
  display: block;
  border-bottom: 1px solid #ccc;
}
.news_archive dl dd a {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 15px 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .news_archive dl dd a {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.news_archive dl dd a .date {
  flex-shrink: 0;
  font-weight: 700;
  margin-right: 10px;
}
.news_archive dl dd a .ttl {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news_archive dl dd a .ttl {
    margin-top: 10px;
  }
}
.news_archive .pagination {
  margin-top: 60px;
  text-align: center;
  margin: 50px auto 100px;
}
.news_archive .pagination ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.news_archive .pagination li {
  list-style: none;
}
.news_archive .pagination li a,
.news_archive .pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 100%;
  text-decoration: none;
  color: #17397d;
  font-size: 14px;
  background: #E6F4FF;
}
.news_archive .pagination li a:hover {
  background: #17397d;
  color: #fff;
}
.news_archive .pagination li.current span {
  background: #17397d;
  color: #fff;
}
.news_archive .pagination li.prev a, .news_archive .pagination li.next a {
  background: none;
  font-weight: 700;
}

.page-news_single .news_ttl {
  font-size: 2.8rem;
  font-weight: 700;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .page-news_single .news_ttl {
    font-size: 2rem;
  }
}
.page-news_single .news_ttl::before {
  content: "";
  display: block;
  margin-right: 30px;
  width: 10px;
  border-bottom-right-radius: 9999px;
  border-top-left-radius: 9999px;
  background: #bf9c46;
}
@media screen and (max-width: 768px) {
  .page-news_single .news_ttl::before {
    margin-right: 10px;
  }
}
.page-news_single .flex {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.page-news_single .flex .date {
  font-weight: bold;
  color: #bf9c46;
}
.page-news_single .flex .cat {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.page-news_single .flex .cat li a {
  color: #fff;
  background: #17397d;
  border-radius: 99999px;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  display: block;
  box-sizing: border-box;
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .page-news_single .flex .cat li a {
    padding: 0 10px;
  }
}
.page-news_single .editorBox {
  margin: 100px auto;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page-news_single .editorBox {
    margin: 50px auto;
    font-size: 90%;
  }
}
.page-news_single .btn-more {
  margin-bottom: 50px;
}
.page-news_single .btn-more a {
  margin: 0 auto;
  justify-content: center;
}/*# sourceMappingURL=style_2602.css.map */