.sp_title{
	display: block !important ;
}
.pc{
	display: none !important;
}
.tb{
	display: none !important;
}

#side_menu{
	width:100%;
	text-align: center;
	display: flex;
	justify-content: space-around;
}
#side_menu ul li{
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
  width: fit-content;
  margin: auto;
}
.sub2_action_bar{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.sub2_action{
	width:22vw;
	/*padding: 1.0rem 1.0rem 1.0rem 1.0rem !important;*/
}
#side_menu ul li img{
	width:100%;
	max-width: 100%;
	height: auto;
}
.side_menu_a{
	display:block;
}
.side_menu_img{
	width:100%;
}
.sub2_action{
	justify-content: center;
	background: white;
	border-radius: 9999px;
	text-align: center;
	width: 20vw;
	font-size: min(3vw,0.8rem);
	white-space: nowrap;
	border: solid 1px #BDBDBD;
	display: flex;
	align-items: center;
	height: 3rem;
	margin-right: 4vw;
	margin-bottom: 1rem;
}
.sub2_action:last-child{
  margin-right:0;
}
.container-fluid2{
	background-color: #0057A3;
	color:#FFF;
	z-index: 0;
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.page_title{
	padding-bottom: 1.0rem !important;
  padding-top: 0.0rem !important;
  font-size: 1.8rem;
	font-weight: 600;
	color: #000;
}
.sub_menu_box{
	width:calc(100vw / 4 );
	height: fit-content;
	padding-top:0.5rem;
	padding-bottom:0.5rem;
}
.sub_menu_box:hover{
	/*background-color: #478EC8;*/
}
.sub_menu_box:hover .sub_menu_text{
	color: #478EC8;
}
.sub_menu_box:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
.sub_menu_icon {
  width: 5vw;
  margin: 0 auto;
}
.sub_menu_text {
  margin-top:0.5rem;
  font-size: 0.8rem;
}
sub_a:hover{
	color:#FFF;
}
.sub_menu_arrow {
display: none !important;
}

.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-4px) translateX(0px) rotate(45deg);
  transform: translateY(-4px) translateX(0px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(4px) translateX(0px) rotate(-45deg);
  transform: translateY(4px) translateX(0px) rotate(-45deg);
}