/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 10 2024 | 07:09:32 */
/* 見出しと説明文のマージン */ 
.p-cb__item-headline + .p-cb__item-desc {
	margin-top: 22px !important;
}
/* サブ見出しと説明文のマージン */ 
.p-cb__item-subheadline + .p-cb__item-desc {
	margin-top: 22px !important;
}
/* トップ枠間のマージンを調整 */ 
.p-cb__item.no-bg {
	margin-bottom: 20px;
}
.p-cb__item:last-child {
    margin-bottom: 0px;
}


