@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");
}
@font-face {
  font-family: "roboto500";
  src: url("../font/Roboto-Medium.woff");
}
@font-face {
  font-family: "roboto700";
  src: url("../font/Roboto-Bold.woff");
}
@media screen and (min-width: 769px) {
  .news-archive {
    padding: 40px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .news-archive {
    padding: 20px 0 100px;
  }
}
.news-archive 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;
}
.news-archive ul.page-numbers li {
  margin: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-archive ul.page-numbers .prev {
  width: 8px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background: url("../img/common/icon-arrow2.svg") no-repeat center/contain;
}
.news-archive ul.page-numbers .next {
  width: 8px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
  background: url("../img/common/icon-arrow2.svg") no-repeat center/contain;
}
.news-archive ul.page-numbers .current {
  position: relative;
  z-index: 0;
  color: #fff;
}
.news-archive 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: #0D82C7;
}

.news-archive__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.news-archive__list {
  max-width: 900px;
  margin: 40px auto 0;
}

.news-archive__item {
  border-bottom: 1px solid #A7A7A7;
}
.news-archive__item:first-child {
  border-top: 1px solid #A7A7A7;
}

.news-archive__anchor {
  font-size: 14px;
  font-family: notoSans500, sans-serif;
}
@media screen and (min-width: 769px) {
  .news-archive__anchor {
    padding: 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-archive__anchor:hover {
    background-color: #F4F4F4;
  }
}
@media screen and (max-width: 768px) {
  .news-archive__anchor {
    padding: 20px 0;
    display: block;
  }
}

.news-archive__date {
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .news-archive__date {
    width: 138px;
    text-align: center;
  }
}

.news-archive__itemTitle {
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .news-archive__itemTitle {
    width: calc(100% - 138px);
  }
}
@media screen and (max-width: 768px) {
  .news-archive__itemTitle {
    margin-top: 10px;
  }
}

.news-archive__guide {
  margin: 100px 0;
  text-align: center;
}