@charset "UTF-8";

/* *******************************************************************************************
* 
*	美容皮膚科
*
******************************************************************************************* */

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

.treatmentHeader{
	position: relative;
	margin-bottom: 33px;
	min-width: 1280px;
}
.treatmentHeader_main{
	position: relative;
	height: 360px;
	background: url(../img/main_img_pc.jpg) center center no-repeat;
	background-size: cover;
}
.treatmentHeader_main_ttl{
	position: absolute;
	top: 50%;
	left: 60px;
	width: 214px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width : 768px){
	.treatmentHeader{
		margin-bottom: 10px;
		min-width: 320px;
	}
	.treatmentHeader_main{
		height: 250px;
		background: url(../img/main_img_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.treatmentHeader_main_layer{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 250px;
		background: url(../img/main_img_blur_sp.jpg) center center no-repeat;
		background-size: cover;
		z-index: 10;
		-webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 54px, 0px 54px); 
		clip-path: polygon(0px 0px, 100% 0px, 100% 54px, 0px 54px); 
	}
	.treatmentHeader_main_layer_wt{
		position: relative;
		width: 100%;
		height: 54px;
		background: rgba(255,255,255,.4);
	}
	.treatmentHeader_main_layer_wt:after{
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(255,255,255,.6);
		z-index: 11;
	}
	.treatmentHeader_main_ttl{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
		width: 115px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

/* ----------------------------- [下層]タイトル ----------------------------- */

.treatmentSubHeader{
	position: relative;
	min-width: 1280px;
}
.treatmentSubHeader_main{
	position: relative;
	width: 100%;
	height: 360px;
}
.treatmentSubHeader_main_layer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 360px;
	z-index: 10;
	-webkit-clip-path: polygon(0px 0px, 280px 0px, 280px 360px, 0px 360px); 
	clip-path: polygon(0px 0px, 280px 0px, 280px 360px, 0px 360px); 
}
.treatmentSubHeader_main_layer_wt{
	position: relative;
	width: 280px;
	height: 360px;
	background: rgba(255,255,255,.4);
}
.treatmentSubHeader_main_layer_wt:after{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 1px;
	height: 360px;
	background: rgba(255,255,255,.6);
	z-index: 11;
}
.treatmentSubHeader_main_cat{
	position: absolute;
	top: 50%;
	left: 60px;
	width: 153px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 12;
}
.treatmentSubHeader_main_ttl{
	position: absolute;
	top: 50%;
	left: 340px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 12;
}

@media screen and (max-width : 768px){
	.treatmentSubHeader{
		min-width: 320px;
	}
	.treatmentSubHeader_main{
		height: 250px;
	}
	.treatmentSubHeader_main_layer{
		height: 250px;
		-webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 76px, 0px 76px); 
		clip-path: polygon(0px 0px, 100% 0px, 100% 76px, 0px 76px); 
	}
	.treatmentSubHeader_main_layer_wt{
		width: 100%;
		height: 76px;
	}
	.treatmentSubHeader_main_layer_wt:after{
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
	}
	.treatmentSubHeader_main_cat{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
	}
}

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

.treatmentList{
	min-width: 1280px;
}
.treatmentList_inner{
	margin: 0 auto;
	padding-bottom: 34px;
	width: 988px;
}
.treatmentList_clm{
	display: table;
	padding: 32px 0;
	background: url(../img/dline_x.gif) 0 bottom repeat-x;
	background-size: 5px 1px;
}
.treatmentList_clm-last{
	background: none;
}
.treatmentList_clm_item{
	display: table-cell;
	width: 247px;
	vertical-align: top;
	background: url(../img/dline_y.gif) right 0 repeat-y;
	background-size: 1px 5px;
}
.treatmentList_clm_item:nth-child(4){
	background: none;
}
.treatmentList_clm_item_ttl{
	margin-bottom: 16px;
	padding: 8px 0 24px 0;
	color: #40201a;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	letter-spacing: -0.06em;
	background: url(../img/ic_ttl_label.png) center bottom no-repeat;
	background-size: 77px auto;
}
.treatmentList_clm_item_ttl.ttlLine-1 span{
	display: inline-block;
	font-size: 20px;
	line-height: 56px;
}
.treatmentList_clm_item_link{
	margin-bottom: 15px;
}
.treatmentList_clm_item_link a{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 166px;
	height: 166px;
	overflow: hidden;
	-webkit-border-radius: 83px;
	-moz-border-radius: 83px;
	border-radius: 83px;
}
.treatmentList_clm_item_link a:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 164px;
	height: 164px;
	overflow: hidden;
	z-index: 10;
	background: rgba(240,110,92,.75);
	-webkit-border-radius: 82px;
	-moz-border-radius: 82px;
	border-radius: 82px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.treatmentList_clm_item_link a:hover:after{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.treatmentList_clm_item_link_img{
	position: relative;
	margin: 0 auto;
	width: 164px;
	height: 164px;
}
.treatmentList_clm_item_link_img:after{
	position: absolute;
	content: '';
	bottom: -32px;
	left: 0;
	right: 0;
	margin: auto;
	width: 65px;
	height: 65px;
	z-index: 10;
	background: #fff;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
	z-index: 15;
}
.treatmentList_clm_item_link_img_icon{
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 10px;
	z-index: 16;
}
.treatmentList_clm_item_txt{
	padding: 0 32px;
	color: #40201a;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: -0.04em;
}

@media screen and (max-width : 768px){
	.treatmentList{
		min-width: 320px;
	}
	.treatmentList_inner{
		padding-bottom: 10px;
		width: 100%;
	}
	.treatmentList_clm{
		display: block;
		padding: 0;
		background: none;
	}
	.treatmentList_clm_item{
		display: block;
		padding: 37px 0 35px 0;
		width: 100%;
		background: none;
		border-bottom: 1px solid #dbdbdb;
	}
	.treatmentList_clm_item-last{
		border-bottom: 0;
	}
	.treatmentList_clm_item_ttl{
		margin-bottom: 13px;
		padding: 0 0 23px 0;
		font-size: 20px;
		line-height: 26px;
		background-size: 75px auto;
	}
	.treatmentList_clm_item_ttl.ttlLine-1 span{
		font-size: 20px;
		line-height: 26px;
	}
	.treatmentList_clm_item_link{
		margin-bottom: 18px;
	}
	.treatmentList_clm_item_link a{
		width: 222px;
		height: 222px;
		-webkit-border-radius: 111px;
		-moz-border-radius: 111px;
		border-radius: 111px;
	}
	.treatmentList_clm_item_link a:hover:after{
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	.treatmentList_clm_item_link_img{
		width: 221px;
		height: 221px;
	}
	.treatmentList_clm_item_link_img:after{
		bottom: -44px;
		width: 88px;
		height: 88px;
		-webkit-border-radius: 44px;
		-moz-border-radius: 44px;
		border-radius: 44px;
	}
	.treatmentList_clm_item_link_img_icon{
		bottom: 9px;
		width: 16px;
		height: 13px;
	}
	.treatmentList_clm_item_txt{
		font-size: 11px;
		line-height: 20px;
		letter-spacing: -0.04em;
	}
}

/* ----------------------------- [下層]リード文 ----------------------------- */

.treatmentLead{
	min-width: 1280px;
}
.treatmentLead_inner{
	margin: 0 auto;
	padding: 50px 0;
	width: 926px;
	color: #40201a;
	font-size: 16px;
	line-height: 36px;
}
.treatmentLead_section{
	margin-bottom: 54px;
}
.treatmentLead_section-btm{
	margin-bottom: 0;
}
.treatmentLead_section_ttl{
	margin-bottom: 20px;
	padding-left: 18px;
	color: #e55c49;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	border-left: 4px solid #f88e7f;
}
.treatmentLead_section_list1_item{
	text-indent: -20px;
	padding-left: 20px;
	font-weight: 600;
}
.treatmentLead_section_clm_item{
	float: left;
	width: 443px;
}
.treatmentLead_section_clm_item-l{
	margin-right: 40px;
}
.treatmentLead_section_clm_item-full{
	margin-top: 20px;
	width: 100%;
}
.treatmentLead_section_list2_item{
	position: relative;
	padding-left: 15px;
}
.treatmentLead_section_list2_item: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: 10;
}
.treatmentLead_section_caption{
	margin-bottom: 14px;
	color: #e55c49;
	font-size: 18px;
	line-height: 1em;
	font-weight: 600;
}
.treatmentLead_section_option{
	color: #666;
}
.treatmentLead_section_img-full{
	margin-bottom: 28px;
}

@media screen and (max-width : 768px){
	.treatmentLead{
		min-width: 320px;
	}
	.treatmentLead_inner{
		padding: 43px 16px;
		width: 100%;
		font-size: 12px;
		line-height: 27px;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.treatmentLead_section{
		margin-bottom: 33px;
	}
	.treatmentLead_section-btm{
		margin-bottom: 0;
	}
	.treatmentLead_section_ttl{
		margin-bottom: 16px;
		padding-left: 14px;
		font-size: 16px;
		line-height: 21px;
		border-left: 3px solid #f88e7f;
	}
	.treatmentLead_section_list1_item{
		text-indent: -16px;
		padding-left: 16px;
	}
	.treatmentLead_section_clm_item{
		float: none;
		width: 100%;
	}
	.treatmentLead_section_clm_item-l{
		margin-right: 0;
		margin-bottom: 23px;
	}
	.treatmentLead_section_list2_item{
		padding-left: 16px;
	}
	.treatmentLead_section_list2_item:after{
		width: 6px;
		height: 27px;
		background-size: 6px auto;
	}
	.treatmentLead_section_caption{
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1em;
	}
	.treatmentLead_section_img{
		margin: 0 auto;
		width: 231px;
	}
	.treatmentLead_section_img-full{
		margin: 0 auto 28px auto;
		width: 288px;
	}
}

/* ----------------------------- [下層]お悩み・症状 ----------------------------- */

.medicalMenu{
	min-width: 1280px;
	background: #f0ebf0 url(../img/ic_menu_label.png) center 0 no-repeat;
	background-size: 20px auto;
}
.medicalMenu_inner{
	margin: 0 auto;
	padding: 64px 0;
	width: 926px;
}
.medicalMenu_ttl{
	margin: 0 auto 38px auto;
	width: 235px;
}
.medicalMenu_clm{
	display: table;
	width: 100%
}
.medicalMenu_clm_item{
	display: table-cell;
	vertical-align: top;
	width: 295px;
	background: url(../img/dline_y.gif) right 0 repeat-y;
	background-size: 1px 5px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.medicalMenu_clm_item-2{
	padding-left: 31px;
	width: 336px;
}
.medicalMenu_clm_item-3{
	padding-left: 31px;
	background: none;
}
.medicalMenu_clm-col2 .medicalMenu_clm_item-1{
	padding-right: 31px;
	width: 50%;
}
.medicalMenu_clm-col2 .medicalMenu_clm_item-2{
	width: 50%;
	background: none;
}
.medicalMenu_clm_item_img{
	float: left;
	margin-top: 8px;
	width: 60px;
	height: 60px;
	border: 1px solid #d6cbd6;
	overflow: hidden;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.medicalMenu_clm_item_info{
	padding-left: 84px;
}
.medicalMenu_clm_item_info_ttl{
	margin-bottom: 10px;
	padding-top: 10px;
	color: #745275;
	font-size: 22px;
	line-height: 1em;
}
.medicalMenu_clm_item_info_txt{
	color: #40201a;
	font-size: 16px;
	line-height: 24px;
}
.medicalMenu_clm_item_info_txt small{
	display: inline-block;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.medicalMenu_clm-2 .medicalMenu_clm_item{
	padding-top: 10px;
	padding-bottom: 10px;
}
.medicalMenu_clm-2 .medicalMenu_clm_item_img{
	margin-top: 0;
}
.medicalMenu_clm-2 .medicalMenu_clm_item_info_txt,
.medicalMenu_clm_item_info_txt-2{
	display: table-cell;
	vertical-align: middle;
	height: 60px;
}
.medicalMenu_clm_item_info_txt-2{
	padding-top: 8px;
}
.medicalMenu_line{
	margin: 32px 0;
	height: 1px;
	background: url(../img/dline_x.gif) 0 0 repeat-x;
	background-size: 5px 1px;
}

@media screen and (max-width : 768px){
	.medicalMenu{
		min-width: 320px;
		background-size: 15px auto;
	}
	.medicalMenu_inner{
		padding: 50px 16px 34px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.medicalMenu_ttl{
		margin: 0 auto 14px auto;
		width: 176px;
	}
	.medicalMenu_clm{
		display: block;
	}
	.medicalMenu_clm_item{
		display: block;
		padding: 16px 0;
		padding-left: 16px;
		width: 100%;
		background: url(../img/dline_x.gif) 0 bottom repeat-x;
		background-size: 5px 1px;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.medicalMenu_clm_item-2{
		padding-left: 16px;
		width: 100%;
	}
	.medicalMenu_clm_item-3{
		padding-left: 16px;
		background: none;
	}
	.medicalMenu_clm-col2 .medicalMenu_clm_item-1{
		padding-right: 0;
		width: 100%;
	}
	.medicalMenu_clm-col2 .medicalMenu_clm_item-2{
		width: 100%;
	}
	.medicalMenu_clm_item_img{
		margin-top: 0;
		width: 45px;
		height: 45px;
		-webkit-border-radius: 23px;
		-moz-border-radius: 23px;
		border-radius: 23px;
	}
	.medicalMenu_clm_item_info{
		padding-left: 64px;
	}
	.medicalMenu_clm_item_info_ttl{
		margin-bottom: 8px;
		padding-top: 5px;
		font-size: 16px;
		line-height: 1em;
	}
	.medicalMenu_clm_item_info_txt{
		font-size: 12px;
		line-height: 18px;
	}
	.medicalMenu_clm-2 .medicalMenu_clm_item_info_txt,
	.medicalMenu_clm_item_info_txt-2{
		height: 45px;
	}
	.medicalMenu_clm_item_info_txt-2{
		padding-top: 0;
	}
	.medicalMenu_clm_item_info_txt small{
		font-size: 10px;
		line-height: 16px;
	}
	.medicalMenu_line{
		margin: 0;
	}
}

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

.treatmentFlow{
	min-width: 1280px;
	background: #fceeeb url(../img/ic_flow_label.png) center 0 no-repeat;
	background-size: 20px auto;
	border-bottom: 1px solid #f7c3ba;
}
.treatmentFlow_inner{
	margin: 0 auto;
	padding: 64px 0;
	width: 926px;
}
.treatmentFlow_ttl{
	margin: 0 auto 40px auto;
	width: 144px;
}
.treatmentFlow_clm{
	position: relative;
	display: table;
	padding-top: 70px;
	width: 100%
}
.treatmentFlow_clm:before{
	position: absolute;
	content: '';
	top: 23px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f79e92;
	z-index: 10;
}
.treatmentFlow_clm:after{
	position: absolute;
	content: '';
	top: 15px;
	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;
}
.treatmentFlow_clm_item{
	position: relative;
	display: table-cell;
	padding: 0 15px;
	width: 16.666%;
	vertical-align: top;
	background: url(../img/dline_y.gif) right 0 repeat-y;
	background-size: 1px 5px;
}
.treatmentFlow_clm_item:after{
	position: absolute;
	content: '';
	top: -76px;
	left: 0;
	right: 0;
	margin: auto;
	width: 57px;
	height: 57px;
	z-index: 12;
}
.treatmentFlow_clm_item-1:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: url(../img/dline_y.gif) 0 0 repeat-y;
	background-size: 1px 5px;
	z-index: 12;
}
.treatmentFlow_clm_item-1:after{
	background: url(../img/ic_step_01.gif) center 0 no-repeat;
	background-size: 57px 57px;
}
.treatmentFlow_clm_item-2:after{
	background: url(../img/ic_step_02.gif) center 0 no-repeat;
	background-size: 57px 57px;
}
.treatmentFlow_clm_item-3:after{
	background: url(../img/ic_step_03.gif) center 0 no-repeat;
	background-size: 57px 57px;
}
.treatmentFlow_clm_item-4:after{
	background: url(../img/ic_step_04.gif) center 0 no-repeat;
	background-size: 57px 57px;
}
.treatmentFlow_clm_item-5:after{
	background: url(../img/ic_step_05.gif) center 0 no-repeat;
	background-size: 57px 57px;
}
.treatmentFlow_clm_item-6:after{
	background: url(../img/ic_step_06.gif) center 0 no-repeat;
	background-size: 57px 57px;
}
.treatmentFlow_clm-c6 .treatmentFlow_clm_item-1{
	padding-left: 0;
}
.treatmentFlow_clm-c6 .treatmentFlow_clm_item-1:before{
	background: none;
}
.treatmentFlow_clm-c6 .treatmentFlow_clm_item-6{
	padding-right: 0;
	background: none;
}
.treatmentFlow_clm-c6 .treatmentFlow_clm_item-1:after{
	left: 41px;
	right: auto;
}
.treatmentFlow_clm-c6 .treatmentFlow_clm_item-6:after{
	left: auto;
	right: 41px;
}
.treatmentFlow_clm_item_ttl{
	margin-top: -4px;
	margin-bottom: 15px;
	min-height: 54px;
	color: #e55c49;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -0.04em;
	text-align: center;
}
.treatmentFlow_clm_txt{
	color: #40201a;
	font-size: 14px;
	line-height: 28px;
}
.treatmentFlow2{
	min-width: 1280px;
	background: #fceeeb;
}
.treatmentFlow2_inner{
	margin: 0 auto;
	width: 926px;
}
.treatmentFlow2_clm{
	display: table;
	width: 100%
}
.treatmentFlow2_clm_item{
	display: table-cell;
	padding: 24px 0;
	padding-left: 30px;
	width: 50%;
	vertical-align: top;
}
.treatmentFlow2_clm_item-l{
	padding-left: 0;
	border-right: 1px solid #f7c3ba;
}
.treatmentFlow2_clm_item_label{
	float: left;
	color: #e55c49;
	font-size: 16px;
	line-height: 20px;
}
.treatmentFlow2_clm_item_txt{
	display: block;
	color: #40201a;
	font-size: 16px;
	line-height: 20px;
}
.treatmentFlow2_clm_item_label-2,
.treatmentFlow2_clm_item_txt-2{
	padding-top: 10px;
}
.treatmentFlow2_clm_item_txt small{
	font-size: 12px;
	line-height: 20px;
	letter-spacing: -0.04em;
}
.treatmentFlow3{
	min-width: 1280px;
}
.treatmentFlow3_inner{
	margin: 0 auto;
	padding-top: 32px;
	width: 926px;
}
.treatmentFlow3_comment_item{
	text-indent: -1em;
	margin-left: 1em;
	color: #666;
	font-size: 14px;
	line-height: 20px;
}

@media screen and (max-width : 768px){
	.treatmentFlow{
		min-width: 320px;
		background-size: 15px auto;
	}
	.treatmentFlow_inner{
		padding: 46px 16px 48px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.treatmentFlow_ttl{
		margin: 0 auto 30px auto;
		width: 109px;
	}
	.treatmentFlow_clm{
		display: block;
		padding-top: 0;
		padding-left: 56px;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.treatmentFlow_clm:before{
		top: 0px;
		left: 17px;
		width: 1px;
		height: 100%;
	}
	.treatmentFlow_clm:after{
		top: auto;
		bottom: 0;
		left: 8px;
		width: 19px;
		height: 10px;
		background: url(../img/ic_step_end_down.png) right 0 no-repeat;
		background-size: 19px 10px;
	}
	.treatmentFlow_clm_item{
		display: block;
		padding: 13px 0;
		width: 100%;
		background: url(../img/dline_x.gif) 0 bottom repeat-x;
		background-size: 5px 1px;
	}
	.treatmentFlow_clm_item:first-child{
		padding-top: 0;
	}
	.treatmentFlow_clm_item:last-child{
		background: none;
	}
	.treatmentFlow_clm_item:after{
		top: 11px;
		left: -61px;
		right: auto;
		width: 45px;
		height: 45px;
	}
	.treatmentFlow_clm_item-1:before{
		background: none;
	}
	.treatmentFlow_clm_item-1:after{
		top: 0;
		left: -61px;
		background: url(../img/ic_step_01.gif) 0 center no-repeat;
		background-size: 45px 45px;
	}
	.treatmentFlow_clm_item-2:after{
		background: url(../img/ic_step_02.gif) 0 center no-repeat;
		background-size: 45px 45px;
	}
	.treatmentFlow_clm_item-3:after{
		background: url(../img/ic_step_03.gif) 0 center no-repeat;
		background-size: 45px 45px;
	}
	.treatmentFlow_clm_item-4:after{
		background: url(../img/ic_step_04.gif) 0 center no-repeat;
		background-size: 45px 45px;
	}
	.treatmentFlow_clm_item-5:after{
		background: url(../img/ic_step_05.gif) 0 center no-repeat;
		background-size: 45px 45px;
	}
	.treatmentFlow_clm_item-6:after{
		background: url(../img/ic_step_06.gif) 0 center no-repeat;
		background-size: 45px 45px;
	}
	.treatmentFlow_clm-c6 .treatmentFlow_clm_item-1:after{
		top: 0;
		left: -61px;
	}
	.treatmentFlow_clm-c6 .treatmentFlow_clm_item-6:after{
		top: 11px;
		left: -61px;
		right: auto;
	}
	.treatmentFlow_clm_item_ttl{
		margin-top: 0;
		margin-bottom: 0;
		min-height: 45px;
		font-size: 14px;
		line-height: 45px;
		text-align: left;
	}
	.treatmentFlow_clm_txt{
		font-size: 11px;
		line-height: 21px;
	}
	.treatmentFlow2{
		min-width: 320px;
	}
	.treatmentFlow2_inner{
		width: 100%;
	}
	.treatmentFlow2_clm{
		display: block;
	}
	.treatmentFlow2_clm_item{
		display: block;
		padding: 18px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.treatmentFlow2_clm_item-l{
		padding-left: 16px;
		border-right: 0;
		border-bottom: 1px solid #f7c3ba;
	}
	.treatmentFlow2_clm_item_label{
		font-size: 12px;
		line-height: 18px;
	}
	.treatmentFlow2_clm_item_txt{
		font-size: 12px;
		line-height: 18px;
	}
	.treatmentFlow2_clm_item_txt small{
		font-size: 10px;
		line-height: 18px;
	}
	.treatmentFlow3{
		min-width: 320px;
	}
	.treatmentFlow3_inner{
		padding: 16px 16px 0 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.treatmentFlow3_comment_item{
		text-indent: -1em;
		margin-left: 1em;
		font-size: 11px;
		line-height: 17px;
	}
}

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

.treatmentAttention{
	min-width: 1280px;
}
.treatmentAttention_inner{
	margin: 0 auto;
	padding: 64px 0 54px 0;
	width: 926px;
}
.treatmentAttention_ttl{
	margin-bottom: 20px;
	padding-left: 13px;
	color: #e55c49;
	font-size: 22px;
	line-height: 28px;
	border-left: 4px solid #f88e7f; 
}
.treatmentAttention_ttl_sub{
	margin-bottom: 12px;
	color: #40201a;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}
.treatmentAttention_list_item{
	position: relative;
	padding-left: 15px;
	color: #40201a;
	font-size: 16px;
	line-height: 36px;
}
.treatmentAttention_list_item: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_txt{
	color: #40201a;
	font-size: 16px;
	line-height: 36px;
}

@media screen and (max-width : 768px){
	.treatmentAttention{
		min-width: 320px;
	}
	.treatmentAttention_inner{
		padding: 50px 16px 43px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.treatmentAttention_ttl{
		margin-bottom: 16px;
		font-size: 17px;
		line-height: 21px;
		border-left: 3px solid #f88e7f; 
	}
	.treatmentAttention_ttl_sub{
		font-size: 14px;
		line-height: 18px;
	}
	.treatmentAttention_list_item{
		padding-left: 16px;
		font-size: 12px;
		line-height: 27px;
	}
	.treatmentAttention_list_item:after{
		width: 6px;
		height: 27px;
		background-size: 6px auto;
	}
	.treatmentAttention_txt{
		font-size: 12px;
		line-height: 27px;
	}
}

/* ----------------------------- [下層]料金 ----------------------------- */

.treatmentPrice{
	position: relative;
	min-width: 1280px;
	border-top: 1px solid #dbdbdb;
}
.treatmentPrice:after{
	position: absolute;
	content: '';
	top: -1px;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 28px;
	background: url(../img/ic_price_label.png) center 0 no-repeat;
	background-size: 20px auto;
	z-index: 10;
}
.treatmentPrice_inner{
	margin: 0 auto;
	padding: 64px 0;
	width: 926px;
}
.treatmentPrice_ttl{
	margin: 0 auto 32px auto;
	width: 57px;
}
.treatmentPrice_subTtl{
	margin-bottom: 20px;
	color: #40201a;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
}
.treatmentPrice_tablePC{
	width: 100%;
	color: #40201a;
	border: 1px solid #f3d1ac;
	border-collapse: separate;
	border-spacing: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
.treatmentPrice_tablePC th{
	padding: 15px 0;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	font-weight: 600;
	background: #fcf3ea;
}
.treatmentPrice_tablePC th + th,
.treatmentPrice_tablePC td + td,
.treatmentPrice_tablePC .leftLine{
	border-left: 1px solid #f3d1ac;
}
.treatmentPrice_tablePC .leftNoLine{
	border-left: 0;
}
.treatmentPrice_tablePC .bottomLine{
	border-bottom: 1px solid #f3d1ac;
}
.treatmentPrice_tablePC .bottomNoLine{
	border-bottom: 0;
}
.treatmentPrice_tablePC td{
	padding: 15px 20px;
	font-size: 16px;
	line-height: 18px;
	border-bottom: 1px solid #f3d1ac;
}
.treatmentPrice_tablePC td.priceData{
	text-align: center;
	font-weight: 600;
}
.treatmentPrice_tablePC td.priceData-red{
	color: #e55c49;
}
.treatmentPrice_tablePC td.countData{
	text-align: center;
}
.treatmentPrice_tablePC td.labelData{
	padding: 15px 0;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	font-weight: 600;
	background: #fce9d8;
}
.treatmentPrice_tablePC td small{
	font-size: 14px;
	line-height: 18px;
}
.treatmentPrice_tablePC td .attention{
	color: #7e7e7e;
}
.treatmentPrice_tablePC td .option{
	display: inline-block;
	padding-top: 8px;
	color: #7e7e7e;
	font-size: 16px;
	line-height: 36px;
	font-weight: normal;
}
.treatmentPrice_tablePC tr:last-child td,
.treatmentPrice_tablePC td.last{
  border-bottom: none;
}
.treatmentPrice_tablePC sup{
	bottom:1ex;
	height:0;
	font-size: 10px;
	line-height:1;
	vertical-align:baseline;
	position:relative;
}
.treatmentPrice_tableOption{
	margin-top: 9px;
	margin-bottom: 23px;
}
.treatmentPrice_tableOption_item{
	padding: 4px 0;
	text-indent: -1em;
	margin-left: 1em;
	color: #666;
	font-size: 14px;
	line-height: 20px;
}
.treatmentPrice_link{
	padding-top: 35px;
}
.treatmentPrice_link_btn{
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	width: 480px;
	height: 80px;
	color: #fff;
	text-align: center;
	background: #f69637;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.treatmentPrice_link_btn:hover{
	background: #f6c89a;
}
.treatmentPrice_link-pk .treatmentPrice_link_btn{
	background: #f06e5c;
}
.treatmentPrice_link-pk .treatmentPrice_link_btn:hover{
	background: #f8b7ae;
}
.treatmentPrice_link_btn .icon{
	display: inline-block;
	padding: 0 42px;
	background: url(../../common/img/ic_link_arrow_r_wt_l.png) 0 center no-repeat;
	background-size: 18px auto;
}
.treatmentPrice_link_txt{
	display: inline-block;
	font-size: 24px;
	line-height: 36px;
}
.treatmentPrice_link_btn .option{
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
}
.priceData-red{
	color: #e55c49;
}

@media screen and (max-width : 768px){
	.treatmentPrice{
		min-width: 320px;
	}
	.treatmentPrice:after{
		width: 15px;
		height: 21px;
		background-size: 15px auto;
	}
	.treatmentPrice_inner{
		padding: 45px 16px 30px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.treatmentPrice_ttl{
		margin: 0 auto 30px auto;
		width: 43px;
	}
	.treatmentPrice_subTtl{
		margin-bottom: 16px;
		font-size: 11px;
		line-height: 16px;
	}


	.treatmentPrice_tableSP{
		width: 100%;
		color: #40201a;
		border: 1px solid #f3d1ac;
		border-collapse: separate;
		border-spacing: 0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		overflow: hidden;
	}
	.treatmentPrice_tableSP th{
		padding: 6px 0;
		font-size: 10px;
		line-height: 16px;
		text-align: center;
		font-weight: 600;
		letter-spacing: -0.04em;
		background: #fcf3ea;
	}
	.treatmentPrice_tableSP2 th{
		border-right: 1px solid #f3d1ac;
		border-bottom: 1px solid #f3d1ac;
	}
	.treatmentPrice_tableSP2 th:last-child{
		border-right: 0;
	}
	.treatmentPrice_tableSP td{
		padding: 6px 12px;
		font-size: 10px;
		line-height: 16px;
	}
	.treatmentPrice_tableSP2 td{
		padding: 6px 6px 6px 10px;
		text-align: left;
		border-right: 1px solid #f3d1ac;
		border-bottom: 1px solid #f3d1ac;
	}
	.treatmentPrice_tableSP2 td:last-child{
		border-right: 0;
	}
	.treatmentPrice_tableSP td.priceData{
		text-align: center;
		font-weight: 600;
		border-top: 1px solid #fcf3ea;
	}
	.treatmentPrice_tableSP2 td.priceData{
		padding: 6px 0;
		border-top: 0;
	}
	.treatmentPrice_tableSP td.priceData-left{
		text-align: left;
	}
	.treatmentPrice_tableSP td.countData{
		text-align: left;
		border-top: 1px solid #fcf3ea;
	}
	.treatmentPrice_tableSP2 td.bold{
		font-weight: 600;
	}
	.treatmentPrice_tableSP2 td.priceData-option{
		font-weight: normal;
	}
	.treatmentPrice_tableSP2 td.priceData-red{
		color: #e55c49;
	}
    .treatmentPrice_tableSP2 td.bottomNoLine{
		border-bottom: 0;
	}
	.treatmentPrice_tableSP th.labelData{
		padding: 6px 12px;
		font-size: 11px;
		line-height: 16px;
		text-align: left;
	}
	.treatmentPrice_tableSP td.labelData{
		padding: 12px;
		font-size: 11px;
		line-height: 16px;
		text-align: left;
		font-weight: 600;
		background: #fce9d8;
	}
	.treatmentPrice_tableSP tr.border th,
	.treatmentPrice_tableSP tr.border td{
		border-bottom: 1px solid #f3d1ac;
	}
	.treatmentPrice_tableSP tr.border2 th,
	.treatmentPrice_tableSP tr.border2 td{
		border-bottom: 1px solid #fcf3ea;
	}
	.treatmentPrice_tableSP .borderTop{
		border-top: 1px solid #fcf3ea;
	}
	.treatmentPrice_tableSP .borderLeft{
		border-left: 1px solid #fcf3ea;
	}
	.treatmentPrice_tableSP .borderTopWt{
		border-top: 1px solid #fff;
	}
	.treatmentPrice_tableSP td .option{
		color: #7e7e7e;
		font-weight: normal;
	}
	.treatmentPrice_tableSP td .attention{
		color: #7e7e7e;
	}
	.treatmentPrice_tableSP2 th.option,
	.treatmentPrice_tableSP2 td.option{
		border-bottom: 0;
		background: url(../../../common/img/bg_dotline_x.png) 0 bottom repeat-x;
		background-size: 5px 1px;
	}
	.treatmentPrice_tableSP2 tr:last-child tr,
	.treatmentPrice_tableSP2 tr:last-child td,
	.treatmentPrice_tableSP2 td.btmLast{
		border-bottom: 0;
	}
	.treatmentPrice_tableSP td .comment li{
		text-indent: -1em;
		margin-left: 1em;
		font-size: 10px;
		line-height: 16px;
		font-weight: normal;
	}
	.treatmentPrice_tableSP sup{
		bottom:1ex;
		height:0;
		font-size: 8px;
		line-height:1;
		vertical-align:baseline;
		position:relative;
	}
	.treatmentPrice_tableOption{
		margin-top: 12px;
		margin-bottom: 27px;
	}
	.treatmentPrice_tableOption_item{
		padding: 2px 0;
		text-indent: -1em;
		margin-left: 1em;
		font-size: 11px;
		line-height: 17px;
	}
	.treatmentPrice_link{
		margin-bottom: 20px;
		padding-top: 0;
	}
	.treatmentPrice_link_btn{
		padding: 11px 0;
		width: 100%;
		height: 64px;
	}
	.treatmentPrice_link_btn:hover{
		background: #f69637;
	}
	.treatmentPrice_link_btn .icon{
		padding: 0 24px;
		background-size: 11px auto;
	}
	.treatmentPrice_link_txt{
		font-size: 18px;
		line-height: 24px;
		letter-spacing: -0.04em;
	}
	.treatmentPrice_link_btn .option{
		font-size: 11px;
		line-height: 17px;
	}
}

/* ----------------------------- [下層]関連リンク ----------------------------- */

.btmLink{
	min-width: 1280px;
	background: #f2f0f0;
}
.btmLink_inner{
	padding: 26px 60px;
}
.btmLink_l{
	float: left;
	width: 80%;
	font-size: 0;
	line-height: 0;
}
.btmLink_r{
	float: right;
	width: 20%;
	text-align: right;
}
.btmLink_label{
	float: left;
	margin: 2px 0;
	color: #40201a;
	font-size: 14px;
	line-height: 24px;
}
.btmLink_list{
	padding-left: 92px;
}
.btmLink_item{
	position: relative;
	display: inline-block;
	margin: 2px 0;
	padding: 0 20px;
	color: #e55c49;
	font-size: 14px;
	line-height: 24px;
}
.btmLink_item:first-child{
	padding-left: 0;
}
.btmLink_item:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 1px;
	height: 24px;
	background: #cebebb;
	z-index: 10;
}
.btmLink_item:first-child:after{
	background: none;
}
.btmLink_backLink{
	display: inline-block;
	margin: 2px 0;
	padding-left: 32px;
	color: #f06e5c;
	font-size: 14px;
	line-height: 24px;
	background: url(../img/ic_back.png) 0 center no-repeat;
	background-size: 21px auto;
}

@media screen and (max-width : 768px){
	.btmLink{
		min-width: 320px;
	}
	.btmLink_inner{
		padding: 0 16px;
	}
	.btmLink_l{
		float: none;
		padding: 20px 0;
		width: 100%;
		background: url(../img/dline_2_x.gif) 0 bottom repeat-x;
		background-size: 5px 1px;
	}
	.btmLink_r{
		float: none;
		padding: 20px 0;
		width: 100%;
		text-align: center;
	}
	.btmLink_label{
		font-size: 11px;
		line-height: 24px;
	}
	.btmLink_list{
		padding-left: 70px;
	}
	.btmLink_item{
		padding: 0 14px;
		font-size: 11px;
		line-height: 24px;
	}
	.btmLink_item:after{
		top: 3px;
		width: 1px;
		height: 18px;
	}
	.btmLink_backLink{
		padding: 0 24px;
		font-size: 11px;
		line-height: 1em;
		background-size: 15px auto;
	}
}



