.footers {
    background: #fff;
    padding: 2.5rem 0;
}

@media screen and (max-width: 767px) {
    .footers {
        padding: 1rem 0;
    }
}

@media screen and (max-width: 767px) {
    .footers .footer-left {
        text-align: center;
    }
}

.footers .footer-left .logo-footer {
    padding-bottom: 1.3125rem;
}

.footers .footer-left .logo-footer img {
    width: 7.375rem;
}

.footers .footer-left .text p {
    font-size: 0.875rem;
    line-height: 1.7;
}

.footers .footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.footers .footer-right .menu-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .footers .footer-right .menu-footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footers .footer-right .menu-footer .menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 1.5rem;
}

@media (max-width: 767px) {
    .footers .footer-right .menu-footer .menu-list {
        padding-bottom: 2.5rem;
    }
}

.footers .footer-right .menu-footer .menu-list li {
    padding-right: 1.5rem;
    line-height: 1;
    font-size: 0.875rem;
}

.footers .footer-right .menu-footer .menu-list li:last-child {
    padding-right: 0;
}

.footers .footer-right .copyright {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 0.875rem;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .footers .footer-right .copyright {
        -ms-flex-item-align: center;
        align-self: center;
    }
}

@media (max-width: 767px) {
    .footers .footer-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        padding-top: 2.5rem;
    }
}

.footers .footer-right .sns-footer {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-bottom: 1.5rem;
    padding-right: 1.75rem;
}

@media (max-width: 767px) {
    .footers .footer-right .sns-footer {
        -ms-flex-item-align: center;
        align-self: center;
        padding-right: 0;
    }
}

.footers .footer-right .sns-footer img{
    height: 35px;
    margin: 0 1rem;
}
