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

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

@media screen and (max-width: 768px) {
  .news__inner {
    padding-bottom: 50px;
  }
  .news__inner .news-list .single-news {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #000;
  }
  .news__inner .news-list .single-news__date {
    color: #000;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.48px;
    margin-bottom: 4px;
  }
  .news__inner .news-list .single-news__title {
    color: #000;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.8px;
  }
  .news__inner .news-list .single-news:last-child {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=news.css.map */