@charset "UTF-8";
.checktext {
    display: block;
}

.checktext2 {
    display: block;
}

@media screen and (max-width:680px) {
    .checktext {
        display: none;
    }
    .checktext2 {
        display: none;
    }
}