@charset "utf-8";

ul.sonotalist {
	padding: 0.5em;
	list-style: none;
    font-size: 1.3rem;
}
ul.sonotalist li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	border-bottom: 1px solid rgba(172,208,250,1);
}
ul.sonotalist li:after,
ul.sonotalist li:before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}
ul.sonotalist li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid rgba(176,206,255,1);
}
ul.sonotalist li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(172,208,250,0.5);
	transform: rotate(60deg);
}

.sonotadiv{
z-index: 0;
}