@charset "UTF-8";

/* *******************************************************************************************
* 
*	お悩み・症状
*
******************************************************************************************* */

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

.medicalMenuHeader{
	position: relative;
	margin-bottom: 64px;
	min-width: 1280px;
}
.medicalMenuHeader_main{
	position: relative;
	height: 360px;
	background: url(../img/main_img_pc.jpg) center center no-repeat;
	background-size: cover;
}
.medicalMenuHeader_main_ttl{
	position: absolute;
	top: 50%;
	left: 60px;
	width: 234px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width : 768px){
	.medicalMenuHeader{
		margin-bottom: 50px;
		min-width: 320px;
	}
	.medicalMenuHeader_main{
		height: 250px;
		background: url(../img/main_img_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.medicalMenuHeader_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); 
	}
	.medicalMenuHeader_main_layer_wt{
		position: relative;
		width: 100%;
		height: 54px;
		background: rgba(255,255,255,.4);
	}
	.medicalMenuHeader_main_layer_wt:after{
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(255,255,255,.6);
		z-index: 11;
	}
	.medicalMenuHeader_main_ttl{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
		width: 126px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

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

.medicalMenuSubHeader{
	position: relative;
	min-width: 1280px;
}
.medicalMenuSubHeader_main{
	position: relative;
	width: 100%;
	height: 360px;
}
.medicalMenuSubHeader_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); 
}
.medicalMenuSubHeader_main_layer_wt{
	position: relative;
	width: 280px;
	height: 360px;
	background: rgba(255,255,255,.4);
}
.medicalMenuSubHeader_main_layer_wt:after{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 1px;
	height: 360px;
	background: rgba(255,255,255,.6);
	z-index: 11;
}
.medicalMenuSubHeader_main_cat{
	position: absolute;
	top: 50%;
	left: 60px;
	width: 169px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 12;
}
.medicalMenuSubHeader_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){
	.medicalMenuSubHeader{
		min-width: 320px;
	}
	.medicalMenuSubHeader_main{
		height: 250px;
	}
	.medicalMenuSubHeader_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); 
	}
	.medicalMenuSubHeader_main_layer_wt{
		width: 100%;
		height: 76px;
	}
	.medicalMenuSubHeader_main_layer_wt:after{
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
	}
	.medicalMenuSubHeader_main_cat{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
	}
}

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

/* ----------------------------- お悩み・症状一覧 ----------------------------- */

.medicalMenu{
	min-width: 1280px;
}
.medicalMenu_inner{
	margin: 0 auto;
	width: 925px;
}
.medicalMenu_clm{
	margin-right: -63px;
	width: 988px;
}
.medicalMenu_clm_item{
	float: left;
	margin-bottom: 64px;
	margin-right: 63px;
	width: 184px;
	text-align: center;
}
.medicalMenu_clm_item a{
	position: relative;
	display: block;
	width: 184px;
	height: 184px;
	color: #40201a;
	font-size: 20px;
	line-height: 28px;
	overflow: hidden;
	background: #f5f2f5;
	border: 1px solid #d6cbd6;
	-webkit-border-radius: 92px;
	-moz-border-radius: 92px;
	border-radius: 92px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.medicalMenu_clm_item a:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 184px;
	height: 184px;
	overflow: hidden;
	z-index: 10;
	background: #baa9ba;
	-webkit-border-radius: 92px;
	-moz-border-radius: 92px;
	border-radius: 92px;
    -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);
}
.medicalMenu_clm_item a:hover:after{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.medicalMenu_clm_item a span{
	position: relative;
	display: inline-block;
	padding-top: 100px;
	z-index: 15;
}
.medicalMenu_clm_item-1 a span{
	background: url(../img/menu_img_acne.png) center 39px no-repeat;
	background-size: 43px auto;
}
.medicalMenu_clm_item-2 a span{
	padding-top: 114px;
	background: url(../img/menu_img_pores.png) center 40px no-repeat;
	background-size: 36px auto;
}
.medicalMenu_clm_item-3 a span{
	background: url(../img/menu_img_spot.png) center 41px no-repeat;
	background-size: 43px auto;
}
.medicalMenu_clm_item-4 a span{
	background: url(../img/menu_img_wrinkle.png) center 50px no-repeat;
	background-size: 51px auto;
}
.medicalMenu_clm_item-5 a span{
	background: url(../img/menu_img_mole.png) center 40px no-repeat;
	background-size: 43px auto;
}
.medicalMenu_clm_item-6 a span{
	background: url(../img/menu_img_velashape.png) center 41px no-repeat;
	background-size: 30px auto;
}
.medicalMenu_clm_item-7 a span{
	background: url(../img/menu_img_hyperhidrosis.png) center 43px no-repeat;
	background-size: 28px auto;
}
.medicalMenu_clm_item-8 a span{
	background: url(../img/menu_img_injection.png) center 45px no-repeat;
	background-size: 34px auto;
}
.medicalMenu_clm_item-9 a span{
	padding-top: 114px;
	background: url(../img/menu_img_pierce.png) center 43px no-repeat;
	background-size: 44px auto;
}
.medicalMenu_clm_item-10 a span{
	padding-top: 114px;
	background: url(../img/menu_img_glashvista.png) center 56px no-repeat;
	background-size: 46px auto;
}
.medicalMenu_clm_item-11 a span{
	padding-top: 114px;
	background: url(../img/menu_img_pantovigar.png) center 41px no-repeat;
	background-size: 37px auto;
}
.medicalMenu_clm_item-12 a span{
	padding-top: 114px;
	background: url(../img/menu_img_aga.png) center 44px no-repeat;
	background-size: 38px auto;
}
.medicalMenu_clm_item-13 a span{
	background: url(../img/menu_img_datsumo.png) center 47px no-repeat;
	background-size: 46px auto;
}
.medicalMenu_clm_item-14 a span{
	padding-top: 114px;
	background: url(../img/menu_img_depilation.png) center 55px no-repeat;
	background-size: 70px auto;
}
.medicalMenu_clm_item a:hover{
	color: #fff;
	border: 1px solid #baa9ba;
}
.medicalMenu_clm_item-1 a:hover span{
	background: url(../img/menu_img_acne_wt.png) center 39px no-repeat;
	background-size: 43px auto;
}
.medicalMenu_clm_item-2 a:hover span{
	background: url(../img/menu_img_pores_wt.png) center 40px no-repeat;
	background-size: 36px auto;
}
.medicalMenu_clm_item-3 a:hover span{
	background: url(../img/menu_img_spot_wt.png) center 41px no-repeat;
	background-size: 43px auto;
}
.medicalMenu_clm_item-4 a:hover span{
	background: url(../img/menu_img_wrinkle_wt.png) center 50px no-repeat;
	background-size: 51px auto;
}
.medicalMenu_clm_item-5 a:hover span{
	background: url(../img/menu_img_mole_wt.png) center 40px no-repeat;
	background-size: 43px auto;
}
.medicalMenu_clm_item-6 a:hover span{
	background: url(../img/menu_img_velashape_wt.png) center 41px no-repeat;
	background-size: 30px auto;
}
.medicalMenu_clm_item-7 a:hover span{
	background: url(../img/menu_img_hyperhidrosis_wt.png) center 43px no-repeat;
	background-size: 28px auto;
}
.medicalMenu_clm_item-8 a:hover span{
	background: url(../img/menu_img_injection_wt.png) center 45px no-repeat;
	background-size: 34px auto;
}
.medicalMenu_clm_item-9 a:hover span{
	background: url(../img/menu_img_pierce_wt.png) center 43px no-repeat;
	background-size: 44px auto;
}
.medicalMenu_clm_item-10 a:hover span{
	background: url(../img/menu_img_glashvista_wt.png) center 56px no-repeat;
	background-size: 46px auto;
}
.medicalMenu_clm_item-11 a:hover span{
	background: url(../img/menu_img_pantovigar_wt.png) center 41px no-repeat;
	background-size: 37px auto;
}
.medicalMenu_clm_item-12 a:hover span{
	background: url(../img/menu_img_aga_wt.png) center 44px no-repeat;
	background-size: 38px auto;
}
.medicalMenu_clm_item-13 a:hover span{
	background: url(../img/menu_img_datsumo_wt.png) center 47px no-repeat;
	background-size: 46px auto;
}
.medicalMenu_clm_item-14 a:hover span{
	background: url(../img/menu_img_depilation_wt.png) center 55px no-repeat;
	background-size: 70px auto;
}

@media screen and (max-width : 768px){
	.medicalMenu{
		min-width: 320px;
	}
	.medicalMenu_inner{
		padding-bottom: 38px;
		width: 100%;
	}
	.medicalMenu_clm{
		margin: 0 auto;
		padding: 0 10px;
		width: 300px;
	}
	.medicalMenu_clm_item{
		margin-bottom: 12px;
		margin-right: 0;
		padding: 0 6px;
		width: 150px;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.medicalMenu_clm_item a{
		width: 138px;
		height: 138px;
		font-size: 15px;
		line-height: 21px;
		-webkit-border-radius: 69px;
		-moz-border-radius: 69px;
		border-radius: 69px;
	}
	.medicalMenu_clm_item a:after{
		width: 138px;
		height: 138px;
	}
	.medicalMenu_clm_item a:hover:after{
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	.medicalMenu_clm_item a span{
		padding-top: 76px;
	}
	.medicalMenu_clm_item-1 a span,
	.medicalMenu_clm_item-1 a:hover span{
		background: url(../img/menu_img_acne.png) center 30px no-repeat;
		background-size: 33px auto;
	}
	.medicalMenu_clm_item-2 a span,
	.medicalMenu_clm_item-2 a:hover span{
		padding-top: 86px;
		background: url(../img/menu_img_pores.png) center 31px no-repeat;
		background-size: 27px auto;
	}
	.medicalMenu_clm_item-3 a span,
	.medicalMenu_clm_item-3 a:hover span{
		background: url(../img/menu_img_spot.png) center 32px no-repeat;
		background-size: 33px auto;
	}
	.medicalMenu_clm_item-4 a span,
	.medicalMenu_clm_item-4 a:hover span{
		background: url(../img/menu_img_wrinkle.png) center 39px no-repeat;
		background-size: 39px auto;
	}
	.medicalMenu_clm_item-5 a span,
	.medicalMenu_clm_item-5 a:hover span{
		background: url(../img/menu_img_mole.png) center 31px no-repeat;
		background-size: 32px auto;
	}
	.medicalMenu_clm_item-6 a span,
	.medicalMenu_clm_item-6 a:hover span{
		background: url(../img/menu_img_velashape.png) center 32px no-repeat;
		background-size: 23px auto;
	}
	.medicalMenu_clm_item-7 a span,
	.medicalMenu_clm_item-7 a:hover span{
		background: url(../img/menu_img_hyperhidrosis.png) center 33px no-repeat;
		background-size: 20px auto;
	}
	.medicalMenu_clm_item-8 a span,
	.medicalMenu_clm_item-8 a:hover span{
		background: url(../img/menu_img_injection.png) center 34px no-repeat;
		background-size: 25px auto;
	}
	.medicalMenu_clm_item-9 a span,
	.medicalMenu_clm_item-9 a:hover span{
		padding-top: 86px;
		background: url(../img/menu_img_pierce.png) center 33px no-repeat;
		background-size: 33px auto;
	}
	.medicalMenu_clm_item-10 a span,
	.medicalMenu_clm_item-10 a:hover span{
		padding-top: 86px;
		background: url(../img/menu_img_glashvista.png) center 41px no-repeat;
		background-size: 35px auto;
	}
	.medicalMenu_clm_item-11 a span,
	.medicalMenu_clm_item-11 a:hover span{
		padding-top: 86px;
		background: url(../img/menu_img_pantovigar.png) center 31px no-repeat;
		background-size: 26px auto;
	}
	.medicalMenu_clm_item-12 a span,
	.medicalMenu_clm_item-12 a:hover span{
		padding-top: 86px;
		background: url(../img/menu_img_aga.png) center 33px no-repeat;
		background-size: 29px auto;
	}
	.medicalMenu_clm_item-13 a span,
	.medicalMenu_clm_item-13 a:hover span{
		background: url(../img/menu_img_datsumo.png) center 37px no-repeat;
		background-size: 34px auto;
	}
	.medicalMenu_clm_item-14 a span,
	.medicalMenu_clm_item-14 a:hover span{
		padding-top: 86px;
		background: url(../img/menu_img_depilation.png) center 43px no-repeat;
		background-size: 52px auto;
	}
	.medicalMenu_clm_item a:hover{
		color: #40201a;
		border: 1px solid #d6cbd6;
	}
}

/* ----------------------------- 保険診療をご希望の方へ ----------------------------- */

.general{
	position: relative;
	min-width: 1280px;
	height: 360px;
	background: #fceeeb;
}
.general:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 28px;
	background: url(../img/ic_general_label.png) center 0 no-repeat;
	background-size: 20px auto;
	z-index: 10;
}
.general_inner{
	margin: 0 auto;
	padding: 64px 0;
	width: 926px;
	text-align: center;
}
.general_ttl{
	margin: 0 auto 31px auto;
	width: 305px;
}
.general_txt{
	margin-bottom: 33px;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: -0.04em;
}
.general_link{
	margin: 0 auto;
	width: 336px;
}
.general_link_btn{
	display: block;
	padding: 14px 0;
	width: 100%;
	height: 44px;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	background: #f06e5c;
	-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;
}
.general_link_btn:hover{
	background: #f8b7ae;
}
.general_link_btn span{
	display: inline-block;
	padding-left: 34px;
	padding-right: 14px;
	background: url(../../common/img/ic_link_arrow_r_wt.png) 0 center no-repeat;
	background-size: 14px auto;
}

@media screen and (max-width : 768px){
	.general{
		min-width: 320px;
		height: 284px;
	}
	.general:after{
		width: 15px;
		height: 21px;
		background-size: 15px auto;
	}
	.general_inner{
		padding: 50px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.general_ttl{
		margin: 0 auto 24px auto;
		width: 228px;
	}
	.general_txt{
		margin-bottom: 24px;
		font-size: 11px;
		line-height: 24px;
	}
	.general_link{
		width: 100%;
	}
	.general_link_btn{
		padding: 18px 0;
		width: 100%;
		height: 48px;
		font-size: 12px;
		line-height: 1em;
	}
	.general_link_btn:hover{
		background: #f06e5c;
	}
	.general_link_btn span{
		padding-left: 24px;
		background-size: 11px auto;
	}
}

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

.medicalMenuLead{
	min-width: 1280px;
	background: #f2edf2;
}
.medicalMenuLead_inner{
	margin: 0 auto;
	padding: 32px 0;
	width: 926px;
	color: #745275;
	font-size: 16px;
	line-height: 36px;
	font-weight: 600;
}
.medicalMenuLead_list_item{
	margin-left: 1.5em;
	text-indent: -1.5em;
}

@media screen and (max-width : 768px){
	.medicalMenuLead{
		min-width: 320px;
	}
	.medicalMenuLead_inner{
		padding: 33px 16px;
		width: 100%;
		font-size: 12px;
		line-height: 27px;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
}

/* ----------------------------- [下層]概要 ----------------------------- */

.medicalMenuOutline{
	min-width: 1280px;
}
.medicalMenuOutline_inner{
	margin: 0 auto;
	padding: 64px 0 0 0;
	width: 926px;
	color: #40201a;
	font-size: 16px;
	line-height: 36px;
}
.medicalMenuOutline_section{
	margin-bottom: 64px;
}
.medicalMenuOutline_nav{
	margin-bottom: 64px;
}
.medicalMenuOutline_nav_list{
	width: 100%;
	border: 1px solid #a98aab;
	-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;
	overflow: hidden;
}
.medicalMenuOutline_nav_list_item{
	float: left;
	width: 308px;
	height: 63px;
	text-align: center;
	background: #fff;
	border-right: 1px solid #a98aab;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.medicalMenuOutline_nav_list_item:nth-child(3n){
	border-right: 0;
}
.medicalMenuOutline_nav_list_item a{
	display: block;
	padding: 18px 0;
	padding-left: 18px;
	color: #745275;
	font-size: 16px;
	line-height: 27px;
	background: url(../img/ic_anc_arrow_down_pu.png) 19px center no-repeat;
	background-size: 27px auto;
}
.medicalMenuOutline_nav_list_item a:hover{
	color: #fff;
	background: #baa9ba url(../img/ic_anc_arrow_down_wt.png) 19px center no-repeat;
	background-size: 27px auto;
}
.medicalMenuOutline_section_ttl{
	margin-bottom: 20px;
	padding-left: 18px;
	color: #745275;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	border-left: 4px solid #a98aab;
}

@media screen and (max-width : 768px){
	.medicalMenuOutline{
		min-width: 320px;
	}
	.medicalMenuOutline_inner{
		padding: 43px 16px 1px 16px;
		width: 100%;
		font-size: 12px;
		line-height: 27px;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.medicalMenuOutline_section{
		margin-bottom: 43px;
	}
	.medicalMenuOutline_nav{
		margin-bottom: 50px;
	}
	.medicalMenuOutline_nav_list_item{
		float: none;
		width: 100%;
		height: 46px;
		text-align: left;
		border-right: 0;
		border-bottom: 1px solid #a98aab;
	}
	.medicalMenuOutline_nav_list_item:nth-child(3n){
		border-bottom: 0;
	}
	.medicalMenuOutline_nav_list_item a{
		padding: 13px 0;
		padding-left: 43px;
		font-size: 12px;
		line-height: 20px;
		background: url(../img/ic_anc_arrow_down_pu.png) 13px center no-repeat;
		background-size: 20px auto;
	}
	.medicalMenuOutline_nav_list_item a:hover{
		color: #745275;
		background: url(../img/ic_anc_arrow_down_pu.png) 13px center no-repeat;
		background-size: 20px auto;
	}
	.medicalMenuOutline_section_ttl{
		margin-bottom: 16px;
		padding-left: 14px;
		font-size: 16px;
		line-height: 21px;
		border-left: 3px solid #a98aab;
	}
}

/* ----------------------------- [下層]保険治療 ----------------------------- */

.insurance{
	position: relative;
	min-width: 1280px;
	border-top: 1px solid #dbdbdb;
}
.insurance:after{
	position: absolute;
	content: '';
	top: -1px;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 28px;
	background: url(../img/ic_general_label.png) center 0 no-repeat;
	background-size: 20px auto;
	z-index: 10;
}
.insurance_inner{
	margin: 0 auto;
	padding: 64px 0;
	width: 926px;
	color: #40201a;
}
.insurance_ttl{
	margin: 0 auto 40px auto;
	width: 120px;
}
.insurance_clm{
	display: table;
}
.insurance_clm_item{
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: -0.04em;
}
.insurance_clm_item-1{
	padding-right: 31px;
	width: 298px;
	background: url(../img/dline_y.gif) right 0 repeat-y;
	background-size: 1px 5px;
}
.insurance_clm_item-2{
	padding: 0 32px;
	width: 298px;
	background: url(../img/dline_y.gif) right 0 repeat-y;
	background-size: 1px 5px;
}
.insurance_clm_item-3{
	padding-left: 31px;
	width: 298px;
}
.insurance_clm_item_ttl{
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 1em;
	text-align: center;
}
.insurance_clm_item_img{
	margin: 0 auto 29px auto;
	width: 67px;
}
.insurance_clm_item small{
	font-size: 12px;
	line-height: 28px;
}
.insurance_link{
	margin: 40px auto 0 auto;
	width: 336px;
}
.insurance_link_btn{
	display: block;
	padding: 14px 0;
	width: 100%;
	height: 44px;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	background: #f06e5c;
	-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;
}
.insurance_link_btn:hover{
	background: #f8b7ae;
}
.insurance_link_btn span{
	display: inline-block;
	padding-left: 34px;
	padding-right: 14px;
	background: url(../../common/img/ic_link_arrow_r_wt.png) 0 center no-repeat;
	background-size: 14px auto;
}

@media screen and (max-width : 768px){
	.insurance{
		min-width: 320px;
	}
	.insurance:after{
		width: 15px;
		height: 21px;
		background-size: 15px auto;
	}
	.insurance_inner{
		padding: 50px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.insurance_ttl{
		margin: 0 auto;
		width: 89px;
	}
	.insurance_clm{
		display: block;
	}
	.insurance_clm_item{
		display: block;
		padding: 30px 0 25px 0;
		font-size: 11px;
		line-height: 21px;
	}
	.insurance_clm_item-1{
		padding-right: 0;
		width: 100%;
		background: url(../img/dline_x.gif) 0 bottom repeat-x;
		background-size: 5px 1px;
	}
	.insurance_clm_item-2{
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		background: url(../img/dline_x.gif) 0 bottom repeat-x;
		background-size: 5px 1px;
	}
	.insurance_clm_item-3{
		padding-left: 0;
		width: 100%;
	}
	.insurance_clm_item_ttl{
		margin-bottom: 25px;
		font-size: 16px;
		line-height: 1em;
	}
	.insurance_clm_item_img{
		margin: 0 auto 22px auto;
		width: 17%;
	}
	.insurance_clm_item small{
		font-size: 9px;
		line-height: 21px;
	}
	.insurance_link{
		margin: 0 auto;
		width: 100%;
	}
	.insurance_link_btn{
		padding: 18px 0;
		width: 100%;
		height: 48px;
		font-size: 12px;
		line-height: 1em;
	}
	.insurance_link_btn:hover{
		background: #f06e5c;
	}
	.insurance_link_btn span{
		padding-left: 24px;
		background-size: 11px auto;
	}
}

/* ----------------------------- [下層]自費治療 ----------------------------- */

.ownExpense,
.treatment{
	position: relative;
	min-width: 1280px;
	background: #fceeeb;
}
.ownExpense:after,
.treatment:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 28px;
	background: url(../img/ic_general_label.png) center 0 no-repeat;
	background-size: 20px auto;
	z-index: 10;
}
.ownExpense_inner,
.treatment_inner{
	margin: 0 auto;
	padding-top: 64px;
	width: 988px;
	color: #40201a;
}
.ownExpense_ttl{
	margin: 0 auto 40px auto;
	width: 111px;
}
.treatment_ttl{
	margin: 0 auto 40px auto;
	width: 87px;
}
.treatmentList_separate{
	height: 30px;
}
.treatmentList_clm{
	display: table;
	background: url(../img/dline_x.gif) 0 bottom repeat-x;
	background-size: 5px 1px;
}
.treatmentList_clm-col3{
	padding: 0 32px;
	width: 924px;
}
.treatmentList_clm-col2{
	padding: 0 31px;
	width: 926px;
}
.treatmentList_clm-last{
	background: none;
}
.treatmentList_clm_item{
	display: table-cell;
	width: 247px;
	vertical-align: top;
}
.treatmentList_clm-col3 .treatmentList_clm_item{
	width: 308px;
}
.treatmentList_clm-col3 .treatmentList_clm_item{
	width: 463px;
}
.treatmentList_clm_item a{
	position: relative;
	display: block;
	padding-bottom: 1px;
	height: 100%;
	background: url(../img/treatment_link_arrow_wt.png) center bottom no-repeat;
	background-size: 65px auto;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.treatmentList_clm_item a:hover{
	background: #fff url(../img/treatment_link_arrow_pk.png) center bottom no-repeat;
	background-size: 65px auto;
}
.treatmentList_clm_item a:hover:before{
	position: absolute;
	content: '';
	top: 0;
	left: -1px;
	width: 1px;
	height: 100%;
	background: #fff;
	z-index: 10;
}
.treatmentList_clm_item a:hover:after{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #fff;
	z-index: 10;
}
.treatmentList_clm_item_box{
	padding-bottom: 1px;
	height: 100%;
}
.treatmentList_clm_item_inner{
	margin-bottom: 32px;
	background: url(../img/dline_y.gif) right 0 repeat-y;
	background-size: 1px 5px;
}
.treatmentList_clm_item:nth-child(4) .treatmentList_clm_item_inner{
	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_treatment_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_txt{
	padding: 0 32px;
	height: 210px;
	color: #40201a;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: -0.04em;
}
.treatmentList_clm_item_ttl2{
	padding: 6px 0;
	min-height: 68px;
	color: #40201a;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	letter-spacing: -0.06em;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.treatmentList_clm_item_ttl2 small{
	font-size: 14px;
	line-height: 14px;
}

@media screen and (max-width : 768px){
	.ownExpense,
	.treatment{
		min-width: 320px;
	}
	.ownExpense:after,
	.treatment:after{
		width: 15px;
		height: 21px;
		background-size: 15px auto;
	}
	.ownExpense_inner,
	.treatment_inner{
		padding-top: 50px;
		width: 100%;
	}
	.ownExpense_ttl{
		margin: 0 auto;
		width: 83px;
	}
	.treatment_ttl{
		margin: 0 auto;
		width: 65px;
	}
	.treatmentList_separate{
		height: 0;
	}
	.treatmentList_clm{
		display: block;
		background: none;
	}
	.treatmentList_clm-col3{
		padding: 0;
		width: 100%;
	}
	.treatmentList_clm-col2{
		padding: 0;
		width: 100%;
	}
	.treatmentList_clm_item{
		display: block;
		width: 100%;
	}
	.treatmentList_clm-col3 .treatmentList_clm_item{
		width: 100%;
	}
	.treatmentList_clm-col2 .treatmentList_clm_item{
		width: 100%;
	}
	.treatmentList_clm_item a{
		padding: 40px 16px;
		height: auto;
		background-size: 49px auto;
		border-bottom: 1px solid #fff;
	}
	.treatmentList_clm_item_box{
		padding: 40px 32px;
		border-bottom: 1px solid #fff;
	}
	.treatmentList_clm_item a:hover{
		background: url(../img/treatment_link_arrow_wt.png) center bottom no-repeat;
		background-size: 49px auto;
	}
	.treatmentList_clm_item a:hover:before{
		background: none;
	}
	.treatmentList_clm_item a:hover:after{
		background: none;
	}
	.treatmentList_clm_item_inner{
		margin-bottom: 0;
		background: none;
	}
	.treatmentList_clm_item_ttl{
		margin-bottom: 7px;
		padding: 0 0 21px 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_txt{
		padding: 0;
		height: auto;
		font-size: 11px;
		line-height: 21px;
		letter-spacing: -0.04em;
	}
	.treatmentList_clm_item_ttl2{
		padding: 0;
		min-height: 0;
		font-size: 20px;
		line-height: 26px;
	}
}

/* ----------------------------- [下層]院内処方薬・化粧品 ----------------------------- */

.prescription{
	position: relative;
	min-width: 1280px;
}
.prescription:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 28px;
	background: url(../img/ic_general_label.png) center 0 no-repeat;
	background-size: 20px auto;
	z-index: 10;
}
.prescription_inner{
	margin: 0 auto;
	padding: 64px 0;
	width: 926px;
	color: #40201a;
}
.prescription_ttl{
	margin: 0 auto 30px auto;
	width: 242px;
}
.prescription_txt{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 36px;
}
.prescription_link{
	margin: 0 auto;
	width: 336px;
}
.prescription_link_btn{
	display: block;
	padding: 14px 0;
	width: 100%;
	height: 44px;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	background: #f06e5c;
	-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;
}
.prescription_link_btn:hover{
	background: #f8b7ae;
}
.prescription_link_btn span{
	display: inline-block;
	padding-left: 34px;
	padding-right: 14px;
	background: url(../../common/img/ic_link_arrow_r_wt.png) 0 center no-repeat;
	background-size: 14px auto;
}

@media screen and (max-width : 768px){
	.prescription{
			min-width: 320px;
	}
	.prescription:after{
		width: 15px;
		height: 21px;
		background-size: 15px auto;
	}
	.prescription_inner{
		padding: 50px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.prescription_ttl{
		margin: 0 auto 23px auto;
		width: 180px;
	}
	.prescription_txt{
		margin-bottom: 23px;
		font-size: 12px;
		line-height: 27px;
	}
	.prescription_link{
		margin: 0 auto;
		width: 100%;
	}
	.prescription_link_btn{
		padding: 18px 0;
		width: 100%;
		height: 48px;
		font-size: 12px;
		line-height: 1em;
	}
	.prescription_link_btn:hover{
		background: #f06e5c;
	}
	.prescription_link_btn span{
		padding-left: 24px;
		background-size: 11px auto;
	}
}










