@charset "utf-8";

/*
************************************************************************
* フッター
* @copyright Revolme Inc.
************************************************************************
*/

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */
#footer
{
    padding-top: 1em;
    background-color: #F2FAFE;
    color: #009BE4;
}
#footer-contents
{

}
#footer .row {
    padding-bottom: 40px;
}
#footer-logo {
    text-align: center;
    width: 223px;
    display: block;
    margin-bottom: 1em;
}
#footer .footer-left {
    float: left;
}
#footer .footer-left .text-01{
    font-size: 0.875em;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 0.2em;
}
#footer .footer-left .text-02{
    font-size: 2.25em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-bottom: 0.2em;
}
#footer .footer-left .text-03 {
    font-size: 0.9375em;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 0.5em;
}
#footer .footer-left .text-04 {
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 0.5em;
}
#footer .footer-left .text-05{
    font-size: 0.875em;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 0.5em;
}

#footer .footer-right {
    float: right;

}
#footer .footer-right .sitemap {
    color: #909090;
    float: left;
    margin-right: 2em;
}
#footer .footer-right .sitemap a {
    display: inline-block;
    color: #909090;
}
#footer .footer-right .sitemap:last-child {
    margin-right: 0;
}
#footer .footer-right .sitemap .page {
    background-color: #009BE4;
    border-radius: 9999px;
    color: #fff;
    text-align: center;
    margin: 2em 0 0.5em 0;
}
#footer .footer-right .sitemap .page a {
    color: #fff;
    padding: 0 2em;
}
#footer .footer-right .sitemap .page a:hover {
    text-decoration: none;
}
#footer .footer-right .sitemap li a {
    padding: 0 1em 0 0;
}
#copyright {
    text-align: center;
    color: #fff;
    font-size: 0.75em;
    font-weight: bold;
    background-color: #009BE4;
    padding: 0.5em 0;
}




/* ################################################################################################ */
/* ## TAB                        ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1320px) {

}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
    #footer .row {
        padding-bottom: 6.25vw;
    }
    #footer .footer-left {
        float: none;
        width: 100%;
        text-align: center;
    }
    #footer-logo {
        width: 80vw;
        margin: 0 auto 1em auto;
    }
    #footer .footer-right {
        display: none;
    }
    #footer .footer-left .text-01{
        font-size: 4.6875vw;
    }
    #footer .footer-left .text-02{
        font-size: 11vw;
        margin-bottom: 0em;
    }
    #footer .footer-left .text-03 {
        font-size: 4.6875vw;
        margin-bottom: 1em;
    }
    #footer .footer-left .text-04 {
        font-size: 6.25vw;
        margin-bottom: 1em;
    }
    #footer .footer-left .text-05{
        font-size: 3.75vw;
        margin-bottom: 0.5em;
    }
}
