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

.news-list .news-list-item {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.8px;
  padding-top: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #B1B1B1;
}
.news-list .news-list-item__date {
  margin-bottom: 4px;
}/*# sourceMappingURL=news.css.map */