.menu_pc .on_03 {
background-color:#0d3d92;
}
.menu_pc .on_03 a{
color:#FFF;
text-decoration:none;
pointer-events: none;
}

.menu_pc .on_03 a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #fff;
	transform: translateX(-50%);
}