
.guide-page-headline{
	color: #000;
	background: none;
	padding: 0 10px;
}
.guide-page-headline-inner{
	font-size: 1.75rem;
	font-weight: 500;
	color: #000;
}
.guide-page-heading-bullet-circle{
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.25;
	margin: 25px 0 15px;
	padding: 0 0 0 1.2em;
	position: relative;
	color: #4B976D;
	padding: 5px 0 0 50px;
}
.guide-page-heading-bullet-circle:before{
	content: '';
	border: solid 6px #5FC18B;
	border-radius: 50%;
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 0;
}
#main h3.guide-page-heading-bullet-circle{
	font-size: 1.25rem;
}
.guide-page-ul{
	list-style: none;
	margin-left: 15px;
}
.guide-page-ul a.article-arrow-link{
	padding-left: 0;
	margin-left: -10px;
}
#main .guide-page-anchor-list .guide-page-button-inner:after{
	content: '';
}
@media screen and (max-width: 667px) {}
@media (min-width: 768px) {
	.guide-page-headline{
		padding: 0;
	}
}
