@charset "UTF-8";

/* *******************************************************************************************
* 
*	院長紹介
*
******************************************************************************************* */

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

.aboutSubHeader_main{
	background: url(../img/main_img_pc.jpg) center center no-repeat;
	background-size: cover;
}
.aboutSubHeader_main_layer{
	background: url(../img/main_img_blur_pc.jpg) center center no-repeat;
	background-size: cover;
}
.ie .aboutSubHeader_main_layer{
	background: none;
}
.aboutSubHeader_main_ttl{
	width: 170px;
}

@media screen and (max-width : 768px){
	.aboutSubHeader_main{
		background: url(../img/main_img_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.aboutSubHeader_main_layer{
		background: url(../img/main_img_blur_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.aboutSubHeader_main_cat{
		width: 115px;
	}
}

/* -------------------------------------------------------------------------------------------
*
* コンテンツエリア 
*
* ----------------------------------------------------------------------------------------- */

.aboutContainer{
	min-width: 1280px;
}
.about_inner{
	margin: 0 auto;
	padding-top: 62px;
	width: 926px;
	background: url(../../img/ic_ttl_label.png) center 0 no-repeat;
	background-size: 20px auto;
}
.about_subTtl{
	margin: 0 auto 40px auto;
	width: 127px;
}
.about_profile{
	padding-bottom: 65px;
	background:url(../../img/dline_x.gif) 0 bottom repeat-x;
	background-size: 5px 1px;
}
.about_profile_img{
	float: left;
	margin-right: 63px;
	width: 461px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.about_profile_txt{
	float: left;
	margin-top: -10px;
	width: 400px;
	color: #40211d;
	font-size: 16px;
	line-height: 36px;
}
.about_profile_txt_name{
	display: inline-block;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
}
.about_history{
	padding: 59px 0;
}
.about_history_clm{
	float: left;
	width: 400px;
}
.about_history_clm-l{
	margin-right: 126px;
}
.about_history_ttl{
	position: relative;
	float: left;
	padding-bottom: 4px;
	color: #e55c49;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
}
.about_history_ttl:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f06e5c;
	z-index: 10;
}
.about_history_txt{
	padding-left: 100px;
	color: #40211d;
	font-size: 14px;
	line-height: 28px;
}
.about_history_clm-l .about_history_txt{
	padding-left: 75px;
}

@media screen and (max-width : 768px){
	.aboutContainer{
		min-width: 320px;
	}
	.about_inner{
		padding: 50px 16px 0 16px;
		width: 100%;
		background-size: 15px auto;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.about_subTtl{
		margin: 0 auto 31px auto;
		width: 88px;
	}
	.about_profile{
		padding-bottom: 44px;
	}
	.about_profile_img{
		float: none;
		margin: 0 auto 23px auto;
		width: 75%;
	}
	.about_profile_txt{
		float: none;
		margin-top: 0;
		width: 100%;
		font-size: 12px;
		line-height: 27px;
		text-align: center;
	}
	.about_profile_txt_name{
		font-size: 14px;
		line-height: 27px;
	}
	.about_history{
		padding: 45px 0;
	}
	.about_history_clm{
		float: none;
		width: 100%;
	}
	.about_history_clm-l{
		margin-right: 0;
		margin-bottom: 26px;
	}
	.about_history_ttl{
		padding-bottom: 3px;
		font-size: 14px;
		line-height: 21px;
	}
	.about_history_ttl:after{
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: #f06e5c;
		z-index: 10;
	}
	.about_history_txt{
		padding-left: 24%;
		font-size: 11px;
		line-height: 21px;
	}
	.about_history_clm-l .about_history_txt{
		padding-left: 24%;
	}
}

















