@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts {
	margin-bottom: 199px;
}

#conts .sec01{
	padding-bottom: 25px;
	margin-bottom: 142px;
}

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

#conts .sec01 > .txt{
	margin-bottom: 44px;
}

#conts .sec01 .point{
	background: #eef3f9;
	height: 192px;
}

#conts .sec01 .point .ttl{
	width: 225px;
	text-align: center;
	float: left;
	font-weight: bold;
	font-size: 1.8rem;
	color: #2e70b0;
	line-height: 1.2;
}

#conts .sec01 .point .ttl img{
	display: block;
	margin: 44px auto 17px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #fff;	
}

#conts .sec01 .point .txt{
	background: #fff;
	float: left;
	width: 500px;
	height: 172px;
	margin-top: 10px;
	padding: 20px 22px 0 24px;
	box-sizing: border-box;
	line-height: 2;
}

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

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

#conts .sec02 .comPhotoBox .txtBox{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#conts .sec02 .comPhotoBox .ttl{
	font-weight: bold;
	font-size: 1.7rem;
	margin-bottom: 28px;
}

#conts .sec02 .comPhotoBox .txt{
	font-size: 1.6rem;
}

#conts .sec03 .txtBox .ttl{
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 30px;
}

#conts .sec03 .txtBox .ttl span{
	color: #2e70b0;
}

#conts .sec03 .comPhotoBox {
	padding-bottom: 64px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 64px;
}

#conts .sec03 > .txtBox {
	margin-bottom: 68px;
}

@media all and (max-width: 767px) {

	#conts {
		margin-bottom: 125px;
	}

	#conts .sec01{
		padding-bottom: 0;
		margin-bottom: 107px;
	}

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

	#conts .sec01 .point{
		background: #eef3f9;
		height: auto;
		margin: 0 -20px;
	}

	#conts .sec01 .point .ttl{
		width: auto;
		text-align: center;
		float: none;
		font-size: 1.7rem;
		line-height: 1.5;
		padding-top: 29px;
	}

	#conts .sec01 .point .ttl img{
		display: block;
		margin: 0 auto 14px;
		width: 35px;
		height: 35px;
	}

	#conts .sec01 .point .txt{
		background: #fff;
		float: none;
		width: auto;
		height: auto;
		margin-top: 0;
		line-height: 1.625;
		padding: 21px;
		border: 20px solid #eef3f9;
	}

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

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

	#conts .sec02 .comPhotoBox ul li{
		padding-bottom: 28px;
		margin-bottom: 28px;
	}
	
	#conts .sec02 .comPhotoBox .ttl{
		display: flex;
		align-items: center;
		margin-bottom: 26px;
	}

	#conts .sec02 .comPhotoBox .ttl img{
		margin-right: 30px;
		width: 28%;
	}
	
	#conts .sec03 .txtBox .ttl{
		margin-bottom: 25px;
	}

	#conts .sec03 .txtBox .ttl span{
	}

	#conts .sec03 .comPhotoBox {
		padding-bottom: 40px;
		margin-bottom: 44px;
	}

	#conts .sec03 > .txtBox {
		margin-bottom: 50px;
	}
}