@charset "UTF-8";
/* CSS Document */

#mainVisual{
	background-image: url(../img/implant/img_main.jpg);
}

#mainContents #sec01{
	padding: 90px 0;
}

#mainContents #sec02{
	padding: 90px 0;
}

#mainContents #sec02 .imgWrap{
	margin-top: 90px;
}

#mainContents #sec03{
	padding: 90px 0;
}

#mainContents #sec03 h3{
	font-size:20px;
	color: #E88000;
	margin-bottom: 60px;
}

#mainContents .titleBlock .inner {
    padding: 75px 20px;
}

.webbanner_Grup {
	width: 499.5px;
	height: 80px;
	margin: 0 auto 75px;
}

.webbanner_Grup .banner_inpura {
	width: 100%;
	height: 100%;
	text-align: center;
	border: solid 3px #A39D8F;
/*	background: rgba(0,0,0,0.2);*/
	position: relative;
	background-color: #666;
}


#sec03 .webbanner_Grup .banner_inpura {
	width: 100%;
	height: 100%;
	text-align: center;
	border: solid 2px #A39D8F;
	background: rgba(0,0,0,0.2);
	position: relative;
}

.webbanner_Grup .banner_inpura p {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);	
}

.webbanner_Grup .banner_inpura p {
	font-size: 15px;
	line-height: 1.5;
}

.webbanner_txt {
	font-size: 13.7px;
}

.webbanner_Grup a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	color: #FFF;
}


#sec03 .webbanner_Grup {
	margin: 70px auto 0;	
}


/*画面サイズが1100px以下の場合*/
@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 980px) {
	
}


/*画面サイズが850px以下の場合*/
@media screen and (max-width: 850px) {

	#mainContents #sec02 img{
		width: 100%;
	}
	
}

/*画面サイズが680px以下の場合*/
@media screen and (max-width: 680px) {

	#mainContents #sec01{
		padding: 50px 0;
	}

	#mainContents #sec02{
		padding: 50px 0;
	}
	
	#mainContents #sec03{
		padding: 50px 0;
	}
	
	#mainContents #sec03 h3{
		font-size:18px;
		margin-bottom: 30px;
		line-height: 1.5em;
	}
	
	#mainContents #sec02 .imgWrap {
		width: 100%;
		margin-top: 50px;
	}
	

	.webbanner_Grup {
		display: block;
    	width: 70%;
    	height: auto;
	}
	
	.webbanner_Grup .banner_inpura {
    	width: 100%;
   	 	height: 100%;
    	padding-top: 33.3%;
	}
	
	#sec03 .webbanner_Grup {
		margin: 45px auto 0;	
	}
	
}

/*画面サイズが480px以下の場合*/
@media screen and (max-width: 480px) {

}

/*回り込み解除クラス*/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}