li {
    list-style: none;
}
a,
a:focus,
a:hover {
    text-decoration: none;
}
.mobileType-nav-toggle{
    position: absolute;
    top: 11px;
    z-index: 99999;
    width: 100px!important;
}
.mobileType-nav-toggle span{
   line-height: 1.5;
    margin-right: 18px;
    font-size: .85rem;
}
.sticky-nav .mobileType-nav-toggle:before{
    position: absolute;
    right: -10px;
}
/* PC */
@media screen and (min-width: 1200px) {
 .nav-new-ul{
        position: absolute;
    }
    .sticky-nav .nav-new-ul ul.sticky-nav-menu li + li {
        border-top: 0 !important;
        margin-left: 10px;
    }

    .nav-new-ul ul {
        display: flex !important;
        align-items: baseline !important;
        line-height: 4;
    }

    .nav-new-ul ul li {
        position: relative;
    }

    .nav-new-ul ul li::after {
        content: '';
        width: 1px;
        height: 20px;
        background: #000;
        position: absolute;
        top: 50%;
        right: -5px;
        transform: translate3d(0, -50%, 0);
        margin-left: 10px;
    }

    .nav-new-ul ul li:nth-last-of-type(1)::after {
        position: unset;
    }
}
/*mobile*/
@media screen and (max-width: 767px){
    .parameter-list{
        position: absolute;
        top: 11px;
        left: -10px;
    }
    .sticky-nav .sticky-nav-list .sticky-nav-state:checked + ul.sticky-nav-menu {
        height: auto;
        padding-bottom: 15px;
    }
.product-detail-tile .heading {
    font-size: 1.2rem !important;
}
}
/* pad */
@media screen and (max-width: 1199px)and (min-width: 768px){
    .parameter-list{
        position: absolute;
        top: 11px;
        left: -10px;
    }
    [data-device-type*='pc'] {
        display: none!important;
    }
    [data-device-type*='mobile'] {
        display: block!important;
    }
    .sticky-nav .sticky-nav-list .sticky-nav-state:checked + ul.sticky-nav-menu {
        height: auto;
        padding-bottom: 15px;
    }
}
