@charset "UTF-8";
/* ==========================================================================
   News page（お知らせ一覧） Figma 3311:96733 content-section__wrapper
   ========================================================================== */
.news-page {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 100px;
}
.news-page__inner {
  box-sizing: border-box;
  width: 100%;
}
.news-page__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 1120px;
}
.news-page__item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  box-sizing: border-box;
  width: 100%;
}
.news-page__topic {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 4px;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}
.news-page__date {
  display: block;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #000000;
}
.news-page__title {
  margin: 0;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #000000;
}
.news-page__rule {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 1120px;
  height: 2px;
  border: none;
  background-color: #b1b1b1;
}/*# sourceMappingURL=news.css.map */