@charset "euc-jp";
#policy{
	font-size: 16px;
	max-width: 1120px;
	margin: 0 auto;
}
.ttl{
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 15px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.sec{
	margin-bottom: 65px;
	text-align: left;
	line-height: 1.8;
}

@media screen and (max-width: 834px){
	#policy{
		font-size: 14px;
	}
	.ttl{
		padding-bottom: 12px;
		margin-bottom: 20px;
		font-size: 17px;
	}
	.sec{
		margin-bottom: 40px;
		line-height: 1.7;
	}
}