.category-link {
  margin-bottom: 42px;
}
@media screen and (max-width: 1023px) {
  .category-link {
    margin-bottom: 16px;
  }
}
.category-link_list {
  display: flex;
  justify-content: space-between;
}
.category-link_item {
  width: 31.94%;
  border: solid 1px #333;
  line-height: 8rem;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .category-link_item {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
.category-link_item a {
  display: block;
  width: 100%;
  height: 100%;
}
.category-link_item.current a {
  background-color: #333;
  color: #fff;
}

.yearly-archives {
  width: 240px;
  height: 6rem;
  margin-bottom: 30px;
  background-color: #EBEBEB;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .yearly-archives {
    width: 224px;
    height: 3.2rem;
    margin-bottom: 27px;
  }
}
.yearly-archives:before {
  content: "";
  width: 1px;
  height: 4rem;
  margin: auto;
  background-color: #fff;
  position: absolute;
  right: 66px;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .yearly-archives:before {
    height: 3.2rem;
    right: 28px;
  }
}
.yearly-archives:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .yearly-archives:after {
    border-width: 6px 6px 0px 6px;
    right: 8px;
  }
}
.yearly-archives_select {
  width: 100%;
  height: 100%;
  padding-left: 24px;
  border: 0;
  background-color: transparent;
  font-size: 2.4rem;
  color: #676767;
}
@media screen and (max-width: 1023px) {
  .yearly-archives_select {
    padding-left: 70px;
    font-size: 1.6rem;
  }
}

.news_title {
  margin-bottom: 8px;
  font-size: clamp(1.6rem, 1.67vw, 3.2rem);
}
.news_list {
  margin-bottom: 50px;
  border-bottom: solid 1px #707070;
}
@media screen and (max-width: 1023px) {
  .news_list {
    margin-bottom: 32px;
  }
}
.news_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px 0;
  border-top: solid 1px #707070;
  color: #676767;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .news_item {
    padding: 8px 0 12px;
  }
}
.news_item a {
  color: #676767;
}
.news_item p {
  line-height: 1.5;
}
.news_item .date {
  width: 147px;
}
@media screen and (max-width: 1023px) {
  .news_item .date {
    width: auto;
    margin-right: 1em;
  }
}
.news_item .cat {
  width: 160px;
  border-radius: 2rem;
  background-color: #004892;
  line-height: 4rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .news_item .cat {
    width: 140px;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.news_item .cat.ir-news {
  background-color: #DD0321;
}
.news_item .title {
  width: calc(100% - 147px - 160px);
  padding: 0 13rem 0 24px;
}
@media screen and (max-width: 1023px) {
  .news_item .title {
    width: 100%;
    padding: 12px 0 0;
  }
}
.news_item .new {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  color: #FF0000;
  position: absolute;
  right: 6rem;
}
.news_item .lsnew {
  display: none;
}
.news_item .lsnew.is-show {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  color: #F00;
  display: inline;
  position: absolute;
  right: 6rem;
}
@media screen and (max-width: 1023px) {
  .news_item .new {
    right: 0;
    top: 11px;
  }
}
.news_item .pdf {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .news_item .pdf {
    right: 6.5rem;
    top: 9px;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  column-gap: 1em;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    font-size: 1.8rem;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #676767;
}
.wp-pagenavi .current {
  font-weight: bold;
}

/*# sourceMappingURL=archive-news.css.map */
