@media screen and (min-width: 768px) {
/*fLnav*/
#posStartNav{        position: absolute;        top: -40px; pointer-events: none;}
#wrapCurNav.fix {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 10;
    width: 100%;
  }
#wrapCurNav.fix .boxLnav{margin: 0 auto 10px;}
 /*#newPlanLP #wrapCurNav .curNav img{height: 43px;    width: auto;}*/

.wrapLnav{
width: 100%;
margin: 0 0 0 auto; 
padding: 0 0 1rem 0;
text-align: center;
position: absolute;
top: -50px;
z-index: 2;
}
.boxLnav{
max-width: 900px;
height: 100px;
margin: 0 auto 10px;
background: #fff;
border-radius: 50px;
box-shadow: 0px 8px 4px 0px rgba(36, 83, 188, 0.35);
}
.boxLnav .ulLnav{ display: flex;}
.boxLnav .ulLnav > li{
width: calc(100% / 2);
height: 100px;
text-align: center;
position: relative;
}/*
.boxLnav .ulLnav > li:nth-child(1){width: 60%;}
.boxLnav .ulLnav > li:nth-child(2){width: 40%;}*/
/*.boxLnav .ulLnav > li.link-current::after{
    content: '';
    display: block;
    height: 3px;
    width: 70%;
    background: #EBBE92;
background: linear-gradient(90deg,rgba(235, 190, 146, 1) 0%, rgba(244, 167, 201, 1) 30%, rgba(161, 100, 188, 1) 60%, rgba(103, 118, 232, 1) 75%, rgba(46, 183, 255, 1) 100%);
    bottom: -17px;
    left: 15%;
    position: relative;
}*/
.boxLnav .ulLnav > li a{
height: 100%;
    display: block;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    color: #000;
    position: relative;
}
.boxLnav .ulLnav > li:last-child a{border: none;}
.boxLnav .ulLnav > li.link-current a{
    transition: none !important;
}
.boxLnav .ulLnav > li a .txt{
    display: block;
    width: 100%;
    padding: 0 0 10px 5px;
    /*line-height: calc(80px - 2rem);*/
    line-height: 1;
    font-weight: bold;
}
.boxLnav .ulLnav > li a .txt .txtBlue{
    display: inline-block;
    color: #0070D6;
    font-size: 12px;
    margin: 0 auto 10px;
}
.boxLnav .ulLnav > li:not(:last-child) a .txt {
    border-right: solid 1px #E6E6E6;
            /*padding-right: 5px;*/
}
.boxLnav .ulLnav > li a::after {
content: '\FF1E';
        display: block;
        transform: rotate(90deg) scale(.6, 1);
        font-weight: bold;
        position: absolute;
        color: #EB5505;
        bottom: .5rem;
        left: calc(50% - .3rem);
        right: auto;
}
/*
.boxLnav .ulLnav > li:nth-child(1) a::after {right: calc(50% - 7rem);}
.boxLnav .ulLnav > li:nth-child(2) a::after {right: calc(50% - 4.2rem);}
*/


}

/*WIDE SCREEM*/
@media screen and (min-width: 1200px) {
#wrapCurNav.fix{
    width: calc(100% - 180px);
  top: 10px;
  left:auto;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
 
  .wrapLnav{
    padding: 1rem 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
.boxLnav .ulLnav > li a .txt{font-size: 1.6vw;padding-right: 1vw;}
.boxLnav .ulLnav > li a::after {right: 2.0rem;}
}

    

/*--SP--*/
@media screen and (min-width: 0px) and (max-width: 767.98px) {
    /*fLnav*/
#posStartNav{        position: absolute; top: -11vw; pointer-events: none;}
#wrapCurNav.fix {
    position: fixed;
    top: 44px;
    left: 0;
    z-index: 10;
    width: 100%;
  }

#wrapCurNav nav {
    position: relative;
    height: inherit;
  }
.wrapLnav{
width: 100%;
padding: 0 4vw;
position: absolute;
top: -18vw;
z-index: 2;
left: 0;
}

.boxLnav{
width: 100%;
background: #fff;
margin: 0 auto 0;
padding:0 2vw;
border-radius: 5vw;
box-shadow: 0px 8px 4px 0px rgba(36, 83, 188, 0.35);
}
.boxLnav .ulLnav{ display: flex;flex-wrap: wrap;}
.boxLnav .ulLnav > li{
width: calc(100% / 2);
height: 18vw;
text-align: center;
position: relative;
}
/*
.boxLnav .ulLnav > li.link-current::after{
    content: '';
    display: block;
    height: .6vw;
    width: 70%;
    background: #EBBE92;
    background: linear-gradient(90deg, rgba(235, 190, 146, 1) 0%, rgba(244, 167, 201, 1) 30%, rgba(161, 100, 188, 1) 60%, rgba(103, 118, 232, 1) 75%, rgba(46, 183, 255, 1) 100%);
    bottom: .6vw;
    left: 15%;
    position: relative;
}
    */
.boxLnav .ulLnav > li a{
height: 100%;
    display: block;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
padding: 3vw 0;
font-size: 3.2vw;
    color: #000;
    position: relative;
}
/*.boxLnav .ulLnav > li:nth-child(3) a,.boxLnav .ulLnav > li:nth-child(4) a{padding: 5vw 0 1vw;}*/
.boxLnav .ulLnav > li:nth-child(1),.boxLnav .ulLnav > li:nth-child(2){border-bottom: solid 1px #E6E6E6;}
.boxLnav .ulLnav > li:last-child a{border: none;}
.boxLnav .ulLnav > li.link-current a{
    transition: none !important;
}
.boxLnav .ulLnav > li a .txt{
    display: block;
    width: 100%;
    padding: 0 0 5vw 2vw;
    line-height: 1;
    font-weight: bold;
}
.boxLnav .ulLnav > li:nth-child(odd) a .txt {
    border-right: solid 1px #E6E6E6;
}
/*.boxLnav .ulLnav > li:nth-child(3) a .txt,.boxLnav .ulLnav > li:nth-child(4) a .txt{    margin: 2vw 0 0 0;}*/
.boxLnav .ulLnav > li a .txt .txtBlue{
    display: inline-block;
    color: #0070D6;
    font-size: 12px;
    margin: 0 auto 10px;
}

.boxLnav .ulLnav > li a::after {
content: '\FF1E';
    display: block;
    transform: rotate(90deg) scale(.6, 1);
    font-weight: bold;
    position: absolute;
    left: calc(50% - .5em);
    bottom: 1.5vw;
        left: calc(50% - .3rem);
        right: auto;
    color: #EB5505;
}
/*.boxLnav .ulLnav > li:nth-child(3) a::after ,.boxLnav .ulLnav > li:nth-child(4) a::after {bottom: -0.5vw;}*/



}
body.stop #wrapCurNav,
body.stop #wrapCurNav.fix{opacity: 0;}
#wrapCurNav,
#wrapCurNav.fix {opacity: 1;}