@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: 346px;
}

@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: 195px;
	}
}

/* -------------------------------------------------------------------------------------------
*
* コンテンツセクション
*
* ----------------------------------------------------------------------------------------- */

.treatmentLead{
	background: url(../../img/ic_flow_label.png) center 0 no-repeat;
	background-size: 20px auto;
}
.treatmentLead_ttl{
	margin: 0 auto 40px auto;
	width: 366px;
}

@media screen and (max-width : 768px){
	.treatmentLead{
		background-size: 15px auto;
	}
	.treatmentLead_ttl{
		margin: 0 auto 30px auto;
		width: 275px;
	}
}

.treatmentAttention_clm_item{
	float: left;
	width: 608px;
	color: #40201a;
}
.treatmentAttention_clm_item-l{
	margin-right: 36px;
	width: 282px;
}
.treatmentAttention_clm_item_caption{
	padding-top: 8px;
	font-size: 14px;
	line-height: 28px;
}
.treatmentAttention_clm_list_item{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 16px;
	line-height: 36px;
}
.treatmentAttention_clm_item2{
	float: left;
	width: 443px;
}
.treatmentAttention_clm_item2-l{
	margin-right: 40px;
}
.treatmentAttention_clm_item2_illust{
	margin: 0 auto;
	padding-top: 58px;
	width: 386px;
}
.treatmentAttention_clm_item2_caption{
	margin-bottom: 15px;
	color: #e55c49;
	font-size: 18px;
	line-height: 1em;
	font-weight: 600;
}

@media screen and (max-width : 768px){
	.treatmentAttention_clm_item{
		float: none;
		width: 100%;
	}
	.treatmentAttention_clm_item-l{
		margin: 0 auto 16px auto;
		width: 231px;
	}
	.treatmentAttention_clm_item_caption{
		padding-top: 10px;
		font-size: 11px;
		line-height: 21px;
	}
	.treatmentAttention_clm_list_item{
		font-size: 12px;
		line-height: 27px;
	}
	.treatmentAttention_clm_item2{
		float: none;
		width: 100%;
	}
	.treatmentAttention_clm_item2-l{
		margin-right: 0;
		margin-bottom: 30px;
	}
	.treatmentAttention_clm_item2_img{
		margin: 0 auto;
		width: 231px;
	}
	.treatmentAttention_clm_item2_illust{
		padding-top: 0;
		width: 288px;
	}
	.treatmentAttention_clm_item2_caption{
		font-size: 14px;
		line-height: 1em;
	}
}

/* ----------------------------- 料金 ----------------------------- */

.treatmentPrice_img{
	margin-left: 338px;
	margin-bottom: 40px;
	width: 360px;
}

@media screen and (max-width : 768px){
	.treatmentPrice_img{
		margin-left: 0;
		margin-bottom: 30px;
		width: 100%;
	}
}

.btmLink_list-1{
	padding-left: 230px;
}

@media screen and (max-width : 768px){
	.btmLink_inner-1 .btmLink_label{
		float: none;
	}
	.btmLink_list-1{
		padding-left: 0;
	}
}


