footer#customer .p {
    display: none;
}

footer#customer .m {
    display: block;
}

footer#customer {
    padding: 37px;
    background-color: #F7F7F7;
    text-align: center;
    color: black;
    width: 100%;
}

footer#customer .footer-content {
    margin: 0 15px;
}

footer#customer .footer-content .sns {
    display: flex;
    justify-content: space-between;
}

footer#customer .footer-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 30px;
}

footer#customer .footer-content .sns {
    text-align: center;
    max-width: 415px;
    margin: auto;
}

footer#customer .footer-content .sns li img {
    width: 52px;
}

footer#customer .footer-content .sns p {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 8px;
    width: 55px;
    word-break: keep-all;
}

footer#customer .footer-company {
    font-size: 10px;
    font-weight: 500;
    line-height: 17px;
    margin-top: 32px;
}

footer#customer .footer-company .footer-customer-center {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

footer#customer .footer-company .footer-terms {
    font-weight: 700;
}

/* tablet */
@media screen and (min-width: 576px) {
    footer#customer .p {
        display: none;
    }

    footer#customer .m {
        display: block;
    }

    footer#customer {
        padding: 58px;
        background-color: #F7F7F7;
        color: black;
    }

    footer#customer .footer-title {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 69px;
    }

    footer#customer .footer-content .sns li img {
        width: 83px;
    }

    footer#customer .footer-content .sns p {
        font-size: 16px;
        line-height: 23px;
        margin-top: 12px;
        width: 83px;
    }

    footer#customer .footer-company {
        font-size: 16px;
        line-height: 23px;
        margin-top: 41px;
    }

    footer#customer .footer-company .footer-customer-center {
        font-size: 20px;
        line-height: 29px;
    }
}

/* pc */
@media screen and (min-width: 858px) {
    footer#customer .p {
        display: block;
    }

    footer#customer .m {
        display: none;
    }

    footer#customer {
        padding: 40px 0;
        background-color: #333333;
        color: white;
        text-align: unset;
    }

    footer#customer .p {
        display: flex;
        flex-direction: row;
        max-width: 810px;
        margin: auto;
    }

    footer#customer .footer-title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    footer#customer .footer-content {
        margin: 0 19px 0 0;
    }

    footer#customer .footer-content .sns {
        width: 250px;
    }

    footer#customer .footer-content .sns li img {
        width: 36px;
    }

    footer#customer .footer-content .sns p {
        font-size: 10px;
        line-height: 14px;
        margin-top: 8px;
        width: 55px;
        word-break: keep-all;
    }

    footer#customer .footer-company {
        margin-top: 0;
        font-size: 10px;
        line-height: 14px;
        font-weight: 400;
        text-align: right;
    }

    footer#customer .footer-company .footer-customer-center {
        font-size: 14px;
        line-height: 20px;
    }

    footer#customer p {
        color: white;
    }

    footer#customer a {
        color: white;
    }
}
