/*===============================================================================
***SWELL用CSS
================================================================================*/
body {
	font-family: var(--ff-gs);
}

/* パンくずとコンテンツの余白 */
.l-content:has(.p-coverTitleWrap) {
	padding-top: 0;
}

/* コンテンツとCTAの余白を指定する */
.main:not(.aaaaa):not(:last-child) {
	margin-bottom: var(--g-sec--lg);
}

/* フッター前とフッターの余白 */
#body_wrap:has(.main) #content {
/* 	margin-bottom: 0; */
}

/*===============================
デフォルトのCSS
=================================*/
figure {
	margin-bottom: 0;
}
img {
	vertical-align: middle;
}
svg {
	color: currentColor;
	height: auto;
}
path {
	fill: currentColor;
}