@charset "UTF-8";

.footer ul li.tx-in{
    text-indent:-1em;
    }
@media screen and (max-width: 768px) {
    .footer ul li.tx-in{
    text-indent:inherit;
    }
    
}