@charset "UTF-8";

/* CSS Document */

/*====================================

    #wp_treatment_detail .main

====================================*/

#wp_treatment_detail .main .ph {
	background: url(../images/main_ph.webp) center center;
	background-size: cover;
}

/*====================================

    .diamond_provider

====================================*/

.diamond_provider {
	padding: 0 60px;
	margin-bottom: 60px;
}
.diamond_provider .inner {
	background: var(--main-color);
	padding: 40px;
	border-radius: 60px;
}
.diamond_provider .inner h3 {
	width: 100%;
	font-size: 150%;
	color: #fff;
	text-align: center;
	margin: 20px 0 40px 0;
}
.diamond_provider .inner h3 .marker {
	background:linear-gradient(transparent 50%, var(--sub-color) 50%);
	font-size: 150%;
	font-weight: bold;
}
.diamond_provider .inner .ph {
	border-radius: 40px;
	overflow: hidden;
}