#sec01 ul{
	line-height: 2;
	margin-top: 10px;
}
#sec01 li{
	padding-left: 1em;
	text-indent: -1em;
	margin-top: .75em;
}
#sec01 li:before{
	content: "・";
	display: inline;
}
#sec01 h2{
	font-size: 1.8rem;
	margin: 40px 0 15px;
	line-height: 1.4;
}
#sec01 h3{
	font-size: 1.5rem;
	margin: 20px 0 5px;
	line-height: 2;
}

@media screen and (max-width: 768px){
	#sec01 ul{
		line-height: 2;
		margin-top: 1rem;
	}
	#sec01 h2{
		font-size: 1.6rem;
		margin: 3rem 0 1rem;
	}
	#sec01 h3{
		font-size: 1.4rem;
		margin: 1rem 0 0;
	}
}