@charset "UTF-8";
/* =======================================================
MV
======================================================= */
.bl-lower-mv{
	background: url(../images/doctor/mv-bg.jpg) top center / cover no-repeat;
}
.el-lower-mv-ttl::before{
	width: 12.5rem;
	background: url(../images/doctor/doctor.svg) top center / contain no-repeat;
}
@media screen and (max-width: 750px) {
	.bl-lower-mv{
		background: url(../images/doctor/mv-bg-sp.jpg) top center / cover no-repeat;
	}
}
/* =======================================================
doctor
======================================================= */
.bl-doctor {
    padding-bottom: 15rem;
}
.bl-doctor .bl-doctor-unit{
	margin-top: 3.5rem;
}
.bl-doctor .bl-doctor-box{
	background: #F5F8F5;
}
@media screen and (max-width: 750px) {
	.bl-doctor-item{
		width: 38.125rem;
	}
}
