/* ==========================================================================
   entry_list-custom.css
   お知らせ一覧ページ固有スタイル
   ========================================================================== */

.card-blog__title {
  font-size: 1.3rem;
}

/* ページネーション中央配置 */
.pages {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
