@charset "UTF-8";

main section{
	margin-bottom: 40px;
}
main section.arrow:after{
	content:" ";
	display:block;
	width:300px;
	height:80px;
	background:url("/img/guide/arrow.png") no-repeat;
	background-size:contain;
	vertical-align:middle;
	margin: 0 auto;
	margin: 50px auto 0;
}
.und span.st{
	background: #E6163C;
	color: #FFF;
	border-radius: 100px;
	padding: 5px 10px;
	margin-right: 5px;
	font-weight: normal;
}
@media screen and (max-width: 320px) {
	main section.arrow:after{
		width:150px;
		height:40px;
	}
}




main section p,
main section ul{
	margin-bottom: 10px;
}
main section li{
	list-style-type: disc;
	margin-left: 20px;
}
