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

.news {
  padding: 0 24px;
}
.news .news__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 820px;
  margin: 0 auto;
}
.news .news__wrapper .news-list {
  padding-bottom: 80px;
}
.news .news__wrapper .news-list__content {
  color: black;
  font-weight: 700;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #222;
  line-height: 1.5;
}
.news .news__wrapper .news-list__content__date {
  color: var(--Base-black, #222);
  /* 16 - Bold -1.75 -0 */
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 28px */
}
.news .news__wrapper .news-list__content__title {
  color: var(--Base-black, #222);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 31.5px */
}
.news .news__wrapper .news-list__content__desc {
  color: var(--Base-black, #222);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 24.5px */
}
.news .news__wrapper .news-list__content--last {
  margin-bottom: 0;
}
.news .news__wrapper .news-btn {
  margin: 0 auto;
}

.mb16 {
  margin-bottom: 16px;
}/*# sourceMappingURL=news.css.map */