/* ===========================
   お知らせ・コラム詳細ページ共通スタイル
   =========================== */

/* ニュース一覧ページ */
.news-page__list-wrap {
  max-width: 1100px;
  margin: 0 auto;
  /* 上下は .section（style.css）に任せ、CTA 前の余白のみ内側で確保 */
  padding: 0 0 20px;
}

/* ニュース詳細 */
.news-single__wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 20px;
}

.news-single__header {
  margin-bottom: 32px;
}

.news-single__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.news-single__title {
  font-size: clamp(1.25rem, 3vw, 32px);
  font-weight: 700;
  color: #002866;
  line-height: 1.5;
}

.news-single__thumbnail {
  margin-bottom: 40px;
  border-radius: 8px;
  overflow: hidden;
}

.news-single__thumbnail-img {
  width: 100%;
  height: auto;
  display: block;
}

.news-single__content {
  line-height: 1.9;
  color: #333;
  margin-bottom: 60px;
}

.news-single__content h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #002866;
  margin: 2em 0 0.8em;
  padding-bottom: 8px;
  border-bottom: 2px solid #002866;
}

.news-single__content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #002866;
  margin: 1.5em 0 0.6em;
}

.news-single__content p {
  margin-bottom: 1.2em;
}

.news-single__content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 1em 0;
}

.news-single__back {
  display: flex;
  justify-content: center;
}

/* コラム一覧の見た目は style.css（静的 column.html 準拠）に統一 */

/* コラム詳細 */
.column-single__wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 0 20px;
}

.column-single__header {
  margin-bottom: 32px;
}

.column-single__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.column-single__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.column-single__title {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
  color: #002866;
  line-height: 1.5;
}

.column-single__thumbnail {
  margin-bottom: 40px;
  border-radius: 8px;
  overflow: hidden;
}

.column-single__thumbnail-img {
  width: 100%;
  height: auto;
  display: block;
}

.column-single__content {
  line-height: 1.9;
  color: #333;
  margin-bottom: 60px;
}

.column-single__content h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #002866;
  margin: 2em 0 0.8em;
  padding-bottom: 8px;
  border-bottom: 2px solid #002866;
}

.column-single__content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #002866;
  margin: 1.5em 0 0.6em;
}

.column-single__content p {
  margin-bottom: 1.2em;
}

.column-single__content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 1em 0;
}

.column-single__back {
  display: flex;
  justify-content: center;
}

/* 一覧のページネーションは style.css（静的 news.html 準拠）に統一 */

/* 汎用ページコンテンツ */
.page-content__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 0 20px;
}

.page-content__thumbnail {
  margin-bottom: 40px;
}

.page-content__thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.page-content__body {
  line-height: 1.9;
  color: #333;
}

.page-content__body h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #002866;
  margin: 2em 0 0.8em;
  padding-bottom: 8px;
  border-bottom: 2px solid #002866;
}

.page-content__body h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #002866;
  margin: 1.5em 0 0.6em;
}

.page-content__body p {
  margin-bottom: 1.2em;
}

.page-content__body img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
