/* フッター前セクションとフッターの余白 */
#content{
	margin-bottom: 0;
}

/* コンテンツとフッター前セクションの余白 */
.l-content:not(:has(.about, .recruit, .contact, .recruitment-inquiries)) .main{
	margin-bottom: var(--g-sec--md);
}

/* 自作テンプレの場合 */
.l-content:has(.p-coverTitleWrap){
	padding-top: 0;
}


/*===============================
デフォルトのCSS
=================================*/
figure {
	margin-bottom: 0;
}
img {
	vertical-align: middle;
}
