/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2025 | 23:57:13 */
/* ページ共通のスタイル */

/* コンテンツ下の余白削除 */
#body_wrap:not(.archive):not(.single):not(.blog) .l-content {
	margin-bottom: 0!important;
}

/* フッター前ウィジェット上の余白削除 */
.w-beforeFooter {
	margin-top: 0!important;
	overflow: visible;
	position: relative;
	z-index: 2;
}

/* 下層ページタイトル中央揃え */
.c-pageTitle {
	text-align: center;
}

/* サブタイトル非表示 */
.c-pageTitle__subTitle {
	display: none;
}

/* キービジュアルの色 */
.c-pageTitle {
	color: #fff!important;
}