@charset "UTF-8";

/*---------------------------------------------------------
m_img
---------------------------------------------------------*/
.contentpage .m_img > div {
	background-image: url(../../images/medical/whitening/m_img@2x.jpg);
}
.com_line_area::before {
	display: none;
}

.med_flow_list {
	max-width: 1000px;
}
.fl_title {
	text-align: center;
	color: #FFF;
	font-size: min(2.2vw,125%);
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.4;
	background-color: #87cab6;
	padding: .6em 1.6em;
	border-radius: .75em;
	margin-bottom: 1.5em;
}
.med_bdrbox.col_ppl .fl_title,
.med_bdrbox.col_ppl .ps__thumb-x {background-color: #c08cba;}
.med_bdrbox.col_ppl .med_flow_list .img_item::after {color: #c08cba;}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.fl_title {
	font-size: 110%;
	letter-spacing: .04em;
	margin-bottom: 1em;
}
.med_bdrbox .bdr_point {
	margin-top: 14%;
}
}

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

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

/* 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) {

}