.menu_pc .on_02 {
}
.menu_pc .on_02 a{
	color:#186ace;
	text-decoration:none;	

}
.menu_pc .on_02 a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #186ace;

	transform: translateX(-50%);
}

.title {
background-image: url(../../images/bg_02.jpg);
background-position:center;
}
.box{
background-color:#f9f9f9;
-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;  
border-radius:10px 10px 10px 10px;
padding:10px;
margin-bottom:20px;
width:100%;
}

.box_02{
background-color:#ffffff;
-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;  
border-radius:10px 10px 10px 10px;
padding:10px;
margin-bottom:20px;
width:100%;
}

@media screen and (max-width: 767px) {
.box {
	font-size:90%;
}
.box_02{
	font-size:90%;
}
}

.contents {
	background-color:#ebedf0;
}

.category_menu {
display: inline-block;
padding: 0.4em 0em;
width:100%;
margin-bottom:10px;
text-align:center;
text-decoration: none;
border-radius: 3px;
transition: .4s;

color: white;
font-weight:700;
}
.category_menu:hover {
color: #fff;
text-decoration:none;
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}
.category_bg_01{
background: #0f61aa;
}
.category_bg_02{
background: #10ad68;
}
.category_bg_03{
background: #ff850d;
}
.category_bg_04{
background-color:#dcf1ff;
}
.category_bg_05{
background-color:#edfdf6;
}
.category_bg_06{
background-color:#fff8e8;
}
.category_title{
padding:10px 0;
margin-top:20px;
margin-bottom:15px;
text-align:center;
font-size:1.5em;
color:#FFF;
font-weight:700;
}
.category_color_00{
color:#FFF;
}
.category_color_01{
color:#0f61aa;
}
.category_color_02{
color:#10ad68;
}
.category_color_03{
color:#ff850d;
}
.category_sublead{
border-radius:8px;
width:100%;
margin-bottom:10px;
padding:5px 0px 5px 5px;
text-align:center;
font-weight:700;
}

@media screen and (max-width: 599px) {

}