.footer-info-block .footer-info-item {
    justify-content: flex-start;
}
a.footer-sns {
    width: 30px;
    margin: 10px 0 30px;
}
a.footer-sns:hover {
    opacity: .5;
}

@media screen and (max-width: 768px) {
    .footer-info-block .footer-info-item .address {
        margin-bottom: 0;
    }
}