@charset "utf-8";

.txt-orange{
    color:#eb5505;
}

@media screen and (min-width: 641px) {
    .a-image[data-visible=xs]{
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .a-image[data-visible=sm]{
        display: none;
    }
}