footer {
    background-color: #f2f2f2;
    padding: 57px 0 0;
}

footer,
footer p {
    text-align: center;
}

.footer-company {
    font-size: .21rem;
    margin-left: -25px;
    margin-bottom: 20px;
}

.footer-company span {
    font-size: .17rem;
    margin-right: 12px;
}

.copyright {
    background-color: #003264;
    color: #fff;
    font-size: .12rem;
    padding: 13px 0;
    line-height: 1;
    font-weight: 400;
}

.footer-address,
footer div a {
    font-weight: 400;
    font-size: .16rem;
}

.footer-address {
    margin-bottom: 9px;
    line-height: 1.2;
}

footer div {
    margin-bottom: 36px;
}

footer div a:nth-of-type(2) {
    margin: 0 18px;
}

footer a {
    color: #000;
}

footer a img {
    width: 240px;
    max-width: 100%;
    margin: 0 auto 37px -16px;
}

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

    footer {
        padding: 32px 0 0px;
        margin-bottom: 0px;
    }

    footer a img {
        width: 210px;
        max-width: 100%;
        margin: 0 auto 10px -16px;
    }


    footer div a {
        display: block;
        width: fit-content;
        margin: 0 auto;
        text-align: left;
        margin-bottom: 10px;
        font-size: .14rem;
    }

    footer div a:nth-of-type(2) {
        text-align: center;
        margin: 0 auto 10px;
        line-height: 1.6;
    }

    .footer-company {
        margin: 12px auto 8px;
        text-align: center;
        font-size: .16rem;
    }

    .footer-address {
        display: block;
        text-align: left;
        width: fit-content;
        margin: 0 auto 20px;
        font-size: .14rem;
        text-align: center;
        line-height: 1.5;
    }

    footer div {
        width: 57%;
        margin: 0 auto 70px;
    }
}

/*20240913追加・php内にも同じものあり*/
.qr-img--contents__wrap{
    padding-top: 87px;
    background-color: #fff;
}
.qr-img--contents {
    width: 1103px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.qr-img--contents img {
    margin-left: 54px;
}
@media screen and (max-width: 800px) {
    .qr-img--contents {
        padding: 0 5px;
    }
    .qr-img--contents img {
        margin-left: 0;
    }
}