/* ニュース一覧ページ用 */
.news-list-page {
  padding-top: 24px;
  padding-bottom: 60px;
}

.news-list-page__heading {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  text-align: center;
}

/* 「全てみる」先：過去のお知らせを1列・縦に長く表示（ページ分割なし） */
.news-list-page .news__lists--archive {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
}

.news-list-page .news {
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .news-list-page .news__lists--archive .news-link {
    align-items: flex-start;
  }
}

/* .page-btn--disabled は style.css で定義 */
