@charset "UTF-8";


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

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

---------------------------------------------------------*/
.med_flow .com_deco_txt {
	color: #FFF;
}
.med_pickup.office,
.med_pickup.home {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.med_flow.office,
.med_flow.home {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
/*rcm_box*/
.rcm_box {
	max-width: 1110px;
	background-color: #fff;
	padding: 30px 5% 35px;
	box-sizing: border-box;
	margin: 50px auto 0;
}
.rcm_box dt {
	text-align: center;
	font-size: 133%;
	letter-spacing: .12em;
	line-height: 1.5;
	margin-bottom: 1.2em;
}
.rcm_box .com_marulist > li {
	padding-bottom: .4em;
	margin-bottom: 1em;
	border-bottom: 1px solid #7CC0C7;
}
.rcm_box .com_marulist > li:last-of-type {
	margin-bottom: 0;
}
/*office*/
.office .com_deco_txt::first-letter,
.med_flow.office .med_flow_list .img_item::after,
.med_flow.office .com_marulist > li::before,
.office .med_style1 > dt::before {
	color: #7CC0C7;
}
.med_flow.office .ps__thumb-x {
	background-color: #7CC0C7;
}
.med_flow.office{
	background-color: #DDEBED;
}
/*home*/
.home .com_deco_txt::first-letter,
.home .med_style1 > dt::before,
.med_flow.home .med_flow_list .img_item::after,
.med_flow.home .com_marulist > li::before {
	color: #91BF55;
}
.med_flow.home .rcm_box .com_marulist > li {
	border-color: #91BF55;
}
.med_flow.home .ps__thumb-x {
	background-color: #91BF55;
}
.med_flow.home {
	background-color: #E4F0D5;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*rcm_box*/
.rcm_box {
	margin-top: 4%;
}
.rcm_box dt {
	font-size: 120%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

/*rcm_box*/
.rcm_box {
	padding: 6% 6% 8%;
	margin-top: 8%;
}
.rcm_box dt {
	font-size: 110%;
	letter-spacing: .1em;
	margin-bottom: .8em;
}
}


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

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

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


}