/*
固定ページ・アーカイブページ・タグアーカイブ
*/

/*ページタイトルを左右中央寄せにする*/
.c-pageTitle {
  justify-content: center;
}
.c-pageTitle__main {
  text-align: center;
}
