@charset "UTF-8";

/* *******************************************************************************************
* 
*	ケミカルピーリング
*
******************************************************************************************* */

/* -------------------------------------------------------------------------------------------
*
* タイトルエリア 
*
* ----------------------------------------------------------------------------------------- */

.treatmentSubHeader_main{
	background: url(../img/main_img_pc.jpg) center center no-repeat;
	background-size: cover;
}
.treatmentSubHeader_main_layer{
	background: url(../img/main_img_blur_pc.jpg) center center no-repeat;
	background-size: cover;
}
.ie .treatmentSubHeader_main_layer{
	background: none;
}
.treatmentSubHeader_main_ttl{
	width: 323px;
}

@media screen and (max-width : 768px){
	.treatmentSubHeader_main{
		background: url(../img/main_img_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.treatmentSubHeader_main_layer{
		background: url(../img/main_img_blur_sp.jpg) center center no-repeat;
		background-size: cover;
		-webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 104px, 0px 104px); 
		clip-path: polygon(0px 0px, 100% 0px, 100% 104px, 0px 104px); 
	}
    .treatmentSubHeader_main_layer_wt {
        height: 104px;
    }
	.treatmentSubHeader_main_cat{
		width: 138px;
	}
}




/* -------------------------------------------------------------------------------------------
*
* コンテンツセクション
*
* ----------------------------------------------------------------------------------------- */
.treatmentLead_subttl {
    margin-bottom: 10px;
    color: #e55c49;
    font-size: 22px;
    line-height: 28px;
}
.underline {
  text-decoration: underline;
}
.treatmentLead_clm{
	margin-bottom:40px;
}
.treatmentLead_clm_item-l {
	float: left;
    width: 636px;
    margin-right: 40px;
}
.treatmentLead_clm_item-r {
	float: left;
    width: 250px;
}
@media screen and (max-width : 768px){
    .treatmentLead_subttl {
        font-size: 17px;
        line-height: 21px;
    }
    .treatmentLead_clm_item-l , .treatmentLead_clm_item-r{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 23px;
	} .treatmentLead_clm_item-r{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 23px;
		text-align: center;
	}
	.treatmentLead_clm_item-l img , .treatmentLead_clm_item-r img{
		width: 50%;
		margin:0 auto;
	}
}