
/*PC*/
@media screen and (min-width: 768px) {
 #newPlanLP #wrapCurNav.fix {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 10;
    width: 100%;
  }
  #newPlanLP #wrapCurNav.fix .boxLnav{margin: 0 auto 10px;}
 /*#newPlanLP #wrapCurNav .curNav img{height: 43px;    width: auto;}*/
}
/*WIDE SCREEM*/
@media screen and (min-width: 1200px) {
 /*#newPlanLP #wrapCurNav{top: 0;}  */
 #newPlanLP #wrapCurNav.fix {
  top: 10px;
  left: 90px;
}
  
}
/*SP*/
@media screen and (min-width: 0px) and (max-width: 980px) {
 #newPlanLP #wrapCurNav.fix {
    position: fixed;
    top: 44px;
    left: 0;
    z-index: 10;
    width: 100%;
  }
  #newPlanLP #wrapCurNav.fix .boxLnav{margin: 0 auto 10px;}
 /*#newPlanLP #wrapCurNav .curNav img{height: 56px;    width: auto;}*/

}


 #newPlanLP #wrapCurNav nav {
    position: relative;
    height: inherit;
  }
 /*#newPlanLP #wrapCurNav .curNav{display: none;}*/
 /*#newPlanLP #wrapCurNav .curNav.link-current {      display: block;  }*/

