/*-----------------------------フッター------------------------------*/
.footer, .footer_bg {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 30px;
    align-items: center;
    width: 100%;
}

.footer_green {
    display: flex;
    position: relative;
    background-color: #009E41;
    width: 100%;
    height: 30px;
}

@media(max-width: 680px) {
    .footer_green {
    display: flex;
    position: relative;
    background-color: #009E41;
    width: 100%;
    height: 20px;
    }
}

@media(max-width: 480px) {
    .footer_green {
    display: flex;
    position: relative;
    background-color: #009E41;
    width: 100%;
    height: 15px;
    }
}

.footer_blue {
    display: flex;
    position: relative;
    background-color: #018BD4;
    width: 100%;
    height: 55px;
}

@media(max-width: 680px) {
    .footer_blue {
        display: flex;
        position: relative;
        background-color: #018BD4;
        width: 100%;
        height: 40px;
    }
}

@media(max-width: 480px) {
    .footer_blue {
        display: flex;
        position: relative;
        background-color: #018BD4;
        width: 100%;
        height: 35px;
    }
}

/*-------------------------------*/
.company_add, .company_nm {
    font-size: 12px;
}

@media(max-width: 680px) {
    .company_add, .company_nm {
        font-size: 9px;
    }
}

@media(max-width: 480px) {
    .company_add, .company_nm {
        font-size: 7px;
    }
}
/*-------------------------------*/

.company_nm {
    text-align: center;
}

.footer_info {
    position: absolute;
    margin-top: 8px;
    color: #fff;
}

