@charset "utf-8";
.boxW{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.boxW .box {max-width: 310px;margin: 0.3%;}