@charset "utf-8";

@media only screen and (max-width: 835px) {


}

@media only screen and (max-width: 640px) {

/* .sublist_01 ul {
    overflow-x: auto;
    white-space: nowrap;
} */
.scl_wrap ul {
    overflow-x: auto;
    white-space: nowrap;
}
.scl_wrap ul li {
    overflow: visible !important;
    display: inline-block;

}
.scl_wrap ul li img {
    object-fit: cover;
    height: 270px !important;
    width: 100% !important;
}

}