@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 固定ページ・投稿ページのタイトルカスタマイズ */
.page-title,
.entry-title {
  background-color: #0067C0 !important;
  color: white !important;
  text-align: center !important;
  padding: 30px 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 160px !important;
  font-size: 40px !important;
  line-height: 1.4 !important;
  box-sizing: border-box !important;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .page-title,
  .entry-title {
    font-size: 23px !important;
    min-height: 120px !important;
  }
}
/* SWELLの固定ページ・投稿ページタイトル用カスタマイズ */
.l-pageTitle, .c-pageTitle, .p-entry__title {
  background-color: #0067C0 !important;
  color: #ffffff !important;
  text-align: center !important;
  padding: 30px 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 160px !important;
  font-size: 40px !important;
  line-height: 1.4 !important;
  box-sizing: border-box !important;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .l-pageTitle, .c-pageTitle, .p-entry__title {
    font-size: 23px !important;
    min-height: 120px !important;
  }
}
/* 固定ページ・投稿ページのタイトルカスタマイズ（SWELL用） */
.l-pageTitle,
.c-pageTitle,
.p-entry__title {
  background-color: #0067C0 !important;
  color: #ffffff !important;
  text-align: center !important;
  height: auto;
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 160px !important;
  box-sizing: border-box !important;
  font-size: 40px !important;
  line-height: 1.4 !important;
}

/* タイトルのテキスト部分に余白があると上下中央に見えない場合があるので以下も追加 */
.l-pageTitle > *,
.c-pageTitle > *,
.p-entry__title > * {
  margin: 0 !important;
  padding: 0 !important;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .l-pageTitle,
  .c-pageTitle,
  .p-entry__title {
    font-size: 23px !important;
    min-height: 120px !important;
  }
}
