@charset "UTF-8";
/* withdoctors ドクター宝箱
-------------------------------------------------- */
/* arrow
-------------------------------------------------- */
/* --------------------------------------------------
unique for this article page
-------------------------------------------------- */
.mainVisual01 {
	background-image: url(../images/mv.jpg);
	background-position: center 40% !important;
	position: relative;
}

.mainVisual01::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: radial-gradient(ellipse closest-side,rgba(255,255,255,.8),rgba(255,255,255,0));
	border-radius: 100%;
}

.mainVisual01 > h2{
	z-index: 1;
}


@media only screen and (max-width: 768px) {


}
