html {
  font-family: "BIZ UDPGothic", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .news__inner {
    padding-bottom: 40px;
  }
  .news__inner .sub-page-head {
    margin-bottom: 56px;
  }
  .news__inner .news-list {
    width: 100%;
  }
  .news__inner .news-list .news-item {
    display: flex;
    flex-direction: column;
    padding: 14px 0px 14px;
    border-bottom: 1px solid #004CA1;
  }
  .news__inner .news-list .news-item:first-child {
    padding-top: 0;
  }
  .news__inner .news-list .news-item__date {
    width: 168px;
    color: var(--primary-004CA1, #004CA1);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .news__inner .news-list .news-item__text {
    width: 100%;
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}/*# sourceMappingURL=news-res.css.map */