
/*PC*/
@media screen and (min-width: 768px) {
 #newPlanLP #wrapCurNav.fix {
    width: 100%;
    position: relative;
  }
  #newPlanLP #wrapCurNav.fix .boxLnav{
    margin: 0 auto ;
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
  }
 /*#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;*/
}
#newPlanLP #wrapCurNav.fix .boxLnav{width: calc(100% - 180px);}
  
}
/*SP*/
@media screen and (min-width: 0px) and (max-width: 980px) {
 #newPlanLP #wrapCurNav.fix {
    width: 100%;
    position: relative;
  }
  #newPlanLP #wrapCurNav.fix .boxLnav{
    margin: 0 auto 0;
    position: fixed;
    bottom: 0;
    z-index: 10;
  }
 /*#newPlanLP #wrapCurNav .curNav img{height: 56px;    width: auto;}*/

}
 #newPlanLP #wrapCurNav{display: none;}
  #newPlanLP #wrapCurNav.fix{display: block;}

 #newPlanLP #wrapCurNav nav {
    position: relative;
    height: inherit;
  }
 /*#newPlanLP #wrapCurNav .curNav{display: none;}*/
 /*#newPlanLP #wrapCurNav .curNav.link-current {      display: block;  }*/

