/*@charset "utf-8";*/
/*CSS Info ======================================================================
File Name: Englobal.css
Editor: Rebecca
CreateDate:2025/04/18
Version: 1.0
---------------------------*/


h1 {
    font-size:1.8rem;
    line-height:60px;
    padding: 0;
}
.TitleBar .webTitle .Logo {
    margin-right: 0.5rem;
}

@media only screen and (max-width: 76.1875em) {
    .TopNavArea {
        width: calc(30% - 0.5rem);
    }
    .WebName {
        width: 80%;
    }
    .WebName h1 {
        padding:0;
        line-height: 2rem;
    }
}
@media only screen and (min-width: 48em) and (max-width: 61em) {
    .TopNavArea {
        width: calc(40% - 0.5rem);
    }
    .TitleBar .webTitle {
        width: calc(100% - 30px);
    }
    .WebName {
        width: 80%;
    }
    .WebName h1 {
        line-height: 1.8rem;
        padding: 0;
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 47.9735em) {
    .TitleBar .webTitle {
        width: calc(100% - 30px);
    }
    .WebName {
        width: 80%;
    }
        .WebName h1 {
            padding: 0;
            font-size: 1rem;
            line-height: 1.1rem;
        }
}


#webMenu .Menu .firMenu li {
    font-size: 1rem;
}
    #webMenu .Menu .firMenu li a, #webMenu .Menu .firMenu li span {
        width: unset;
        padding: calc(1.2rem - 6px) 2rem;
    }

/*    Environment analysis setting
================================================== */
