@media screen and (min-width: 1024px), print {
  .m-nav_item.is-active {
    background-color: #16496a; }
    .m-nav_item.is-active .m-nav_Category {
      color: #fff; }
      .m-nav_item.is-active .m-nav_Category:hover {
        background-color: #2d729c; }
  .m-nav_Category {
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center; }
  .m-header,
  .m-contentsContainer {
    -ms-transform: none !important;
        transform: none !important; }
  .m-nav_Category:hover {
    background-color: #d6e7f0; }
  .m-subNav_list a {
    font-size: 1.3rem;
    font-weight: 500;
    color: #0e0b4f;
    transition: 0.1s linear; }
  .has-lnav .m-footer {
    padding-left: 256px; } 
  .m-nav_spSub{
    display: none;
  }

  }

@media screen and (min-width: 1024px), print {
  .m-lnav {
    float: left;
    position: fixed;
    width: 256px; }
    .m-lnav a {
      text-decoration: none; }
  .m-contentsContainer .m-lnav {
    z-index: 20; }
  .m-lnav-business {
    position: relative; }
  .has-lnav .m-contentsWrap {
    margin-left: 256px; }
  .m-lnav_title {
    font-size: 1.6rem;
    display: table;
    width: 100%;
    height: 100px;
    color: #0e0b4f; }
    .m-lnav_title a {
      display: table-cell;
      padding: 0 10px 0 24px;
      vertical-align: middle;
      text-decoration: none;
      background-color: #fff; }
  .m-lnav_itemInner {
    position: relative;
    display: table;
    transition: 0.1s linear;
    width: 100%; }
    .m-lnav_itemInner .m-lnav_itemInnerTxt {
      display: table-cell;
      height: 60px;
      padding-left: 39px;
      padding-right: 20px;
      vertical-align: middle;
      }
    .m-lnav_itemInner .m-lnav-subListOpen {
      position: absolute;
      right: 0;
      display: block;
      width: 50px;
      height: 60px; }
  .m-lnav-subList {
    display: none;
    margin-left: 32px;
    position: relative;
    overflow: hidden;
    }
  .m-lnav-subList2 {
    display: none; } 

  .m-nav_itemInner{
    height: 61px;
  }
  .m-lnav_item.is-active .m-lnav_itemInnerTxt:before{
    left: 23px;
  }
  .m-lnav-accordion.m-lnav_itemInner .m-lnav_itemInnerTxt{
    padding-left: 50px;
  } 
  .m-lnav-subList:after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.15);
    z-index: 10;
}
  }
