@charset "UTF-8";

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



/* box2
---------------------------------------------------------*/
.box2 .com_pickup .pick_index small{
	font-size: 78%;
	letter-spacing: .05em;
 	line-height: 1.6em;
	display: block;
}
.box2 .com_pickup .pick_copy{
	font-size: 110%;
	font-size: min(115%,1.7vw);
	letter-spacing: .05em;
	line-height: 2em;
	text-align: center;
	position: relative;
}
.box2 .com_pickup .pick_copy::before{
	position: absolute;
	content: "";
	background: url("../images/medical/denture/abs_staff@2x.jpg") no-repeat right center;
	background-size: 100% 100%;
	width: 5.477em;
	height: 5.477em;
	left: calc(50% + 14.3em);
	top:50%;
	transform: translateY(-50%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2 .com_pickup .pick_copy{
	font-size: min(115%,2vw);
}
.box2 .com_pickup .pick_copy::before{
	left: calc(50% + 8em);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2 .com_pickup .pick_copy{
	font-size: 115%;
	line-height: 1.8em;
	padding-bottom:7.5em;
}
.box2 .com_pickup .pick_copy::before{
	background-position: center bottom;
	background-size: 100% 100%;
	width: 7em;
	height: 7em;
	left:0;
	right: 0;
	margin: auto;
	top:auto;
	bottom: 0;
	transform: translateY(0);
}
}
