@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@media screen and (min-width: 961px) {
  .archive-news {
    padding: 100px 0 200px;
  }
}
@media screen and (max-width: 960px) {
  .archive-news {
    padding: 50px 0 100px;
  }
}
.archive-news ul.page-numbers {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.archive-news ul.page-numbers li {
  margin: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.archive-news ul.page-numbers .prev {
  width: 6px;
  height: 12px;
  margin-right: 5px;
  display: inline-block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-mask: url("../img/common/icon_arrow3.svg") no-repeat center/contain;
          mask: url("../img/common/icon_arrow3.svg") no-repeat center/contain;
  background-color: #1E8B5D;
}
.archive-news ul.page-numbers .next {
  width: 6px;
  height: 12px;
  margin-left: 5px;
  display: inline-block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-mask: url("../img/common/icon_arrow4.svg") no-repeat center/contain;
          mask: url("../img/common/icon_arrow4.svg") no-repeat center/contain;
  background-color: #1E8B5D;
}
.archive-news ul.page-numbers .current {
  position: relative;
  z-index: 0;
  color: #fff;
}
.archive-news ul.page-numbers .current:before {
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #1E8B5D;
}

.archive-news__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.archive-news__item {
  border-top: 1px solid #1E8B5D;
}
.archive-news__item:last-child {
  border-bottom: 1px solid #1E8B5D;
}

.archive-news__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 1.75;
}
.archive-news__anchor:after {
  content: "";
  width: 7px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
          mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
  background-color: #1E8B5D;
}
@media screen and (min-width: 961px) {
  .archive-news__anchor {
    padding: 35px 50px 35px 20px;
    font-size: 18px;
  }
  .archive-news__anchor:after {
    right: 30px;
  }
  .archive-news__anchor:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 960px) {
  .archive-news__anchor {
    padding: 15px 30px 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .archive-news__anchor:after {
    right: 10px;
  }
}

@media screen and (min-width: 961px) {
  .archive-news__date {
    margin-right: 58px;
  }
}