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

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

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

/* ----------------------------- ナビゲーション ----------------------------- */

.treatmentNav{
	min-width: 1280px;
}
.treatmentNav_inner{
	margin: 0 auto;
	padding: 64px 0;
	width: 926px;
}
.treatmentNav_list{
	width: 100%;
	border: 1px solid #f0998c;
	-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;
}
.treatmentNav_list_item{
	float: left;
	width: 33.33%;
	height: 63px;
	text-align: center;
	background: #fff;
	border-right: 1px solid #f0998c;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.treatmentNav_list_item:nth-child(3n){
	border-right: 0;
}
.treatmentNav_list_item a{
	display: block;
	padding: 18px 0;
	padding-left: 18px;
	color: #e55c49;
	font-size: 16px;
	line-height: 27px;
	background: url(../img/ic_anc_arrow_down_pk.png) 19px center no-repeat;
	background-size: 27px auto;
}
.treatmentNav_list_item.item-3 a{
	padding: 11px 13px 12px 53px;
	line-height: 20px;
}
.treatmentNav_list_item a:hover{
	color: #fff;
	background: #f8b7ae url(../img/ic_anc_arrow_down_wt.png) 19px center no-repeat;
	background-size: 27px auto;
}

@media screen and (max-width : 768px){
	.treatmentNav{
		min-width: 320px;
	}
	.treatmentNav_inner{
		padding: 50px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.treatmentNav_list_item{
		float: none;
		width: 100%;
		height: 46px;
		text-align: left;
		border-right: 0;
		border-bottom: 1px solid #f0998c;
	}
	.treatmentNav_list_item:last-child{
		border-bottom: 0;
	}
	.treatmentNav_list_item a{
		padding: 13px 0;
		padding-left: 43px;
		font-size: 12px;
		line-height: 20px;
		background: url(../img/ic_anc_arrow_down_pk.png) 13px center no-repeat;
		background-size: 20px auto;
	}
	.treatmentNav_list_item.item-3 a{
		padding: 13px 0;
		padding-left: 43px;
	}
	.treatmentNav_list_item a:hover{
		color: #e55c49;
		background: url(../img/ic_anc_arrow_down_pk.png) 13px center no-repeat;
		background-size: 20px auto;
	}
}

/* ----------------------------- 院内処方薬・化粧品 ----------------------------- */

.prescription{
	position: relative;
	min-width: 1280px;
	border-top: 1px solid #dbdbdb;
}
.prescription:after{
	position: absolute;
	content: '';
	top: -1px;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 28px;
	background: url(../../img/ic_flow_label.png) center 0 no-repeat;
	background-size: 20px auto;
	z-index: 10;
}
.prescription_inner{
	margin: 0 auto;
	padding-top: 60px;
	width: 926px;
}
.prescription_ttl{
	margin: 0 auto 40px auto;
}
.prescription_ttl-1{
	width: 86px;
}
.prescription_ttl-2{
	width: 227px;
}
.prescription_ttl-3{
	width: 256px;
}
.prescription_ttl-4{
	width: 424px;
}
.prescription_section{
	margin-bottom: 64px;
}
.prescription_section_ttl{
	margin-bottom: 32px;
	padding-left: 18px;
	color: #40201a;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	border-left: 4px solid #40201a;
}
.prescription_section_lead{
	margin-top: -10px;
	margin-bottom: 26px;
	color: #40201a;
	font-size: 16px;
	line-height: 36px;
}
.prescription_section_clm_img{
	float: left;
	margin-right: 40px;
	width: 201px;
}
.prescription_section_clm_txt{
	float: left;
	margin-top: -10px;
	width: 685px;
	color: #40201a;
	font-size: 16px;
	line-height: 36px;
}
.prescription_section_clm_txt-s{
	width: 444px;
}
.prescription_section_clm_txt-ss{
	width: 644px;
}
.prescription_section_link{
	display: inline-block;
	margin-top: 10px;
	padding-left: 23px;
	color: #e55c49;
	font-size: 14px;
	line-height: 1em;
	background: url(../../../common/img/ic_link_arrow_r_pk.png) 0 center no-repeat;
	background-size: 12px auto;
}
.prescription_section_clm_txt small{
	color: #666;
	font-size: 14px;
}
.prescription_section_boxGrp{
	background: #f2f0f0;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.prescription_section_box{
	padding: 32px;
	border-bottom: 2px solid #fff;
}
.prescription_section_box.last{
	border-bottom: 0;
}
.prescription_section_box_img{
	float: left;
	margin-right: 30px;
	width: 152px;
}
.prescription_section_box_info{
	float: left;
	width: 680px;
	color: #40201a;
	font-size: 14px;
	line-height: 28px;
}
.prescription_section_box_full{
	float: left;
	margin-bottom: 33px;
	width: 862px;
	color: #40201a;
	font-size: 14px;
	line-height: 28px;
}
.prescription_section_box_info_ttl{
	margin-top: -5px;
	color: #e55c49;
	font-size: 16px;
	line-height: 36px;
	font-weight: 600;
}
.prescription_section_box_info_ttl-icon{
	position: relative;
	display: inline-block;
	padding-right: 160px;
}
.prescription_section_box_info_ttl-icon:after{
	position: absolute;
	content: 'クリニックオリジナル';
	top: 5px;
	right: 0;
	width: 144px;
	height: 24px;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
	background: #f06e5c;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.prescription_section_box_info_ttl_2{
	font-size: 16px;
	line-height: 36px;
	font-weight: 600;
}
.prescription_section_box_info small{
	display: inline-block;
	color: #666;
	font-size: 14px;
	line-height: 28px;
}
.prescription_section_box_info_line{
	margin: 10px 0;
	height: 1px;
	background: url(../img/dline_x.gif) 0 0 repeat-x;
	background-size: 5px 1px;
}
.prescription_section_bnrClm{
	margin-top: 40px;
}
.prescription_section_bnrClm_item{
	float: left;
	width: 462px;
}
.prescription_section_bnrClm_item-l{
	margin-right: 2px;
}
.prescription_section_listTtl{
	display: inline-block;
	padding-top: 14px;
}
.prescription_section_list_item{
	margin-left: 1.5em;
	text-indent: -1.5em;
}
.prescription_section_box_info_clm_item{
	float: left;
	width: 250px;
}
.prescription_section_box_separate{
	clear: both;
	height: 16px;
}
.prescription_section_box_info_colortip{
	display: inline-block;
	padding-left: 27px;
	padding-right: 15px;
}
.colortip-red{
	background: url(../img/colortip_red.png) 0 center no-repeat;
	background-size: 20px auto;
}
.colortip-skin1{
	background: url(../img/colortip_skin_light.png) 0 center no-repeat;
	background-size: 20px auto;
}
.colortip-skin2{
	background: url(../img/colortip_skin.png) 0 center no-repeat;
	background-size: 20px auto;
}

@media screen and (max-width : 768px){
	.prescription{
		min-width: 320px;
	}
	.prescription-spBorderWT{
		border-top: 1px solid #fff;
	}
	.prescription:after{
		width: 15px;
		height: 21px;
		background-size: 15px auto;
	}
	.prescription_inner{
		padding-top: 45px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.prescription_ttl{
		margin: 0 auto 30px auto;
	}
	.prescription_ttl-1{
		width: 63px;
	}
	.prescription_ttl-2{
		width: 170px;
	}
	.prescription_ttl-3{
		width: 191px;
	}
	.prescription_ttl-4{
		width: 203px;
	}
	.prescription_section{
		margin-bottom: 50px;
	}
	.prescription_section-spBtm{
		margin-bottom: 0;
	}
	.prescription_section-spBtmLine{
		border-bottom: 2px solid #fff;
	}
	.prescription_section_ttl{
		margin: 0 16px 23px 16px;
		padding-left: 14px;
		font-size: 16px;
		line-height: 21px;
		border-left: 3px solid #40201a;
	}
	.prescription_section_lead{
		margin-bottom: 23px;
		padding: 0 16px;
		font-size: 12px;
		line-height: 27px;
	}
	.prescription_section_clm_img{
		float: none;
		margin: 0 auto 13px auto;
		width: 134px;
	}
	.prescription_section_clm_img-1{
		float: left;
		padding: 0 10px 0 16px;
		width: 50%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.prescription_section_clm_img-2{
		float: left;
		padding: 0 16px 0 10px;
		width: 50%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.prescription_section_clm_img-1 img,
	.prescription_section_clm_img-2 img{
		display: block;
		margin: 0 auto;
		width: 134px;
		height: auto;
	}
	.prescription_section_clm_txt{
		float: none;
		margin-top: 0;
		padding: 0 16px;
		width: 100%;
		font-size: 12px;
		line-height: 27px;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.prescription_section_clm_txt-s{
		width: 100%;
	}
	.prescription_section_link{
		margin-top: 6px;
		padding-left: 17px;
		font-size: 11px;
		line-height: 1em;
		background-size: 9px auto;
	}
	.prescription_section_clm_txt small{
		font-size: 11px;
	}
	.prescription_section_boxGrp{
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.prescription_section_box{
		padding: 30px 16px;
	}
	.prescription_section_box_img{
		float: none;
		margin: 0 auto 23px auto;
		width: 134px;
	}
	.prescription_section_box_info{
		float: none;
		width: 100%;
		font-size: 11px;
		line-height: 21px;
	}
	.prescription_section_box_full{
		float: none;
		margin-bottom: 23px;
		width: 100%;
		font-size: 12px;
		line-height: 27px;
	}
	.prescription_section_box_info_ttl{
		margin-top: 0;
		margin-bottom: 8px;
		font-size: 12px;
		line-height: 21px;
	}
	.prescription_section_box_info_ttl-icon{
		padding-right: 0;
		padding-top: 21px;
	}
	.prescription_section_box_info_ttl-icon:after{
		top: 0;
		left: 0;
		right: auto;
		width: 108px;
		height: 18px;
		font-size: 9px;
		line-height: 18px;
	}
    .prescription_section_box_info_ttl_2{
		margin-top: 0;
		margin-bottom: 8px;
		font-size: 12px;
		line-height: 21px;
	}
	.prescription_section_box_info small{
		font-size: 11px;
		line-height: 21px;
	}
	.prescription_section_bnrClm{
		margin-top: 0;
		border-top: 2px solid #fff;
	}
	.prescription_section_bnrClm_item{
		float: none;
		width: 100%;
	}
	.prescription_section_bnrClm_item-l{
		margin-right: 0;
		border-bottom: 2px solid #fff;
	}
	.prescription_section_listTtl{
		padding-top: 6px;
	}
	.prescription_section_box_info_clm_item{
		width: 50%;
	}
	.prescription_section_box_separate{
		clear: both;
		height: 23px;
	}
	.prescription_section_box_info_colortip{
		padding-left: 20px;
		padding-right: 10px;
	}
	.colortip-red{
		background-size: 16px auto;
	}
	.colortip-skin1{
		background-size: 16px auto;
	}
	.colortip-skin2{
		background-size: 16px auto;
	}
}



