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

	transform: translateX(-50%);
}



.fukidashi {
    position: relative;
    padding: 5px 5px 5px 10px;
    border: 3px solid #ffca00;
    font-weight: 700;
    font-size: 110%;
	border-radius:5px;
	margin-top:30px;
	margin-bottom:15px;
	background-color:#ffca00;
	color:#333;
}

.fukidashi:before,
.fukidashi:after {
    position: absolute;
    top: 100%;
    left: 30px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.fukidashi:before {
    margin-left: -12px;
    border-color: transparent;
    border-top-color: #ffca00;
    border-width: 12px;
}

.fukidashi:after {
    margin-left: -8px;
    border-color: transparent;
    border-top-color: #ffca00;
    border-width: 8px;
}