.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%);
}




.column_title_01 {
    display: inline-block;
    position: relative;
    padding: 20px 2.5em 20px 2.5em;
	font-size:150%;
	font-weight:400;
	margin-top:30px;
	color:#333;
	line-height:150%;
}
.column_title_01 span {
    color: #ff0000;
	font-size:120%;
}
.column_title_01::before,
.column_title_01::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 45px;
    height: 2px;
    background-color: #333;
}
@media screen and (max-width: 599px) {
.column_title_01 {
    padding: 20px 1.0em 20px 1.0em;
}
.column_title_01::before,
.column_title_01::after {
    top: 45%;
    width: 15px;
}
}
.column_title_01::before {
    left: 0;
}

.column_title_01::after {
    right: 0;
}
