html {
  font-family: "Zen Maru Gothic", 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: 1120px;
  margin: 0 auto;
}
.news .news__wrapper .news-list {
  padding-top: 27px;
  padding-bottom: 80px;
}
.news .news__wrapper .news-list__content {
  color: black;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #CEDAE5;
  line-height: 1.5;
}
.news .news__wrapper .news-list__content__date {
  color: var(--neutral-color-222, #222);
  /* text/16- Bold - line-hegiht:160% */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  margin-bottom: 4px;
}
.news .news__wrapper .news-list__content__title {
  color: var(--neutral-color-222, #222);
  /* text/16- Bold - line-hegiht:160% */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}
.news .news__wrapper .news-list__content__ol{
  color: var(--neutral-color-222, #222);
  /* text/16- Bold - line-hegiht:160% */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
.news .news__wrapper .news-list__content--last {
  margin-bottom: 0;
}
.news .news__wrapper .news-btn {
  margin: 0 auto;
}/*# sourceMappingURL=news.css.map */