a {
  color: #0F284D;
}
a:hover {
  color: #284e88;
}
.sp-megamenu-parent >li > a {
  background: #fff;
  color: #0F284D;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

.sp-megamenu-parent >li.active>a {
  background: #0F284D;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

.sp-megamenu-parent >li:hover>a {
  background: #0F284D;
  color: #fff;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  background: #0F284D;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
  color: #0F284D;
}
#offcanvas-toggler >i {
  color: #0F284D;
}
#offcanvas-toggler >i:hover {
  color: #284e88;
}

#sp-footer {
  background: #0F284D !important;
  padding: 50px 0 !important;
}

.menuimpressummenu {
  
}