
@media screen and (min-width: 1px) {
  .menu a {
    border-bottom: none !important;
  }
  .MMM--theme-hd {
    background-color: #fff;
    border-bottom: 0;
    padding: 0;
    top: 0;
    left: 0;
  }
  .MMM--themeWrapper {
    background: none
  }
  @media screen and (min-width: 1440px) {
    .MMM--themeWrapper {
      max-width: 1440px;
    }
  }
  /*------------------nav-----------------------*/
  .menu {
    display: block;
    transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
  }
  .menu_rotate {
    transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
  }
  .menu_open {
    z-index: 200;
  }
  .menu_open .menu_rotate {}
  .menu a {
    text-decoration: none;
    font-size: 20px;
    color: #4d4d4d
  }
  .top_menu {
    top: 1%;
    right: 10px;
    position: fixed;
    z-index: 201;
    cursor: pointer;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 6px;
    display: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .icon-bar {
    display: block;
    width: 40px;
    height: 3px;
    border-radius: 0;
    background-color: #ed6d00;
    margin: 5px 0 7px 0;
    -webkit-transition: background-color .35s, -webkit-transform .175s cubic-bezier(.215, .61, .355, 1), opacity .175s cubic-bezier(.215, .61, .355, 1);
    transition: background-color .35s, transform .175s cubic-bezier(.215, .61, .355, 1), opacity .175s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateY(0)translateZ(0);
    transform: translateY(0)translateZ(0);
  }
  .root_menu_closed .menu_line_1 {
    -webkit-transform: translateY(10px)rotate(45deg);
    -ms-transform: translateY(10px)rotate(45deg);
    transform: translateY(10px)rotate(45deg);
  }
  .root_menu_closed .menu_line_2 {
    opacity: 0;
  }
  .root_menu_closed .menu_line_3 {
    -webkit-transform: translateY(-10px)rotate(-45deg);
    -ms-transform: translateY(-10px)rotate(-45deg);
    transform: translateY(-10px)rotate(-45deg);
  }
  /* vertical-nav */
  .top-nav-m {
    position: fixed;
    width: 100%;
    text-align: right;
    z-index: 10;
    display: block;
  }
  .top-nav-m ul {
    margin: 0;
    padding: 10px 2vw;
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
  }
  .top-nav-m li {
    display: inline-block;
  }
  @media screen and (max-width: 767px) {
    /* nav */
    .top_menu {
      display: block
    }
    .menu {
      display: none;
    }
    .menu_open {
      display: block;
      background-color: #fff;
      height: 100%;
      z-index: 11;
    }
    .top-nav-m {
      text-align: center;
      height: 100%;
      padding-top: 50px;
    }
    .menu a {}
    .cd-dot {
      display: inline-block;
      border-right: solid 0;
      height: 0;
      margin: 0;
    }
    .top-nav-m ul {
      padding-top: 5%;
    }
    .top-nav-m li {
      display: block;
      border-bottom: dashed 1px #ed6d00;
      width: 70%;
      margin: auto;
      padding: 6% 0 4%;
    }
    .top-nav-m li:nth-child(3) .cd-dot {
      border: dashed 0px;
    }
    .extra-style img.isDt {
      display: none
    }
  }