@charset "UTF-8";

.contentpage .m_img {
	background-image: url("../images/denture/m_img@2x.jpg");
}
.contentpage .m_img::before {
	background-image: linear-gradient(to top, rgba(255, 113, 0, 0.08), rgba(255, 113, 0, 0));
}
/*---------------------------------------------------------

---------------------------------------------------------*/

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