/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 28 2024 | 19:57:28 */
/* トップ・固定ページのレイアウト調整 */

/* ページタイトル */
.c-pageTitle {
text-align: center;
letter-spacing: .1em;
font-size: 30px;
}

@media (max-width: 959px) {
	.c-pageTitle {
		font-size: 22px;		
	}
}

/* コンテンツ上下余白を削除 */
#body_wrap.page:not(.privacy-policy) .l-content{
padding-top:0;
margin-bottom:0;
}

/* コンテンツ下の余白削除 */
.post_content {
margin-bottom: 0!important;
}