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

.news__inner {
  padding-bottom: 50px;
}

.news-list .single-news {
  padding: 16px 0;
  border-bottom: 1px solid #000;
}
.news-list .single-news__date {
  color: #000;
  font-family: "M PLUS 1 Code", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.48px;
  margin-bottom: 4px;
}
.news-list .single-news__ttl {
  color: #000;
  font-family: "M PLUS 1 Code", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.8px;
}
.news-list .single-news:first-child {
  padding-top: 0;
}/*# sourceMappingURL=news.css.map */