html {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .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: 0px;
    padding-bottom: 40px;
  }
  .news .news__wrapper .news-list__content {
    color: black;
    font-weight: 700;
    padding-bottom: 0.625rem;
    margin-bottom: 0.875rem;
    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--last {
    margin-bottom: 0;
  }
  .news .news__wrapper .news-btn {
    margin: 0 auto;
  }
}/*# sourceMappingURL=news-res.css.map */