@charset "UTF-8";

/* *******************************************************************************************
* 
*	eCO2フラクショナルレーザー
*
******************************************************************************************* */

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

.treatmentSubHeader_main{
	background: url(../img/main_img_pc.jpg) center center no-repeat;
	background-size: cover;
}
.treatmentSubHeader_main_ttl{
	width: 527px;
}

@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;
	}
	.treatmentSubHeader_main_cat{
		width: 284px;
	}
}

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

.treatmentLead_section_clm_item_img{
	margin-left: auto;
	margin-right: 0;
	width: 418px;
}

@media screen and (max-width : 768px){
	.treatmentLead_section_clm_item_img{
		margin: 0 auto;
		width: 258px;
	}
}

/* ----------------------------- [下層]治療の流れ ----------------------------- */

.treatmentFlow_clm_item_ttl{
	min-height: 0;
}

/* ----------------------------- [下層]治療後の経過 ----------------------------- */

.treatmentAfter{
	min-width: 1280px;
	background: url(../../img/ic_flow_label.png) center 0 no-repeat;
	background-size: 20px auto;
	border-bottom: 1px solid #dbdbdb;
}
.treatmentAfter_inner{
	margin: 0 auto;
	padding: 64px 0;
	width: 926px;
}
.treatmentAfter_ttl{
	margin: 0 auto 50px auto;
	width: 179px;
}
.treatmentAfter_lead{
	margin-bottom: 40px;
	color: #40201a;
	font-size: 16px;
	line-height: 36px;
}
.treatmentAfter_clm{
	position: relative;
	display: table;
	padding-top: 50px;
	padding-bottom: 60px;
	width: 100%
}
.treatmentAfter_clm:before{
	position: absolute;
	content: '';
	top: 13px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f79e92;
	z-index: 10;
}
.treatmentAfter_clm:after{
	position: absolute;
	content: '';
	top: 5px;
	right: 0;
	width: 9px;
	height: 17px;
	background: url(../../img/ic_step_end_right.png) right 0 no-repeat;
	background-size: 9px 17px;
	z-index: 11;
}
.treatmentAfter_clm_item{
	position: relative;
	display: table-cell;
	padding: 0 16px;
	width: 20%;
	vertical-align: top;
	background: url(../../img/dline_y.gif) right 0 repeat-y;
	background-size: 1px 5px;
}
.treatmentAfter_clm_item-1{
	padding-left: 0;
}
.treatmentAfter_clm_item-5{
	padding-right: 0;
	background: none;
}
.treatmentAfter_clm_item:after{
	position: absolute;
	content: '';
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
	width: 104px;
	height: 27px;
	color: #fff;
	font-size: 14px;
	line-height: 27px;
	font-weight: 600;
	text-align: center;
	background: url(../img/ic_after_label.gif) center 0 no-repeat;
	background-size: 104px auto;
	z-index: 12;
}
.treatmentAfter_clm_item-1:after{
	content: '直後';
}
.treatmentAfter_clm_item-2:after{
	content: '1日後';
}
.treatmentAfter_clm_item-3:after{
	content: '2〜7日後';
}
.treatmentAfter_clm_item-4:after{
	content: '1週間後';
}
.treatmentAfter_clm_item-5:after{
	content: '2週間後';
}
.treatmentAfter_clm_txt{
	color: #40201a;
	font-size: 14px;
	line-height: 28px;
}
.treatmentAfter_clm_txt small{
	display: inline-block;
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
.treatmentAfter_subTtl{
	margin-bottom: 20px;
	padding-left: 13px;
	color: #e55c49;
	font-size: 22px;
	line-height: 28px;
	border-left: 4px solid #f88e7f; 
}
.treatmentAfter_imgClm_item{
	float: left;
	margin-right: 40px;
	width: 282px;
	color: #40201a;
}
.treatmentAfter_imgClm_item:last-child{
	margin-right: 0;
}
.treatmentAfter_imgClm_item_img{
	float: left;
	margin-right: 24px;
	width: 129px;
}
.treatmentAfter_imgClm_item_txt{
	float: left;
	width: 129px;
	font-size: 12px;
	line-height: 24px;
}
.treatmentAfter_imgClm_item_txt strong{
	font-size: 14px;
}

@media screen and (max-width : 768px){
	.treatmentAfter{
		min-width: 320px;
		background-size: 15px auto;
	}
	.treatmentAfter_inner{
		padding: 45px 16px 50px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.treatmentAfter_ttl{
		margin: 0 auto 30px auto;
		width: 131px;
	}
	.treatmentAfter_lead{
		margin-bottom: 30px;
		font-size: 12px;
		line-height: 27px;
	}
	.treatmentAfter_clm{
		display: block;
		margin-bottom: 50px;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 92px;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.treatmentAfter_clm:before{
		top: 0px;
		left: 35px;
		width: 1px;
		height: 100%;
	}
	.treatmentAfter_clm:after{
		top: auto;
		bottom: 0;
		left: 26px;
		width: 19px;
		height: 10px;
		background: url(../../img/ic_step_end_down.png) right 0 no-repeat;
		background-size: 19px 10px;
	}
	.treatmentAfter_clm_item{
		display: block;
		padding: 26px 0;
		width: 100%;
		background: url(../../img/dline_x.gif) 0 bottom repeat-x;
		background-size: 5px 1px;
	}
	.treatmentAfter_clm_item:first-child{
		padding-top: 0;
	}
	.treatmentAfter_clm_item-5{
		background: none;
	}
	.treatmentAfter_clm_item:after{
		top: 26px;
		left: -96px;
		right: auto;
		width: 81px;
		height: 21px;
		font-size: 11px;
		line-height: 21px;
		background-size: 81px auto;
	}
	.treatmentAfter_clm_item-1:after{
		top: 0;
	}
	.treatmentAfter_clm_txt{
		font-size: 11px;
		line-height: 21px;
	}
	.treatmentAfter_clm_txt small{
		font-size: 9px;
		line-height: 15px;
	}
	.treatmentAfter_subTtl{
		margin-bottom: 16px;
		font-size: 17px;
		line-height: 21px;
		border-left: 3px solid #f88e7f; 
	}
	.treatmentAfter_imgClm_item{
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	.treatmentAfter_imgClm_item:last-child{
		margin-bottom: 0;
	}
	.treatmentAfter_imgClm_item_img{
		float: left;
		margin-right: 20px;
		width: 134px;
	}
	.treatmentAfter_imgClm_item_txt{
		float: none;
		width: 100%;
		padding-left: 154px;
		font-size: 9px;
		line-height: 18px;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.treatmentAfter_imgClm_item_txt strong{
		font-size: 11px;
	}
}


