

footer {
    width: 100%;
    background-color: #142646;
}

footer .footer-contents {
    width: 1000px;
    margin: auto;
    padding-top: 50px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 80px;
}
footer img {

}


footer .links a {
    color: #fff;
    font-size: 112.5%;
    line-height: 1.75;
    font-weight: bold;
}

footer .links p {
    color: #fff;
    font-size: 16px;
    line-height: 2;
}

footer .links .skyblue {
    color: #00ACBA;
}

footer .links {
    display: flex;
    padding-bottom: 20px;
    margin: 0 0 auto auto;
}

footer .links ul {
   margin-right: 50px;
}

footer .footer_bottom {
    display: flex;
    align-items: center;
    background-color: #fff;
    text-align: center;
    width: 100%;
}
footer .footer_bottom .flex {
    margin: auto;
    padding: 2rem 0;
    width: 900px;
    justify-content: space-between;
    position: relative;
}
footer .footer_bottom p {
    color: #1B224C;
}
footer .footer_bottom .absolute {
    position: absolute;
    left: 190px;
}

 footer .fa-solid{
    padding-top: 11px;
    transform: rotate(20deg);
    zoom: 0.8;
}



/*
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 .footer-contents {
        width: 90%;
        padding-left: 10px;
    }

    footer a {
        font-size: 12px;
        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;
    }
}