@charset "UTF-8";

.contentpage .m_img_area{background-image: url(../images/medical/surgery/m_img@2x.jpg);}


/* com_bgimg
---------------------------------------------------------*/
#sec2 .com_bgimg.grd{
	background-image: url(../images/medical/surgery/img2@2x.jpg);
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#sec2 .com_bgimg.grd::after{
	top:51.333vw;
}
}




/* sec9
---------------------------------------------------------*/
#sec9 .bg_white2{
	position: relative;
}
#sec9 .bg_white2::before{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/medical/surgery/img17@2x.jpg)no-repeat bottom right;
	background-size: 100% auto;
	width: 45%;
	max-width: 500px;
	height: 500px;
	bottom: 0;
	right: 0;
}
#sec9 .w1300{
	position: relative;
	z-index: 2;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#sec9 .bg_white2::before{
	width: 50%;
}
}



/* sec10
---------------------------------------------------------*/
#sec10 .com_bgimg.grd{
	background-image: url(../images/medical/surgery/img18@2x.jpg);
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) {
#sec10 .com_bgimg.grd::after{
	top:38.6vw;
}
}