@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	*, *:before, *:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
	}
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
	width: 1050px;
	margin: 69px auto 151px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.mainBox {
		width: auto;
		margin: 26px 22px 87px;
	}
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	min-height: 320px;
	padding-top: 124px;
	background: url(../../img/doctor/main_visual.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}

.mainVisual p {
	margin-bottom: 97px;
	font-size: 45px;
	text-align: center;
	color: #FFF;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	letter-spacing: 5px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.mainVisual {
		min-height: 100px;
		padding-top: 34px;
		background: url(../../img/doctor/sp_main_visual.jpg) no-repeat center center;
		background-size: cover;
	}

	.mainVisual p {
		margin-bottom: 0;
		font-size: 19px;
		letter-spacing: 3px;
	}

}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 31px;
	padding-bottom: 13px;
	color: #003A6B;
	font-size: 25px;
	font-weight: normal;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	border-bottom: 1px solid #BECCD9;
	background: url(../../img/common/line02.gif) no-repeat left bottom;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.headLine01 {
		margin-bottom: 13px;
		padding-bottom: 6px;
		font-size: 16px;
		background: url(../../img/common/line02.gif) no-repeat left bottom;
		background-size: 50px auto;
		margin-top: -122px;
		padding-top: 122px;
	}

}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 31px;
	padding-bottom: 13px;
	color: #003A6B;
	font-size: 20px;
	font-weight: normal;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	border-bottom: 1.2px solid #003a6b;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.headLine02 {
		margin-bottom: 13px;
		padding-bottom: 6px;
		font-size: 16px;
		background-size: 50px auto;
		margin-top: -122px;
		padding-top: 122px;
	}

}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 31px;
	padding-bottom: 13px;
	color: #003A6B;
	font-size: 20px;
	font-weight: normal;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	border-bottom: 1.2px solid #9c9d9d;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.headLine03 {
		margin-bottom: 13px;
		padding-bottom: 6px;
		padding-left: 1em;
		text-indent: -1em;
		font-size: 16px;
		background-size: 50px auto;
		margin-top: -122px;
		padding-top: 122px;
	}

}

/*------------------------------------------------------------
	comMenu 2列のタイプ
------------------------------------------------------------*/
#conts .comMenu{
	padding: 20px;
	margin-bottom: 60px;
	background: #eef0f2;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

#conts .comMenu li{
	box-sizing: border-box;
	background: #fff;
	width: 49%;
	height: 85px;
	display: flex;
	align-items: center;
}

#conts .comMenu li a{
	display:block;
	width: 100%;
	padding-left: 20px;
	background: url(../../img/common/icon03.png) no-repeat 98% center;
	text-decoration: none;
}

#conts .comMenu li a:hover{
	text-decoration: none;
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts .comMenu{
		padding: 15px;
	}
	
	#conts .comMenu li{
		background: #fff;
		width: 48%;
		height: 55px;
		display: flex;
		align-items: center;
	}
	
	#conts .comMenu li a{
		display:block;
		width: 100%;
		padding: 0 10px;
		background: url(../../img/common/icon03.png) no-repeat 98% center;
		
	}
}

/*------------------------------------------------------------
	comMenu01 3列のタイプ
------------------------------------------------------------*/
#conts .comMenu01{
	box-sizing: border-box;
	padding: 20px 20px 10px;
	margin-bottom: 60px;
	background: #eef0f2;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

#conts .comMenu01 li{
	box-sizing: border-box;
	background: #fff;
	margin: 0 0 10px;
	width: 32%;
	height: 85px;
	display: flex;
	align-items: center;
}

#conts .comMenu01 li a{
	display:block;
	width: 100%;
	padding-left: 20px;
	background: url(../../img/common/icon03.png) no-repeat 97.5% center;
	text-decoration: none;
}

#conts .comMenu01 li a:hover{
	text-decoration: none;
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts .comMenu01{
		padding: 15px 15px 5px;
	}
	
	#conts .comMenu01 li{
		margin: 0 0 10px;
		background: #fff;
		width: 48%;
		height: 55px;
		display: flex;
		align-items: center;
	}
	
	#conts .comMenu01 li a{
		display:block;
		width: 100%;
		padding: 0 10px;
		background: url(../../img/common/icon03.png) no-repeat 98% center;
	}
}

/*------------------------------------------------------------
	link（汎用リンク）
------------------------------------------------------------*/
#conts .link{
	margin: 0 auto;
	width: 300px;
	font-weight: 500;
}

#conts .link a{
	display: block;
	padding: 15px 0;
	background: #003a6b;
	border: 2px solid #003a6b;
	text-align: center;
	text-decoration: none;
	color: #fff;
	position: relative;
}

#conts .link a:after{
	margin-top: -7px;
	width: 5px;
	height: 10px;
	color: #fff;
	position: absolute;
	right: 14px;
	top: 50%;
	content: "";
	background: url(../../img/common/icon04.png) no-repeat center top;
}


#conts .link a:hover{
	background: #fff;
	color: #003a6b;
	text-decoration: none;
}

#conts .link a:hover:after{
	background: url(../../img/common/icon03.png) no-repeat center top;
}


#conts .link span{
	font-size: 13px;
}
@media all and (min-width: 0) and (max-width: 767px) {
	
	#conts .link{
		margin: 0 auto;
		width: 240px;
		font-weight: 500;
	}
	
	#conts .link a{
		padding: 10px 0;
	}
	
	#conts .link a:after{
		margin-top: -7px;
		width: 5px;
		height: 10px;
		color: #fff;
		position: absolute;
		right: 14px;
		top: 50%;
		content: "";
		background: url(../../img/common/icon04.png) no-repeat center top;
	}
	
	
	#conts .link span{
		font-size: 10px;
	}
	
}
