@charset "UTF-8";


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


/*box1
---------------------------------------------------------*/
/*check_title*/
.box1 .med_rel_box .check_title dd{
	background-position: calc(50% + 7.7em) center;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 .med_rel_box .check_title dd{
	background-position: calc(50% + 4em) center;
}
}





/*box3
---------------------------------------------------------*/
.box3 .med_flow_list li {
	width: 24%;
}
.box3 .med_flow_list li.flow_arrow {
	width: 1.2%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box3 .med_flow_list li {
	width: 21%;
}
.box3 .med_flow_list li.flow_arrow {
	width: 2%;
	padding-top:15%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box3 .med_flow_list li {
	width: 100%;
}
.box3 .med_flow_list li.flow_arrow {
	width: 100%;
	padding: 2% 0;
}
}





/*box4
---------------------------------------------------------*/
.box4 .med_frame_box .border_b_title{
	color: #499DD7;
}
.box4 .med_frame_box .border_b_title::after{
	background-color: #499DD7;
}
.box4 .med_frame_box .med_frame_list{
	margin-bottom: 35px;
}
.box4 .med_frame_box .med_frame_list li{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.box4 .med_frame_box .med_frame_list li:last-child{
	border-bottom: solid 1px #CBCBCB;
	padding-bottom: 25px;
}
.box4 .med_frame_box .med_frame_list .blue_dl dt{
	color: #499DD7;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	font-size: 105%;
	padding-left: 1em;
	position: relative;
	padding-bottom: 0.6em;
}
.box4 .med_frame_box .med_frame_list .blue_dl dt::after{
	position: absolute;
	font-family: 'fontello';
	content: "\e803";
	font-size: 0.5em;
	left: 0;
	top:0em;
	color: #499DD7;
}
.box4 .med_frame_box .med_frame_list .blue_dl dd{
	font-size: 85%;
	line-height: 1.9em;
}
.box4 .med_frame_box p.sp_only_l{
	font-size: 85%;
	line-height: 1.9em;
}


/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box4 .med_frame_box .med_frame_list li{
	padding-bottom: 5%;
	margin-bottom: 5%;
}
.box4 .med_frame_box .med_frame_list li:last-child{
	padding-bottom: 5%;
}
.box4 .med_frame_box .med_frame_list{
	margin-bottom: 6%;
}
.box4 .med_frame_box .med_frame_list .blue_dl dt{
	letter-spacing: 0.05em;
}
}











