.menu_pc .on_05 {
}
.menu_pc .on_05 a{
	color:#e70010;
	text-decoration:none;	
	pointer-events: none;
}
.menu_pc .on_05 a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #e70010;

	transform: translateX(-50%);
}
