<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#voice {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
@media all and (max-width: 767px) {
#voice {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
}
/*voice--------------------------------------------------------------------*/
.voice_set{
	width: 100%;
	margin: 0 0 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.voice_set &gt; li{
	width: 100%;
	margin: 0 0 20px 1em;
	padding: 0 0 0 0;
	list-style: none;
	position: relative;
}
.voice_set &gt; li::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(23, 168, 230, 0.72);
  position: absolute;
  top: 9px;
  left: -15px;
  margin: auto;
}</pre></body></html>