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

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

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

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

#conts .sec02 .ttl01{
	font-weight: bold;
	font-size: 1.5rem;
	color: #fff;
	line-height: 1.76;
	background: #1c8dcb;
	margin-right: 37px;
	padding-left: 27px;
	padding-right: 5px;
	position: relative;
}

#conts .sec02 .ttl01:after{
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	border: 13px solid transparent;
	border-left: 13px solid #1c8dcb;
	right: -26px;
}

#conts .sec02 .ttl02{
	color: #2e70b0;
	font-weight: bold;
	font-size: 1.8rem;
}

#conts .sec02 li:last-child .txt{
	margin-bottom: 1em;
}

#conts .sec02 a{
	color: #2e70b0;
	font-weight: bold;
	font-size: 1.6rem;
	text-decoration: underline;
	position: relative;
}

#conts .sec02 a:after{
	position: absolute;
	content: "";
	background: url("../common/img/icon08.png") no-repeat right center;
	background-size: 6px 10px;
	right: -20px;
	top: 6px;
	width: 6px;
	height: 10px;
}

#conts .sec02 a:hover{
	opacity: 0.7;
	text-decoration: none;
}

#conts .sec02 li{
	padding: 50px 0 45px;
	border-top: 1px dashed #e5e5e5;
}

#conts .sec02 li:last-child{
	border-bottom: 1px dashed #e5e5e5;
}

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

#conts .sec04 .comTxtUl01 .txt span{
	color: #1c8dcb;	
}


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

	#conts{
		margin: 0 20px;
	}

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

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

	#conts .sec02 .ttlBox{
		display: block;
		margin-bottom: 27px;
		text-align: center;
		margin: 0 auto 28px;
	}

	#conts .sec02 .ttl01{
		display: inline-block;
		margin-bottom: 18px;
		font-size: 1.4rem;
		padding-left: 23px;
		padding-right: 8px;
	}

	#conts .sec02 .ttl01:after{
		border: 12px solid transparent;
		border-left: 12px solid #1c8dcb;
		right: -24px;
	}

	#conts .sec02 .ttl02{
		font-size: 1.7rem;
	}

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

	#conts .sec02 a:after{
		background-size: 5px 8px;
		right: -18px;
		top: 7px;
		width: 5px;
		height: 8px;
	}

	#conts .sec02 a:after{
		right: -20px;
		top: 6px;
		width: 5px;
		height: 9px;
	}

	#conts .sec02 li{
		padding: 35px 0 ;
		border-top: 1px dashed #e5e5e5;
	}

	#conts .sec02 li:last-child{
		border-bottom: 1px dashed #e5e5e5;
	}

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

	#conts .sec04 .comTxtUl01 .ttl{
		line-height: 1.65;
	}

}