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

.news-list .single-news {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #000;
}
.news-list .single-news__date {
  color: #000;
  font-family: "Sawarabi Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.8px;
  margin-bottom: 4px;
}
.news-list .single-news__title {
  color: #000;
  font-family: "Sawarabi Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.8px;
}
.news-list .single-news:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=news.css.map */