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

@media screen and (max-width: 768px) {
  .news-list .single-news {
    padding: 10px 0px;
    border-bottom: 2px solid #CEDAE5;
  }
  .news-list .single-news__date {
    color: #4C4C4C;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%; /* 24.5px */
    margin-bottom: 4px;
  }
  .news-list .single-news__text {
    color: #4C4C4C;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%; /* 24.5px */
  }
  .news-list .single-news:first-child {
    padding-top: 0;
  }
}/*# sourceMappingURL=news-res.css.map */