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

/*------------------------------------------------------------
	mainVisual　（参照画像パス注意）
------------------------------------------------------------*/
.mainVisual {
	min-height: 320px;
	padding-top: 124px;
	background: url(../img/implant-denture/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-denture/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 !important;
}

#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: 380px;
	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: 0px;
	}

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

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

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

	#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 strong{
}

#conts .color{
	background: #eef0f2;
}

#conts a{
	font-weight: 500;
	text-decoration: underline;
}


#conts .section{
	background: #eef0f2;
	padding: 20px;
	margin: 0 auto 60px;
}

#conts .section .inner{
	padding: 25px 30px;
	background:#fff;
	overflow: hidden;
}

#conts .section  > .ttl{
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	font-size: 23px;
	text-align: center;
	margin-bottom: 20px;
}

#conts .section  > .ttl p{
	margin: 0;
}

#conts .section .inner .photoBox {
	float: right;
}

#conts .section .inner ul {
	width: 392px;
	float: left;
}

#conts .section .inner ul li {
	font-size: 17px;
	line-height: 1.8;
}

#conts table{
	border-collapse: collapse;
}

#conts table th,
#conts table td{
	width: 50%;
	border: 1px solid #9c9d9d;
	padding: 8px 8px 6px;
	font-weight:normal
}

#conts table th{
	background: #eef0f2;
	text-align: center;
}

#conts table td{
	vertical-align: top;
}

#conts table td ul li{
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.8;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts .section{
		background: #eef0f2;
		padding: 10px;
		margin: 0 auto 60px;
	}
	
	#conts .section .inner{
		padding: 15px;
		background:#fff;
		overflow: hidden;
	}
	
	#conts .section .ttl{
		margin-bottom: 10px;
	}
	
	#conts .section  > .ttl p{
		margin: 0;
		font-size: 16px !important;
	}
	
	#conts .section .inner .photoBox {
		float: none;
		width: 35%;
		margin: 0 auto 15px;
	}
	
	#conts .section .inner .photoBox img {
		width: 100%;
	}
	
	#conts .section .inner ul {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	
	#conts .section .inner ul li {
		font-size: 14px;
		line-height: 1.8;
	}
	
	#conts table{
		border-collapse: collapse;
	}
	
	#conts table th,
	#conts table td{
		width: 50%;
		border: 1px solid #9c9d9d;
		padding: 8px 8px 6px;
		font-weight:normal
	}
	
	#conts table th{
		background: #eef0f2;
		text-align: center;
	}
	
	#conts table td{
		vertical-align: top;
	}
	
	#conts table td ul li{
		text-indent: -1em;
		padding-left: 1em;
		line-height: 1.8;
	}
	

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

/*** add 190819 ***/
#conts .imgBoxR {
	padding-bottom: 43px;
	border-bottom: 2px solid #e5e5e5;
}

#conts .bbn {
	border-bottom: none; 
	padding-bottom: 0;
	margin-bottom: 47px;
}

#conts .imgBoxR .textBox .ttl {
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	font-size: 20px;
	padding: 0 0 20px 1.5em;
	text-indent: -1em;
	margin-left: -0.5em;
	line-height: 1.5;
}

#conts .inner02{
	background: #fff;
	padding: 25px 30px;
}

#conts .inner02 ul li{
	text-indent: -1em;
	margin-left: 1em;
}

#conts .inner02 ul li:first-child{
	margin-bottom: 1em;
}

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

	#conts .imgBoxR .pho {
		text-align: center;
		margin-bottom: 24px;
	}
	
	#conts .imgBoxR .pho img{
		width: 50%;
	}

	#conts .bbn {
		margin-bottom: 0;
	}

	#conts .imgBoxR .textBox .ttl {
		font-size: 14px;
	}

	#conts .inner02{
		padding: 44px 15px 30px;
	}

	#conts .inner02 ul li{
		text-indent: -1em;
		margin-left: 1em;
	}

	#conts .inner02 ul li:first-child{
		margin-bottom: 1.5em;
	}
}

/*** end 190819 ***/
