/* 記事一覧ページ用のスタイル */
.page-header-mini {
  min-height: 30vh !important;
  max-height: 30vh !important;
}

.page-header-mini .content-center {
  margin-top: -2rem;
}

.genre-link {
  color: #2CA8FF !important;
}

.genre-link:hover {
  color: #0c7cd5 !important;
  text-decoration: none;
}
