/* -- Responsive -- */

.Overlay {
    width: 55%;
    min-width:690px;
    height: 100%;   
}

    .Overlay div {
        margin: 10%;
    }

.Menu-list .Main-list {
    font-size: 30px;
    font-weight: 400;
}

.Menu-list ul.Service {
    width: 100%;
    text-align: center;
    border-top: 1px solid #b5b5b5;
}

.Service li {
    display: inline-block;
    font-weight: 600;
}

    .Service li a {
        margin: 40px 0;
        font-weight: 600;
    }

    .Service li:nth-child(2) {
        padding: 0 50px;
    }

    .Service li:nth-child(4) {
        padding-left: 50px;
    }

/* -- OVERLAP -- */

.Menubtn,
.btn-open,
.btn-close,
.btn-open:hover,
.btn-close:hover {
    height: 50px;
    width: 50px;
    border-radius: 10px;
}

/* -- Respectively -- */


/* Index */
.Main_Page .Menubtn {
    background-color: rgba(159, 161, 160, 0.3);
}

.Main_Page .btn-close:hover,
.Main_Page .btn-open:hover {
    background-color: rgba(201, 208, 211, 0.2);
}

.Menubtn {
    background-color: #000E19;
}

.btn-close:hover,
.btn-open:hover {
    background-color: #000;
}

.btn-open:after {
    content: url(../img/Menu_525C66-01.png);
}

.btn-close:after {
    content: url(../img/Menu_525C66-02.png);
}

.Overlay {
     background-color: rgba(0,14,25, 0.9);
}

.Menu-list a{
    color: #f3f3f3;
}


.Menu-list {
    text-align: left;
}

.EachMenu {
    font-size:14px;
    font-weight:100;
    padding-bottom:15px;
}

.EachMenu a{
    padding-top:0 !important;
    padding-bottom:0 !important;
}



/* -- COMMON -- */
.Menubtn {
    position: fixed;
    right: 20px;
    z-index: 999;
    display: inline;
    line-height: 33px;
    top: 13.5px;
}

    .Menubtn a {
        display: inline-block;
        text-decoration: none;
    }

    .Menubtn div {
        display: inline;
    }

.MenuText {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    padding: 6px 15px 3px 0;
    float: right;
    color: #253147;
}

.Overlay {
    position: fixed;
    z-index: 99;
    right: 0;
    display: none;
    overflow: auto;
}

.Menu-list {
    display: inline-block;
    width: calc(100% - 20%);
    position: absolute;
    font-size: 0;
}

    .Menu-list .Main-list {
        padding: 15px 0;     
    }

    .Menu-list .Sub_bundle {
        padding: 25px 10px 0px 0px;
    }

    
    .Main-list {
        vertical-align: top;
    }

    .Menu-list a{
        text-decoration: none;
        margin: 0;
        
        display: block;
        padding: 7px 0 7px 28px;
    }

    .Menu-list .Sub-list:last-child a{
        padding-right:0;
    }


.Sub-list {
    font-size: 16px;
    font-weight: 600;
}

    .Menu-list a:hover {      
        text-decoration:underline;
    }

.Menu-list ul {
    margin: 0;
    padding: 0;
    display:block;
}
.Main-menu{
    width:100%;
}

.Main-menu li{
    display:inline-block;
}

.Main-list{
    width:27%;  
}

.Main-list a{
      padding-left:0;
}


.ITSolution .Sub-list{
   display:block;
}

.Products {
    padding-bottom:60px !important;
}


.Sub{
    width:73%;
    }

/* --- Site Nav --- */

.Page_Nav {
    align-items: center;
    justify-content: center;
}

    .Page_Nav div {
        display: inline-block;
        height: 20px;
        vertical-align: top;
    }

        .Page_Nav div a {
            vertical-align: text-top;
        }

.SubBtn {
    cursor: pointer;
}


.SubBtn > label {
    padding-right: 20px;
    padding-left: 5px;
    cursor: pointer;
}

.SubMenu {
    z-index: 1;
    display: block !important;
    top: -20px;
}

.Location div.Btn {
    display: inline-block;
}

.Location .Btn {
    padding-top: 20px;
    width: 20px;
    float: right;
    padding-right: 20px;
    cursor: pointer;
    right: 0;
    opacity: 1;
    position: relative;
    top: -20px;
}


.SubBtn {
    border-bottom: 1px solid #838D99;
}
.F3 .SubBtn {
    border-bottom: 1px solid #838D99;
}

.F3 .SubBtn{
    border-bottom: 1px solid #F3F3F3;
}

.C00 .SubBtn {
    border-bottom: 1px solid #000;
}
.C455 .SubBtn{
    border-bottom: 1px solid #455466;
}

.Location .Btn {
    background: url('../img/Nav_Down.png') no-repeat right center;
}
.C00 .Location .Btn{
    background: url('../img/Nav_Down_00.png') no-repeat right center;
}
.F3 .Location .Btn,
.MainSolution .SubBtn .Btn {
    background: url('../img/Nav_Down_F3.png') no-repeat right center;
}

.Location input:checked ~ .Btn {
    background: url('../img/Nav_Up.png') no-repeat right center;
}
.C00 .Location input:checked ~ .Btn{
    background: url('../img/Nav_Up_00.png') no-repeat right center;
}
.F3 .Location input:checked ~ .Btn,
.MainSolution .SubBtn input:checked ~ .Btn {
    background: url('../img/Nav_Up_F3.png') no-repeat right center;
}

.F3 .Page_01 .Page_Nav{
    color:#F3F3F3;
}


.SubBtn label:nth-child(1){
    text-align:center;
}

.SubBtn > label, .SubBtn > div {
    display: block;
}

.SubMenu input:checked ~ .List {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}


.List {
    display: block !important;
    position: absolute;
    background: white;
    height: auto !important;
    transform: scaleY(0);
    transform-origin: top left;
    transition-duration: 0.2s;
    -webkit-transform: scaleY(0);
    padding: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    min-width:114px;
}

    .List ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .List li {
        word-break: keep-all;
        white-space: nowrap;
        display: block;
        position: relative;
    }

.Location a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #000000;
}

    .Location a span {
        display: block;
        position: relative;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        padding: 5px;
    }

    .Location a:hover span {
        text-decoration: underline;
    }

.SubMenu {
    text-align: left;
    min-width:134px;
}


    .SubMenu > input {
        display: none;
        position: absolute;
        appearance: none;
        left: -100%;
        top: -100%;       
    }

        .SubMenu > input ~ * {
            opacity: 0;
            max-height: 0;
            overflow: hidden;
        }

        .SubMenu > input ~ .List {
            -webkit-transform: scaleY(0);
            -o-transform: scaleY(0);
            -ms-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: top;
            -o-transform-origin: top;
            -ms-transform-origin: top;
            transform-origin: top;
            transition: all .3s ease-in-out 0s;
            z-index: 4;
        }

        .SubMenu > input:checked ~ * {
            display: block;
            opacity: 1;
            max-height: 100%;
        }

        .SubMenu > input:checked ~ .List {
            -webkit-transform: scaleY(1);
            -o-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
        }

.c-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: transparent;
    cursor: default;
}

