@charset "utf-8";
section > ul.hoshinlist > li {
	border-bottom: 1px solid #CCC;
	padding-bottom: 1em;
	padding-left: 1.5rem;
	position: relative;
}
section > ul.hoshinlist > li:not(:last-child) {
	margin-bottom: 1em;
}
section > ul.hoshinlist > li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	background: #075DA8;
	height: 1em;
	width: 5px;
	top: 0.4em;
}
@media screen and (max-width: 834px) {}