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

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

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

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

#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 {
		line-height: 1.76;
		font-size: 13px;
	}

}
/*------------------------------------------------------------
	imgBox（右か左に画像があるbox）
	サイズなどデザインを見て変更
------------------------------------------------------------*/
#conts .imgBoxR {
}

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

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

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

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

	#conts .imgBoxR .photoBox {
		text-align: center;
		margin-bottom: 21px;
		float: none;
	}

	#conts .imgBoxR .textBox02 {
		width: 100%;
		float: none;
	}
	
	#conts .imgBoxR .photoBox img {
		width: 37%;
	}

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

	#conts .imgBoxR .textBox p {
		margin-bottom: 0px;
	}
}
/*------------------------------------------------------------
	contents（ページ毎のコンテンツ）
------------------------------------------------------------*/
#conts a{
	text-decoration: underline;
}

#conts .color{
	background: #eef0f2;
}

#conts .txt01{
	margin-bottom: 13px;
	font-weight: bold;
}

#conts .textBox01{
	margin-bottom: 38px;
	padding: 33px 28px;
	
}

#conts .sec01{
	margin-bottom: 105px;
}

#conts .sec02 .textBox01:last-child{
	margin-bottom: 100px;
}

#conts .sec03 h3{
	display: flex;
	align-items: center;
}

#conts .sec03 h3 img{
	margin-right: 20px;
}

#conts .sec03 .textBox01{
	border: 2px solid #f2f5f7;
	box-sizing: border-box;
	margin-bottom: 44px;
}

#conts .sec03 li:last-of-type .textBox01{
	margin-bottom: 100px;
}

#conts .sec04 p{
	margin-bottom: 48px;
}

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

	#conts .textBox01{
		margin-bottom: 38px;
		padding: 21px 14px;
	}

	#conts .sec01{
		margin-bottom: 61px;
	}

	#conts .sec01 .imgBoxR img{
		width: 49%;
	}
	
	#conts .sec02 .textBox01:last-child{
		margin-bottom: 61px;
	}

	#conts .sec03 h3{
		display: flex;
		align-items: center;
	}

	#conts .sec03 h3 img{
		margin-right: 10px;
		width: 35px;
	}

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

	#conts .sec03 li:last-of-type .textBox01{
		margin-bottom: 65px;
	}

	#conts .sec04 p{
		margin-bottom: 30px;
	}

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