.feature_item_contents h3{
  width:100% !important
}
#wrapper .feature_item_contents .feature_item_list{
	width: 100%;
}
#nav02 .feature_item_contents .feature_item_box{
	width: calc((99.99% - 20px*4)/5);
	padding: 5px;
}
#nav02 .feature_item_contents a{
	padding-bottom: 0px!important;
}
#nav04{
	padding-right: 15px;
	padding-left: 15px;
}
@media screen and (max-width:767px){
	#nav02 .feature_item_contents .feature_item_box{
		width: 100%;
	}
}
.feature_item_box_name a{
	color: #004cb3 !important;
	text-decoration: underline!important;
}