@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: "roboto100";
  src: url("../font/Roboto-Thin.woff");
}
@font-face {
  font-family: "roboto400";
  src: url("../font/Roboto-Regular.woff");
}
@font-face {
  font-family: "roboto500";
  src: url("../font/Roboto-Medium.woff");
}
@media screen and (min-width: 881px) {
  .news-archive {
    padding: 100px 0 140px;
  }
}
@media screen and (max-width: 880px) {
  .news-archive {
    padding: 40px 0 60px;
  }
}
.news-archive ul.page-numbers {
  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;
}
@media screen and (min-width: 881px) {
  .news-archive ul.page-numbers {
    margin-top: 60px;
  }
}
@media screen and (max-width: 880px) {
  .news-archive ul.page-numbers {
    margin-top: 40px;
  }
}
.news-archive ul.page-numbers li {
  margin: 0 10px;
}
.news-archive ul.page-numbers .prev:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: 2px solid #31D090;
  border-left: 2px solid #31D090;
}
.news-archive ul.page-numbers .next:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #31D090;
  border-left: 2px solid #31D090;
}
.news-archive ul.page-numbers span {
  position: relative;
}
.news-archive ul.page-numbers span:after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #31D090;
}

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

.news-archive__item {
  border-bottom: 1px solid #1E1E26;
}

.news-archive__anchor {
  position: relative;
  font-size: 15px;
  letter-spacing: 0.06em;
}
.news-archive__anchor:before {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 60%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/icon-arrow2.svg") no-repeat center/contain;
}
@media screen and (min-width: 881px) {
  .news-archive__anchor {
    padding: 30px 35px 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-archive__anchor:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 880px) {
  .news-archive__anchor {
    padding: 20px 35px 20px 0;
    display: block;
  }
}

.news-archive__data {
  color: #31D090;
}
@media screen and (min-width: 881px) {
  .news-archive__data {
    width: 80px;
  }
}

@media screen and (min-width: 881px) {
  .news-archive__itemTitle {
    width: calc(96% - 80px);
  }
}
@media screen and (max-width: 880px) {
  .news-archive__itemTitle {
    margin-top: 20px;
  }
}