            .jstl-header,
            .header .__banner,
            .header .__content-top,
            .jstl-mobile-nav{
                 display: none;
            }
            body{
                margin-top: 105px;
            }
            
            @media screen and (max-width: 600px) {
            .header .__content-top{
                display: table;
            }
            .header .__banner{
                display: table;
            }
            body{
                margin-top: 0px;
            }            }



            .p-news-notifier{
                display: block;
            }
            .p-news-notifier p.__content,
            .c-news-label{
                font-size: 0.8rem!important;
            }

            .gnav-pc{
                width: 100%;
                position: fixed;
                top:0;
                left:0;
                background-color:#FFFFFF;
                z-index: 100;
            }
            .gnav-pc .__menu {
                max-width: 100%;
            }

            .JustleHeader *,
            .JustleHeaderSearch *,
            .JustleHeaderMbl *{
                padding: 0;
                margin: 0;
            }

            .JustleHeader,
            .JustleHeaderMbl{
                display: flex;
                align-items: center;
                position: relative;
                width: 100%;
                height: fit-content;
                background-color: #FFFFFF;
            }

            .JustleHeaderMbl{
                display: none;
                z-index: 100;
            }
                        .JustleHeader > div,
            .JustleHeaderMbl > div {
                vertical-align: middle;
                padding: 0 10px;
            }
            .JustleHeader > div > a,
            .JustleHeaderMbl > div > a{
                display: block;
            }
            .JustleHeader > div > a:hover,
            .JustleHeaderMbl > div > a:hover{
                opacity: 0.7;
            }
            
            .JustleHeader ul,
            .JustleHeaderMbl ul{
                list-style: none;
            }
            .JustleHeaderLogo{
                position: absolute;
                left: 0;
                z-index: 1;
            }
            
            .JustleHeaderLogo img{
                max-width: 250px;
            }

            @media screen and (max-width: 1280px) {
            .JustleHeaderLogo img{
                max-width: 180px;
            }
            }
            


            .JustleHeaderIDCLogo{
                position: absolute;
                right: 0;
                z-index: 1;
            }
  
         
            .JustleHeaderIDCLogo img{
                max-width:100px;
            }

            .JustleHeaderMain{
                width: 100%;
                position: relative;
            }

            .JustleHeaderNavi{
                display: flex;
                text-align: center;
                align-items: center;
                width: fit-content;
                background-color: #FFFFFF;
                margin-left:auto;
                margin-right:10%;
            }


            .JustleHeaderNavi > li{
                width: fit-content;
                text-align: center;
                min-width: 68px;
                padding:5px;
            }
            @media screen and (max-width: 959px) {
            .JustleHeaderNavi > li{
                margin-bottom: 10px;
            }
            }
            .JustleHeaderNavi > li > a{
                width: fit-content;
                color: #555555;
                text-decoration: none;
            }
            .JustleHeaderNavi > li > a:hover figcaption{
                text-decoration: underline;
            }
            .JustleHeaderNavi > li > a:hover img{
                opacity: 0.7;
            }
            .JustleHeaderNavi figure{
                text-align: center;
            }
            .JustleHeaderNavi figure > img{
                max-width: 35px;
            }
            .JustleHeaderNavi figure > figcaption{
                font-size: 0.8rem;
                white-space: nowrap;
            }

            .JustleHeaderNaviTab{
                display: none;
            }
            @media screen and (max-width: 959px) {
            .JustleHeader{
                height: 60px;
            }

            .JustleHeaderNavi{
                position: fixed;
                left: 0;
                bottom: 0;
                width: 100%;
                box-shadow: 0px -2px 2px #AAAAAA;
                overflow: auto;
            }
            .JustleHeaderNavi > li{
                flex-grow: 1;
            }
          .JustleHeaderNaviTab{
                display: inline;
            }
            }
  
            @media screen and (max-width: 600px) {
            .JustleHeaderMbl{
                display: flex ;
            }
            }



                            li.JustleHeaderNaviFirst > a{
                    display: flex;
                    width: fit-content;
                    white-space: nowrap;
                }


                li.JustleHeaderNaviFirst > a > p{
                    position: relative;
                    font-size: 0.9rem;
                    text-align: left;
                    padding: 0 15px;
                    margin: auto;
                }
            @media screen and (max-width:960px) {
                li.JustleHeaderNaviFirst > a > p{
                    display: none;
                }
                li.JustleHeaderNaviFirst > a {
                    display: inline;
                }
            }


                li.JustleHeaderNaviFirst > a > p::before{
                    display: inline-block;
                    content:"ご利用ありがとうございます。";
                    position: absolute;
                    right:100%;
                    margin:0 10px;
                }
                
                li.JustleHeaderNaviFirst > a > p > span{
                    display: block;
                }
                li.JustleHeaderNaviFirst > a > p > span:nth-child(2):after{
                    content:"様";
                    margin-left:5px;
                }

                .JustleHeaderNaviBtm{
                    display: none;
                }
                
            @media screen and (max-width:960px) {
                .JustleHeaderNaviBtm{
                    display: inline;
                }
            }
