@charset "UTF-8";

p{
    text-align: center;
    font-size: 20px;
    margin: 50px auto 0;
}

@media screen and (max-width: 768px){
    p{
        font-size: 34px!important;
    }
}

@media screen and (min-width: 769px){
.sp{
    display: none!important;
}
}