@charset "utf-8";

/*
 * フッター
 * --------------------------------------------------
 */

.SI-footer {
    background: #323538;
    padding: 30px 0px 10px 0px;
}

.SI-footer>div>div>a>img {
    width: auto;
    height: 30px;
    margin-bottom: 0.6rem;
}

.SI-footer>div>div>p {
    color: #ffffff;
}

.SI-footer_tel {
    color: #ffffff;
    font-size: 3.4rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.SI-copyright {
    font-size: 1.0rem;
    color: #ffffff;
    letter-spacing: 0.1rem;
    line-height: 1;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 1.0rem;
    margin-top: 1.0rem;
}

@media(max-width: 767px) {
    .SI-footer>div>div>a>img {
        width: 50%;
        height: auto;
    }

    .SI-footer>div>div>p {
        font-size: 1.2rem;
    }

    .SI-footer_tel {
        font-size: 2.6rem;
    }

    .SI-copyright {
        font-size: 1.0rem;
    }
}