/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 09 2022 | 06:28:09 */
.entry-content .top-company-feature h2::after {
	background-color: #fff !important;
}

/* お問い合わせ箇所 - 色変更
-------------------------------------------------- */
.top_company_info span[class^=icon-], .top_company_info .inquiry_column strong a {
  color: #4B634C;
}
.top_company_info .inquiry_column .wp-block-button a {
  background: #4B634C;
}



/* スマホ - sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	/* トップ：3つの特徴 - point
	-------------------------------------------------- */
	.top-company-feature h2 {
		margin: 20px 0;
		font-size: 18px;
	}
	.top-company-feature h3 {
		font-size: 16px;
	}
	.top-company-feature p {
		font-size: 12px;
	}
	.top-company-feature p br {
		display: none;
	}

	.esx-list-style-b3 .es-list .es-list-content h3.wrap {
		font-size: 14px !important;
	}
	
	.esx-list-style-b3 .uagb-columns__columns-4 {
		display: flex;
		flex-wrap: wrap;
	}
	.esx-list-style-b3 > .uagb-columns__columns-4 > .uagb-column__wrap {
		width: 50% !important;
	}
	.esx-list-style-b3 .uagb-columns__inner-wrap .wp-block-image figcaption {
		font-size: 12px !important;
	}
}