
.on_09 a{
	color:#fff;
	text-decoration:none;	
}
.on_09 a::after {
	position: absolute;
	bottom: 5px;
	left: 50%;
	content: '';
	width: 70%;
	height: 4px;
	background-color: #fff;
	transform: translateX(-50%);
}

.flow {
	margin: 16px auto;
	text-align: center;
}
.flow img{
	width:10%;
	margin-right:20px;
}

@media screen and (max-width: 640px) {

.flow img{
	width:10%;
	margin-right:10px;
}
}
