/* CTA Section */
.common-cta {
	background-color: #f0f0f0;
	padding: 60px 0;
	text-align: center;
}

.cta-lead {
	margin-bottom: 20px;
}

.cta-main-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	max-width: 1000px;
	margin: 0 auto;
}

/* Tel Column */
.cta-tel-col {
	flex: 1;
	height: 100px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cta-tel-content {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 2px;
}

.cta-icon-box {
	flex: 0 0 36px;
	height: 36px;
	background-color: #333;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cta-icon-box img {
	width: 18px;
	height: auto;
}

.cta-tel-link {
	font-size: 38px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	line-height: 1;
}

.cta-address {
	font-size: 11px;
	color: #333;
	margin: 0;
}

/* Mail Button */
.cta-btn-col {
	flex: 1;
	height: 100px;
}

.cta-mail-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	color: #fff;
	width: 100%;
	height: 100%;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
}

.cta-mail-btn img {
	width: 32px;
	margin-right: 15px;
}

.cta-footer-sub {
	display: flex;
	justify-content: center;
	gap: 40px;
	font-size: 14px;
	font-weight: 500;
	color: var(--text-black);
	margin-top: 20px;
}