@charset "UTF-8";

@media screen and (max-width: 768px) {
    a[id^="anchor"] + div {
        display: none;
    }
}