/* ──────────────────────────────────────────
   カバーセクション
──────────────────────────────────────────*/
.cover-section {
  position: relative;
  width: 100%;
  height: 110px;
  overflow: visible;
}
.cover-section img {
  width: 100%;
}

/* ──────────────────────────────────────────
   お知らせ
──────────────────────────────────────────*/
.news-section img {
  width: 100%;
}
.news-section .news-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.news-section .news-subtitle {
  color: var(--color-primary);
  font-size: var(--font-size-subtitle);
  font-weight: 700;
}

.news-event-list-title {
  color: var(--color-primary);
  font-weight: 700;
}
.news-event-list-value a {
  color: var(--color-text);
}

/* ──────────────────────────────────────────
   リンク
──────────────────────────────────────────*/
.news-links div.is-flex {
  gap: 50px;
}

@media screen and (max-width: 768px) {
  .news-links div.is-flex {
    gap: 16px;
  }
}
