@charset "UTF-8";

/* ==================================================================================
# footer
================================================================================== */
.footer {
    background: #f5f5f5;
}

.footer-flex {
    padding-top: 59px;
    margin-top: 50px;
    border-top: 1px solid #CCCCCC;
}

.footer-info {
    font-size: 10px;
    margin-top: 19px;
    line-height: 2;
}

.footer-info a {
    color: #333333;
}

.footer-center {
    width: 49.5%;
    margin-top: 1px;
}

.footer-center-flex {
    padding-top: 11px;
    margin-top: 17px;
    border-top: 1px solid #707070;
}

.footer-center-title {
    font-size: 12px;
    color: #333333;
}

.footer-center-flex {
    justify-content: flex-start;
}

.footer-center-content:nth-of-type(1) {
    margin-right: 16.5%;
}

.footer-center-content-title {
    font-size: 12px;
}

.footer-center-content-menu {
    font-size: 10px;
    line-height: 2;
    margin-top: 9px;
    margin-left: 10px;
}

.footer-center-content-menu a {
color: #333;
}

.footer-right {
    width: 15.4%;
    margin-top: -3px;
}

.footer-right-link {
    margin-bottom: 8px;
}

.footer-right-link a {
    font-size: 12px;
    color: #333333;
}

.copyright-content {
    position: relative;
    color: #fff;
    background-color: #333333;
    padding: 8px 0 12px;
    margin-top: 57px;
}

.copyright {
    font-size: 8px;
    letter-spacing: -1px;
}

#page_top {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 45px;
    background-color: #DC950F;
}

#page_top a {
    position: relative;
    display: block;
}

#page_top a::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 50%;
    transform: translateX(-50%);
    top: 16px;
    background-image: url(../img/page_top-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1000px) {

    .footer-left {
        margin-right: 3%;
    }

    .footer-center {
        margin-right: 3%;
    }

}

@media screen and (max-width: 767px) {

    .footer-flex {
        flex-wrap: wrap;
    }

    .footer-left {
        width: 100%;
    }

    .footer-center {
        width: 80%;
    }

    .footer-info {
        width: 180px;
        margin: auto;
        margin-top: 20px;
    }

}

@media screen and (max-width: 480px) {

    .footer-center {
        width: 100%;
        margin-right: 0;
        padding-left: 7%;
    }

    .footer-center-flex {
        flex-wrap: wrap;
        border-top: none;
        margin-top: 9px;
        padding-left: 6%;
    }

    .footer-center-content {
        width: 100%;
    }

    .footer-center-content:nth-of-type(1) {
        margin-right: 0;
    }

    .footer-center-content:nth-of-type(2) {
        margin-top: 15px;
    }

    .footer-center-content-menu {
        margin-top: 6px;
    }

    .footer-right {
        width: 100%;
        margin-top: 13px;
        padding-left: 7%;
    }

    .copyright-content {
        margin-top: 30px;
        padding: 2px 0 5px;
    }

    .copyright {
        padding-left: 7%;
        letter-spacing: -.9px;
    }

    #page_top {
        width: 70px;
        height: 31px;
    }

    #page_top a::before {
        top: 7px;
    }

}