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

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

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

/* ----------------------------- リード文 ----------------------------- */

.pantovigar{
	min-width: 1280px;
	background: #f2f0f0 url(../../img/ic_flow_label.png) center 0 no-repeat;
	background-size: 20px auto;
}
.pantovigar_inner{
	margin: 0 auto;
	padding: 64px 0;
	width: 926px;
}
.pantovigar_ttl{
	margin: 0 auto 40px auto;
	width: 473px;
}
.pantovigar_clm{
	color: #40201a;
	font-size: 14px;
	line-height: 28px;
}
.pantovigar_clm_ttl{
	margin-bottom: 9px;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
}
.pantovigar_clm_attr{
	margin-bottom: 23px;
	color: #666;
	font-size: 14px;
	line-height: 1em;
}

@media screen and (max-width : 768px){
	.pantovigar{
		min-width: 320px;
		background-size: 15px auto;
	}
	.pantovigar_inner{
		padding: 46px 16px 50px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.pantovigar_ttl{
		margin: 0 auto 30px auto;
		width: 216px;
	}
	.pantovigar_clm{
		font-size: 11px;
		line-height: 21px;
	}
	.pantovigar_clm_ttl{
		margin-bottom: 7px;
		font-size: 14px;
		line-height: 28px;
	}
	.pantovigar_clm_attr{
		margin-bottom: 19px;
		font-size: 11px;
		line-height: 1em;
	}
}

/* ----------------------------- 製品情報 ----------------------------- */

.treatmentAttention_clm{
	color: #40201a;
	font-size: 16px;
	line-height: 36px;
}
.treatmentAttention_clm_label{
	position: relative;
	padding-left: 15px;
	float: left;
	width: 100px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.treatmentAttention_clm_label:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 8px;
	height: 36px;
	background: url(../../img/ic_list.png) 0 center no-repeat;
	background-size: 8px auto;
	z-index: 12;
}
.treatmentAttention_clm_txt{
	float: left;
	width: 806px;
	text-indent: -1em;
	padding-left: 1em;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

@media screen and (max-width : 768px){
	.treatmentAttention_clm{
		font-size: 12px;
		line-height: 27px;
	}
	.treatmentAttention_clm_label{
		padding-left: 16px;
		width: 85px;
	}
	.treatmentAttention_clm_label:after{
		width: 6px;
		height: 27px;
		background-size: 6px auto;
	}
	.treatmentAttention_clm_txt{
		float: none;
		width: 100%;
		padding-left: 85px;
	}
}












