@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: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .news-archive {
    padding: 40px 0 60px;
  }
}

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

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

.news-archive__anchor {
  font-family: notoSans500, sans-serif;
}
@media screen and (min-width: 769px) {
  .news-archive__anchor {
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .news-archive__anchor {
    padding: 20px 0;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .news-archive__anchor:hover .news-archive__title {
    text-decoration: none;
  }
}

.news-archive__date {
  letter-spacing: 0.06em;
  color: #214D74;
}
@media screen and (min-width: 769px) {
  .news-archive__date {
    width: 150px;
    display: inline-block;
  }
}

.news-archive__title {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .news-archive__title {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 768px) {
  .news-archive__title {
    margin-top: 20px;
  }
}