@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/

/*------------------------------------------------------------
	mainVisual　（参照画像パス注意）
------------------------------------------------------------*/
.mainVisual {
	min-height: 320px;
	padding-top: 124px;
	background: url(../img/implant-menu/main_img.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/implant-menu/sp_main_img.jpg) no-repeat center center;
		background-size: cover;
	}

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

}
/*------------------------------------------------------------
	テキスト関係
------------------------------------------------------------*/
#conts p {
	margin-bottom: 30px;
	line-height: 1.875;
}

#conts .btp{
	margin-bottom: 60px;
}

#conts p .txtSpan {
	font-weight: bold;
	text-decoration: underline;
}

#conts p a:hover {
	text-decoration: none;
}

#conts a {
	color: #003a6b;
}

#conts a:hover {
	text-decoration: underline;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#conts {
		font-size: 13px;
	}
	
	#conts p {
		margin-bottom: 24px;
		line-height: 1.76;
		font-size: 13px;
	}

	#conts p .txtSpan {
		font-weight: normal;
		text-decoration: none;
	}
	
}
/*------------------------------------------------------------
	imgBox（右か左に画像があるbox）
	サイズなどデザインを見て変更
------------------------------------------------------------*/
#conts .imgBoxR {
	margin-bottom: 35px;
}

#conts .imgBoxR .photoBox {
	margin-top: 6px;
	float: right;
}

#conts .imgBoxR .textBox {
	width: 340px;
	float: left;
}

#conts .imgBoxR .textBox p {
	margin-bottom: 0;
}

#conts .imgBoxL {
	margin-bottom: 35px;
}

#conts .imgBoxL .photoBox {
	margin-top: 6px;
	float: left;
}

#conts .imgBoxL .textBox {
	width: 341px;
	float: right;
}

#conts .imgBoxL .textBox p {
	margin-bottom: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts .imgBoxR {
		margin-bottom: 20px;
	}

	#conts .imgBoxR .photoBox {
		margin: 0 85px;
		float: none;
	}
	
	#conts .imgBoxR .photoBox img {
		width: 100%;
	}

	#conts .imgBoxR .textBox {
		width: auto;
		float: none;
	}

	#conts .imgBoxR .textBox p {
		margin-bottom: 22px;
	}

	#conts .imgBoxL {
		margin-bottom: 20px;
	}

	#conts .imgBoxL .photoBox {
		margin: 0 85px;
		float: none;
	}
	
	#conts .imgBoxL .photoBox img {
		width: 100%;
	}

	#conts .imgBoxL .textBox {
		width: auto;
		float: none;
	}
	
	#conts .imgBoxL .textBox p {
		margin-bottom: 22px;
	}
}
/*------------------------------------------------------------
	contents（ページ毎のコンテンツ）
------------------------------------------------------------*/
#conts .photo{
	width: 100%;
	margin: 0 auto 30px;
}

#conts .photo a:hover{
	opacity:0.7;
}


#conts .photo img{
	width: 100%;
}

#conts .color{
	background: #eef0f2;
}

#conts ul{
	padding: 15px 20px 5px;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

#conts ul li {
	width: 49%;
	margin-bottom: 10px;
	background: #fff;
}

#conts ul li a {
	display: flex;
	align-items:center;
	padding: 15px ;
	color: #003a6b;
	background: url(../img/common/icon03.png) no-repeat 95% center;
}

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


#conts ul li a img{
	margin-right: 1em;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts .photo{
		margin: 0 auto 10px;
	}
	
	#conts .photo img{
		width: 100%;
	}
	
	#conts ul{
		padding: 15px 20px;
		display:flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content:space-between;
	}
	
	#conts ul li {
		width: 100%;
	}
	
	#conts ul li a {
		padding: 10px 7px;
		background: url(../img/common/icon03.png) no-repeat 97% center;
	}
	
	#conts ul li a img{
		margin-right: 0.5em;
	}
	

}
/*IEのみ*/
@media all and (-ms-high-contrast:none){
}