@charset "utf-8";

.ph{
    width: 100%;
}
.ph img{
    width: 100%;
}
.ph.w30{
    width: 30%;
}
.w50{
    width: 50%;
}
.w50 img{
    width: 50%;
}
@media screen and (max-width: 768px) {
    .ph.w30 img{
        width: 80%;
    }
    .ph.w50 img{
        width: 80%;
    }
}
