/*--------------------------------
    footer
--------------------------------*/
footer {
    width: 100%;
    background-color: rgba(0, 93, 103, 1);
}

footer .footer-contents {
    width: 1232px;
    margin: auto;
    padding-top: 35px;
}

footer a {
    color: #fff;
    font-size: 112.5%;
    line-height: 3;
}

footer p {
    color: #fff;
    font-size: 112.5%;
    line-height: 3;
}

footer .links {
    display: flex;
    padding-bottom: 20px;
}

footer .links .menu-list01 {
    padding-right: 45px;
}

footer .footer-under {
    width: 1300px;
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #fff;
}

footer .footer-under a {
    line-height: 1.75;
}

footer .footer-under p {
    line-height: 1.75;
}

footer .footer-under .copy {
    padding-top: 10px;
}

/*pc 1860px以下 崩れ対策*/
@media screen and (max-width: 1860px) {
    footer .footer-contents {
        padding-left: 45px;
    }
}

/*pc 800px以下 崩れ対策*/
@media screen and (max-width: 720px) {
    footer .links {
        display: block;
    }

    footer .footer-contents {
        width: 90%;
        padding-left: 10px;
    }

    footer a {
        font-size: 16px;
        line-height: 2.5;
        padding: 0 10px;
    }

    footer p {
        font-size: 12px;
        line-height: 3;
    }

    footer .footer-under {
        width: 95%;
    }

    footer .res-non {
        display: none;
    }

    footer .footer-under .copy {
        padding-top: 15px;
        margin: auto;
        width: 90%;
        font-size: 0.8em;
    }

    footer .footer-under .inc {
        padding-top: 25px;
        font-size: 0.8em;
    }
}