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

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

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

.treatmentAttention_clm{
	font-size: 16px;
	line-height: 36px;
}
.treatmentAttention_clm_item{
	float: left;
	margin-top: -7px;
	width: 767px;
	color: #40201a;
}
.treatmentAttention_clm_item-l{
	margin-top: 0;
	margin-right: 24px;
	width: 135px;
}
.treatmentAttention_clm_list_item{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 16px;
	line-height: 36px;
}

@media screen and (max-width : 768px){
	.treatmentAttention_clm{
		font-size: 12px;
		line-height: 27px;
	}
	.treatmentAttention_clm_item{
		float: none;
		margin-top: 0;
		width: 100%;
	}
	.treatmentAttention_clm_item-l{
		margin: 0 auto 16px auto;
		width: 134px;
	}
	.treatmentAttention_clm_list_item{
		font-size: 12px;
		line-height: 27px;
	}
}






