@charset "UTF-8";

p.ttl {
    font-size: 48px;
}
@media screen and (max-width: 800px) {
    p.ttl {
        font-size: 36px;
    }
}