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