html{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.ly_front-header{
    height:70px;
    width: 100%;
    background-color: #339933;
    
}
.bl_front-header-inner{
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.bl_front-header_logo-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left:20px;
}
.bl_front-header_logo{
    height:30px;
    width:240px;
}
.bl_front-header_nav-wrapper{
    display: none;
}
.bl_front-header_languageWrapper{
    background-color: #fff;
    color:#4B913C;
    padding: 5px 10px;
    font-size:14px;
    text-align: center;
    letter-spacing: .5px;
}

.bl_footer{
    background-color: #339933;
    color:#fff;
    height:200px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
}
.bl_footer-copyrightWrapper{
    position: absolute;
    bottom:10px;
    text-align: center;
    width: 100%;
}
.bl_footer-copyright{
    font-size: 10px;
}


.bl_footer-logoWrapper{
    width: fit-content;
    padding-top: 20px;
    padding-left:20px;
    height: auto;
}
.bl_footer-logo{
    height:30px;
    width:240px;
}

.bl_footer-navWrapper{
    padding-top:16px;
    padding-right:110px;
}
.bl_footer-nav-row{
    display: flex;    
    margin-bottom: 10px;
    margin-left: 10px;
}
.bl_footer-navItem{
    font-size:11px;
    margin-left: 5px;
}


.bl_nav-ul{
    display: flex;

}

@media screen and (min-width: 768px) {
    .bl_front-header_nav-wrapper{
        display: block;
        
    }
    .bl_front-header_logo{

    }
    .bl_front-header_logo-wrapper{
        padding-left:50px;
    }
    .bl_front-header_nav-sp{
        display: none;
    }
    .bl_front-header_languageWrapper{
        width: 200px;
        padding: 5px 20px;
        height:30px;
    }
    .bl_footer{
        height: 90px;
        flex-direction: row;
        justify-content: space-between;
    }
    .bl_footer-logoWrapper{
        padding-left:50px;
        padding-top: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%;

    }
    .bl_footer-nav-row{
        margin-left: 0;
    }

    
}