@charset "utf-8";
#ppp  {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
  z-index: 0;
  background-color: rgba(36,64,141,1);
}
#ppp::before {
  z-index: -2;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  opacity: 0.2;
}

 .glow {
  z-index: -1;
  position: fixed;
  top: 50%;
  left: 50%;
  background-image: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.025), transparent);
}

 .glow-1 {
  width: 150vw;
  height: 150vh;
  margin-top: -75vh;
  margin-left: -75vw;
  animation: glow-1-move 25s linear infinite both;
}

@keyframes glow-1-move {
  from {
    transform: translate(-100%, 100%);
  }
  to {
    transform: translate(100%, -100%);
  }
}
  .glow-2 {
  width: 100vw;
  height: 100vh;
  margin-top: -50vh;
  margin-left: -50vw;
  animation: glow-2-move 25s linear 8.3333333333s infinite both;
}

@keyframes glow-2-move {
  from {
    transform: translate(-100%, 0%);
  }
  to {
    transform: translate(100%, 100%);
  }
}
.glow-3 {
  width: 120vw;
  height: 120vh;
  margin-top: -60vh;
  margin-left: -60vw;
  animation: glow-3-move 25s linear 16.6666666667s infinite both;
}

@keyframes glow-3-move {
  from {
    transform: translate(100%, 100%);
  }
  to {
    transform: translate(0%, -100%);
  }
}
@media only screen and (max-width:1482px) and (min-width:1025px) {
  #c_static_001-16420726227420 .e_navigationA-6 .p_level1Item a{
    font-size: 16px;
    padding: 15px 11px;
   line-height:0px; 
    display: block;
    text-align: center;
   }
#c_static_001-16420726227420 .e_container-1 .cbox-1-2{
flex: 0 0 19%;
}
}