@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
    margin: 0 auto 181px;
}
#conts .sec01 {
	margin-bottom: 95px;
}

#conts .sec01 .comPhotoBox{
	margin-bottom: 88px;
}
#conts .sec01 .txtUl{
	display: flex;
	border:  1px solid #e5e5e5;
	box-sizing: border-box;
	margin-bottom: 125px;
}

#conts .sec01 .txtUl > li{
	width: 50%;
}

#conts .sec01 .txtUl > li:first-child{
	border-right: 1px solid #e5e5e5;
}

#conts .sec01 .txtUl .ttl{
	background: #ecf5fb;
	text-align: center;
	padding: 16px 0;
	border-bottom: 1px solid #e5e5e5;
}

#conts .sec01 .txtUl > li > ul{
	padding: 26px 20px 26px;
}

#conts .sec01 .txtUl > li > ul > li{
	line-height: 2.3;
	text-indent: -1.2em;
	margin-left: 1.2em;
}

#conts .sec01 .comPhotoUl{
	padding-top: 17px;
}

#conts .sec01 .comPhotoUl li:last-child{
	border-bottom: none;
}

#conts .sec01 .photoUl li{
	padding: 48px 32px 37px;
	border: 1px solid #e5e5e5;	
	margin-bottom: 24px;
}

#conts .sec01 .photoUl li .ttl{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 35px;
}

#conts .sec01 .photoUl li img{
	width: 100%;
	margin-bottom: 30px;
}

#conts .sec02 .comPhotoBox{
	margin-bottom: 120px;
}

#conts .sec02 > .txt{
	margin-bottom: 107px;
}

#conts .sec02 li{
	display: flex;
	align-items: center;
	margin-bottom: 52px;
}

#conts .sec02 li:last-child{
	margin-bottom: 0;
}

#conts .sec02 li .bgBox{
	width:120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: none;
	margin-right: 25px;
	position: relative;
}

#conts .sec02 li .bgBox .an{
	color:#3d9cdc;
	font-weight: bold;
	font-size: 1.8rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.3;
}

#conts .sec02 li .bgBox:after{
	content: "";
	position: absolute;
	background: url("../img/general/icon01.png");
	width: 22px;
	height: 40px;
	margin-left: -11px;
	left: 50%;
	bottom: -40px;
}

#conts .sec02 li:last-child .bgBox:after{
	content: none;
}

#conts .sec02 li .bgBox .an span{
	font-size: 3.6rem;
}

#conts .sec02 li .ttl{
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

@media all and (max-width: 767px) {
	#main {
		margin: 0 auto 119px;
	}

	#conts .sec01 {
		margin-bottom: 76px;
	}
	
	#conts .sec01 .hl04C{
		letter-spacing: -1px;
	}
	
	#conts .sec01 .comPhotoBox{
		margin-bottom: 63px;
	}
	#conts .sec01 .txtUl{
		display: block;
		margin-bottom: 67px;
	}

	#conts .sec01 .txtUl > li{
		width: 100%;
	}

	#conts .sec01 .txtUl > li:first-child{
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
	}

	#conts .sec01 .txtUl .ttl{
		padding: 15px 0;
	}

	#conts .sec01 .txtUl > li > ul{
		padding: 23px ;
	}

	#conts .sec01 .txtUl > li > ul > li{
		line-height: 1.625;
	}

	#conts .sec01 .headLine04{
		line-height: 1.47;
	}
	
	#conts .sec01 .headLine04:before{
		top: 7px;
	}
	
	#conts .sec01 .comPhotoUl{
		padding-top: 15px;
	}

	#conts .sec01 .photoUl li{
		padding: 32px 25px 19px;
		margin-bottom: 15px;
	}
	
	#conts .sec01 .photoUl li .ttl{
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 35px;
	}

	#conts .sec01 .photoUl li img{
		width: 100%;
		margin-bottom: 26px;
	}

	#conts .sec02 .comPhotoBox{
		margin-bottom: 68px;
	}

	#conts .sec02 > .txt{
		margin-bottom: 55px;
	}

	#conts .sec02 li{
		margin-bottom: 0px;
		align-items: flex-start;
	}

	#conts .sec02 li .bgBox{
		width:85px;
		height: 85px;
		margin-right: 16px;
		margin-bottom: 60px;
	}

	#conts .sec02 li:last-child .bgBox{
		margin-bottom: 0;
	}
	
	#conts .sec02 li .bgBox .an{
		font-size: 1.3rem;
		line-height: 1.5;
	}

	#conts .sec02 li .bgBox:after{
		background: url("../img/implant/sp_icon01.png");
		background-size: 15px 50px;
		width: 15px;
		height: 50px;
		margin-left: -8px;
		left: 50%;
		bottom: -50px;
	}

	#conts .sec02 li .bgBox .an span{
		font-size: 2.5rem;
	}

	#conts .sec02 li .ttl{
		font-weight: bold;
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
}