@charset "utf-8";

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

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */
#footer
{
    background-color: #0B1E48;
    color: #fff;

    font-size: 1.2rem;
}
#footer-contents
{

}
#footer a {
    color: #fff;
}
.footer-logo {
    width: 12%;
    float: left;
}
.footer-link {
    width: 85%;
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -1em;
    margin-bottom: 1em;
}
.footer-link .footer-link-item {
    width: calc(25% - 2em);
    margin: 1em;
    text-align: left;
}
.footer-link-item li {
    display: block;
    list-style: none;
    margin: 0;
    margin-bottom: 0.5em;
}
.footer-link-tit {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1em;
}

.copyright {
    font-size: 0.8em;
    margin: 2em 0;
}
.tab-asagaku {
    display: none;
}

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

}
@media screen and (max-width:1200px) {
    .footer-logo {
        width: 100%;
        margin: 0 auto;
    }
    #footer .footer-logo a {
        display: block;
        width: 15%;
        margin: 0 auto 2em auto;
        float: none;
    }
    .footer-link {
        margin: 0;
        float: none;
        width: 100%;
    }
    .footer-link .footer-link-item {
        width: calc(33.3333% - 1em);
        margin: 0.5em;
    }
    .pc-asagaku {
        display: none;
    }
    .tab-asagaku {
        margin-top: 2em;
        display: block;
        width: 55%;
    }
}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
    .footer-logo {
        width: 100%;
        margin: 0;
        text-align: center;
    }
     #footer .footer-logo a {
        width: 100%;
        margin: 0 auto;
     }
    .footer-logo img {
        width: 20vw;
    }
    .copyright {
        font-size: 1.2em;
    }
}
