/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 14 2026 | 01:02:30 */
/* フッター上CTA */

#before_footer_widget {
	margin-top: 0!important;
}

.footerTop .cardTop {
	background-color: #fff;
	padding: 40px;
	border-radius: 20px 20px 0 0;
	position: relative;
}

@media (max-width: 599px) {
	.footerTop .cardTop {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.footerTop .cardTop .topTitle {
	line-height: 1.4;
}

.footerTop .cardTop .area {
	background-color: #f7f7f7;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: -40px;
	margin-right: -40px;
}

@media (max-width: 599px) {
	.footerTop .cardTop .area {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media (max-width: 599px) {
	.footerTop .cardTop .area strong {
		display: block;
	}
}

.footerTop .cardTop .phoneNumber {
	white-space: nowrap;
}

.footerTop .cardBottom {
	background-color: #E5F2DD;
	padding: 40px;
	border-radius: 0 0 20px 20px;
	position: relative;
}

.footerTop .cardBottom::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
	z-index: -1;
}
