@charset "utf-8";
/*----------------------------------
thema
------------------------------------*/
#thema ul li::before {
	content: "●" ;
	margin-right: 1rem;
}
#thema ul li {
	margin-bottom: 3rem;
}
#thema ul li:last-child {
	margin-bottom: 0;
}