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

#conts .bgBox{
	background: #ecf5fb;
}

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

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

#conts .sec01 .headLine04{
	border-bottom: none;
	margin-bottom: 5px;
}

#conts .sec01 .bgBox{
	display: flex;
	align-items: center;
	padding: 20px 28px;
}

#conts .sec01 li{
	border: 1px solid #e5e5e5;
	padding: 32px;
	margin-bottom: 72px;
	position: relative;
}

#conts .sec01 li:after{
	position: absolute;
	content: "";
	left: 50%;
	margin-left: -18px;
	bottom: -45px;
	border-top: 18px solid #3d9cdc;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
}

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

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

#conts .sec01 .comFloatBox .ttl{
	padding-top: 36px;
	font-weight: bold;
}

#conts .sec01 .bgBox .comCircle{
	width: 92px;
	height: 92px;
	background: #fff;
	color: #3d9cdc;
	font-weight: bold;
	margin-right: 22px;
}

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

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

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

#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 .sec03 {
	margin-bottom: 190px;
}

#conts .sec03 .comPhotoBox{
	margin-bottom: 88px;
}

#conts .sec03 .txtUl01 li{
}

#conts .sec03 .txtUl01 li{
	font-size: 1.6rem;
	padding: 25px 0 28px;
	border-bottom: 1px solid #e5e5e5;
}

#conts .sec04 .comPhotoBox{
	margin-bottom: 88px;
}

#conts .sec04 .comPhotoUl{
}

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


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

	#conts .sec01 {
		margin-bottom: 76px;
	}
	
	#conts .sec01 .comPhotoBox{
		margin-bottom: 65px;
	}

	#conts .sec01 .headLine04{
		margin-bottom: 0;
	}

	#conts .sec01 .bgBox{
		display: flex;
		align-items: center;
		padding: 16px 18px;
	}

	#conts .sec01 li{
		border: 1px solid #e5e5e5;
		padding: 24px;
		margin-bottom: 56px;
	}

	#conts .sec01 li:after{
		margin-left: -7px;
		bottom: -33px;
		border-top: 14px solid #3d9cdc;
		border-right: 14px solid transparent;
		border-left: 14px solid transparent;
	}

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

	#conts .sec01 .comFloatBox .ttl span{
		display: block;
		margin-bottom: 8px;
		font-size: 1.7rem;
	}

	#conts .sec01 .comFloatBox .ttl{
		font-size: 1.5rem;
		padding-top: 20px;
	}

	#conts .sec01 .comFloatBox .txt{
		padding-top: 24px;
	}

	#conts .sec01 .bgBox .comCircle{
		width: 91px;
		height: 91px;
		background: #fff;
		color: #3d9cdc;
		font-weight: bold;
		margin-right: 22px;
	}

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

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

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

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

	#conts .sec02 li .bgBox .an{
		font-size: 1.3rem;
		line-height: 1.5;
	}

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

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

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

	#conts .sec03 .comPhotoBox{
		margin-bottom: 62px;
	}

	#conts .sec03 .headLine04{
		margin-bottom: 0;
	}

	#conts .sec03 .txtUl01 li{
		font-size: 1.6rem;
		padding: 18px 0;
		text-indent: -1.2em;
		margin-left: 1.2em;
		line-height: 1.625;
	}

	#conts .sec04 .comPhotoUl{
		margin-bottom: 50px;
	}
	
	#conts .sec04 .comFloatBox{
		position: relative;
	}
	
	#conts .sec04 .comFloatBox .headLine03{
		position: absolute;
		top: 35px;
		left: 0;
	}

}