@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: "zenKakuGothicNew400";
  src: url("../font/ZenKakuGothicNew-Regular.woff");
}
@font-face {
  font-family: "zenKakuGothicNew500";
  src: url("../font/ZenKakuGothicNew-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew700";
  src: url("../font/ZenKakuGothicNew-Bold.woff");
}
.news-section__inner {
  max-width: 950px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.news-section__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #064EA2;
}

.news-section__tab {
  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;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #333;
  background-color: #E4E4E4;
}
.news-section__tab:nth-child(n+2) {
  border-left: 1px solid #064EA2;
}
.news-section__tab.is-active {
  position: relative;
  border-top: 1px solid #064EA2;
  background-color: #fff;
}
.news-section__tab.is-active:after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .news-section__tab {
    width: 180px;
    height: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news-section__tab {
    width: 120px;
    height: 40px;
    font-size: 17px;
  }
}

.news-section__list {
  display: none;
}
.news-section__list.is-show {
  display: block;
}
@media screen and (min-width: 768px) {
  .news-section__list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .news-section__list {
    margin-top: 30px;
  }
}

.news-section__item {
  border-bottom: 1px dotted #064EA2;
}
.news-section__item:first-child {
  border-top: 1px dotted #064EA2;
}

.news-section__anchor {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.news-section__anchor:after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/news/icon-arrow.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .news-section__anchor {
    padding: 30px 50px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-section__anchor:after {
    right: 20px;
  }
  .news-section__anchor:hover {
    background-color: #F5F5F5;
  }
}
@media screen and (max-width: 767px) {
  .news-section__anchor {
    padding: 10px 30px 15px 10px;
    display: block;
  }
  .news-section__anchor:after {
    right: 0;
  }
}

.news-section__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .news-section__data {
    width: 190px;
  }
}

.news-section__date {
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

.news-section__tag {
  width: 96px;
  margin-left: 15px;
  padding: 2px 5px;
  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;
  color: #fff;
  border-radius: 100px;
  background-color: #064EA2;
}

.news-section__anchorTitle {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .news-section__anchorTitle {
    width: calc(98% - 190px);
  }
}
@media screen and (max-width: 767px) {
  .news-section__anchorTitle {
    margin-top: 15px;
  }
}

.news-section__pager .page-numbers,
.news-section__pager .nav-links {
  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;
  font-size: 18px;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .news-section__pager .page-numbers,
  .news-section__pager .nav-links {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .news-section__pager .page-numbers,
  .news-section__pager .nav-links {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .news-section__pager .page-numbers .page-numbers,
  .news-section__pager .nav-links .page-numbers {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .news-section__pager .page-numbers .page-numbers,
  .news-section__pager .nav-links .page-numbers {
    margin: 0 12px;
  }
}
@media screen and (min-width: 768px) {
  .news-section__pager .page-numbers a:hover,
  .news-section__pager .nav-links a:hover {
    opacity: 0.6;
  }
}
.news-section__pager .page-numbers a.page-numbers.next, .news-section__pager .page-numbers a.page-numbers.prev,
.news-section__pager .nav-links a.page-numbers.next,
.news-section__pager .nav-links a.page-numbers.prev {
  font-size: 0;
}
.news-section__pager .page-numbers span,
.news-section__pager .nav-links span {
  position: relative;
}
.news-section__pager .page-numbers span:after,
.news-section__pager .nav-links span:after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100px;
  background-color: #064EA2;
}
.news-section__pager .page-numbers span.page-numbers.dots:after,
.news-section__pager .nav-links span.page-numbers.dots:after {
  display: none;
}
.news-section__pager .page-numbers .prev,
.news-section__pager .page-numbers .next,
.news-section__pager .nav-links .prev,
.news-section__pager .nav-links .next {
  width: 25px;
  height: 25px;
  display: inline-block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  border: 1px solid #064EA2;
  border-radius: 100px;
}
.news-section__pager .page-numbers .prev:before,
.news-section__pager .nav-links .prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 46%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #064EA2;
  border-left: 0;
}
.news-section__pager .page-numbers .next:after,
.news-section__pager .nav-links .next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  pointer-events: none;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #064EA2;
  border-left: 0;
}