@charset "UTF-8";
/* CSS Document */
p.subtext {
    font-size: 1.8rem;
}
@media screen and (max-width: 767px){
p.subtext{
    font-size: 1.4rem;
}
}
