@charset "utf-8";

section { margin-bottom: 50px;}
section ul {
	margin-bottom: 2em;
}
section ul li {
	margin-left: 1em;
	margin-bottom: 1em;
	text-indent: -1em;
}
section ul li::before {
	content: "●";}

@media screen and (min-width: 641px) {

}

@media screen and (max-width: 640px) {

}