@charset "UTF-8";

/**
 * オリジナルcss
 */



#footer .footer_content_main{
    display: -webkit-flex;
    display: flex;
    max-width: 1110px;
    margin: 0 auto;
}

#footer .footer_content_element{
    width: 50%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#footer .footer_content_element h3{
    text-align: left;
}

#footer .credit{
    text-align: center;
}

#footer-navi ul{
    margin-top: 16px;
}

.footer_button_sp{
    display: none;
}

@media screen and (max-width: 1110px){
}
@media screen and (max-width:740px){
    #footer .footer_content_main{
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    #footer .footer_content_element{
        width: 100%;
    }

    #footer .credit{
        height: 50px;
        line-height: 50px;
        font-size: 0.9em;
    }

    .footer_button_sp{
        display: -webkit-flex;
        display: flex;
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 100;
    }

    .footer_button_sp a{
        width: 50%;
        height: 70px;
        color: #FFF;
        font-weight: bold;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .footer_button_sp a:hover{
        color: #FFF;
    }

    .footer_button_sp a:first-child{
        background-color: #15C1E0;
    }

    .footer_button_sp a:last-child{
        background-color: #FF3E60;
    }

    .footer_button_sp a i{
        margin-right: 3px;
    }

    #footer{
        margin-bottom: 70px;
    }

    .home #footer{
        margin-bottom: 0;
    }

}
@media screen and (max-width:639px){
}
@media screen and (max-width:500px){
}

