.pc{
	display: none !important;
}
.sp{
	display: none !important;
}
.hideheader{
	display: none !important;
}

.sp_title {
  display: block !important;
}

.content-body {
  padding-right: 0rem;
}

.dlabnav{
	top:0 !important;
}
.brand-logo img {
  width: auto;
}
#side_menu{
	width:100%;
	text-align: center;
	display: flex;
	justify-content: space-around;
	height: 5rem;
	align-items: center;
}
#side_menu ul li{
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
  width: fit-content;
  margin: auto;
  align-items: center;
}
.sub2_action_bar{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 1rem;
}
.sub2_action{
	width:8rem;
	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:flex;
}
.side_menu_img{
	width:100%;
}
.sub2_action{
	background: white;
	border-radius: 9999px;
	text-align: center;
	width: fit-content;
	font-size: min(3vw,1.0rem);
	white-space: nowrap;
	border: solid 1px #BDBDBD;
	display: flex;
	align-items: center;
	height: 2rem;
	margin-right: 1rem;
	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;
	max-width: 120%;
	width: calc(100% + 2rem);
	margin-left: -1rem;
	margin-top: -1.875rem;
}
.page_title{
	padding-bottom: 1.0rem !important;
  padding-top: 0.0rem !important;
  font-size: 1.8rem;
	font-weight: 600;
	color: #000;
}
.sub_menu_text {
  font-size: 1.0rem;
  white-space: nowrap;
}
.sub_menu_text::after {
  content: "";
  display: inline-block;
  background-image: url('../images/new/arrow.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  white-space: nowrap;
}
.sub_menu_box{
	height: fit-content;
	padding: 1vw;
	width: 20vw;
	margin: 0 auto;
	border-radius: 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: 3vw;
margin-right: 0.7rem;
}
.sub_menu_icon img{
	width: 1.2rem;
}
.sub_menu_arrow img{
	width: 0.5rem;
}
.sub_menu_arrow {
width: 1.5vw;
margin-left: 1.4rem;
padding-right: 0.2rem;
transform: rotate( 90deg);
}
.sub2_action_bar::after{
  content: "";
  display: inline-block;
  background-image: url('../images/new/arrow.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  white-space: nowrap;
}