@charset "UTF-8";

/* *******************************************************************************************
* 
*	ほくろ・いぼ
*
******************************************************************************************* */

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

.medicalMenuSubHeader_main{
	background: url(../img/main_img_pc.jpg) center center no-repeat;
	background-size: cover;
}
.medicalMenuSubHeader_main_ttl{
	width: 213px;
}

@media screen and (max-width : 768px){
	.medicalMenuSubHeader_main{
		background: url(../img/main_img_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.medicalMenuSubHeader_main_layer{
		background: url(../img/main_img_blur_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.medicalMenuSubHeader_main_cat{
		width: 120px;
	}
}

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

/* ----------------------------- ほくろ ----------------------------- */

.mole1{
	min-width: 1280px;
	background: url(../../img/ic_menu_label.png) center 0 no-repeat;
	background-size: 20px auto;
}
.mole1_inner{
	margin: 0 auto;
	padding: 64px 0;
	width: 926px;
	color: #40201a;
	font-size: 16px;
	line-height: 36px;
}
.mole1_ttl{
	margin: 0 auto 40px auto;
	width: 67px;
}
.mole1_option{
	color: #666;
}

@media screen and (max-width : 768px){
	.mole1{
		min-width: 320px;
		background-size: 15px auto;
	}
	.mole1_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;
	}
	.mole1_ttl{
		margin: 0 auto 30px auto;
		width: 50px;
	}
}

/* ----------------------------- いぼ ----------------------------- */

.mole2{
	min-width: 1280px;
	background: url(../../img/ic_menu_label.png) center 0 no-repeat;
	background-size: 20px auto;
}
.mole2_inner{
	margin: 0 auto;
	padding: 64px 0 0 0;
	width: 926px;
	color: #40201a;
	font-size: 16px;
	line-height: 36px;
}
.mole2_section{
	margin-bottom: 64px;
}
.mole2_ttl{
	margin: 0 auto 40px auto;
	width: 51px;
}
.mole2_section_ttl{
	margin-bottom: 20px;
	padding-left: 18px;
	color: #745275;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	border-left: 4px solid #a98aab;
}
.mole2_option{
	color: #666;
}

@media screen and (max-width : 768px){
	.mole2{
		min-width: 320px;
		background-size: 15px auto;
	}
	.mole2_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;
	}
	.mole2_section{
		margin-bottom: 43px;
	}
	.mole2_ttl{
		margin: 0 auto 30px auto;
		width: 38px;
	}
	.mole2_section_ttl{
		margin-bottom: 16px;
		padding-left: 14px;
		font-size: 16px;
		line-height: 21px;
		border-left: 3px solid #a98aab;
	}
}

/* ----------------------------- 治療法 ----------------------------- */

.treatment_attention{
	margin: 30px auto 0 auto;
	padding-bottom: 64px;
	width: 926px;
}
.treatment_attention_item{
	margin-left: 1em;
	text-indent: -1em;
	color: #40201a;
	font-size: 16px;
	line-height: 36px;
}
.treatment_attention_item a{
	color: #e55c49;
	text-decoration: underline;
}
.treatmentList_clm_item_ttl3{
	padding: 6px 0;
	min-height: 96px;
	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_ttl3 small{
	font-size: 14px;
	line-height: 14px;
}

@media screen and (max-width : 768px){
	.treatment_attention{
		margin: 33px auto 0 auto;
		padding: 0 16px 43px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.treatment_attention_item{
		font-size: 12px;
		line-height: 27px;
	}
	.treatmentList_clm_item_ttl3{
		padding: 0;
		min-height: 0;
		font-size: 20px;
		line-height: 26px;
	}
}






