.gheader-inner .gnav-inner li.gnav-menu .gnav-under-inner li a.menu-plan {
  pointer-events: none;
  color: #000000;
}
.gheader-inner .gnav-inner li.gnav-menu .gnav-under-inner li a.menu-plan::before {
  width: 100%;
}

.sp-open header .sp-menu a.menu-plan {
  background-color: #000000;
  pointer-events: none;
}

.footer_sitemap a.menu-plan,
.sp-only a.menu-plan {
  color: #fff;
  background: #000000;
  pointer-events: none;
}

.sub_head {
  background: url(../img/plan/sub_head.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.planList {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 10px !important;
}
@media screen and (max-width: 768px) {
  .planList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.planList .planBox {
  margin: 0 !important;
  max-width: 290px;
  width: auto !important;
  min-height: auto !important;
}/*# sourceMappingURL=plan.css.map */