@charset "UTF-8";

.diet_name {
    color: #fff;
    font-size: 2.2rem;
}
.diet_price {
    color: #fff;
    font-size: 2rem;
}
@media screen and (max-width: 374px) {
.diet_name {
    font-size: 5.5vw;
}
.diet_price {
    font-size: 5vw;
}
}