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

.news-list .single-news {
  border-bottom: 2px solid #B1B1B1;
  padding-bottom: 18px;
  margin-bottom: 24px;
}
.news-list .single-news__date {
  color: #000;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 28px */
  margin-bottom: 4px;
}
.news-list .single-news__title {
  color: #000;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 28px */
}
.news-list .single-news:last-child {
  margin-bottom: 0;
}
.news-list .single-news__detail {
margin-top: 16px;
  color: #000;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 28px */
}
@media (max-width: 768px) {
  .news-list .single-news {
    border-bottom: 2px solid #B1B1B1;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .news-list .single-news__date {
    color: #000;
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%; /* 28px */
    margin-bottom: 4px;
  }
  .news-list .single-news__title {
    color: #000;
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%; /* 28px */
  }
  .news-list .single-news:last-child {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=news.css.map */