
/* PC */
@media screen and (min-width:601px) {
    .wl-50{
        width: 50%;
    }

    .sample{
        display: flex;
    }
}