


.clubClass .box_st1 { display: flex; }
.clubClass .box_st1 .img { width: 7.5rem; }
.clubClass .box_st1 .img img { max-width: 100%; }
.clubClass .box_st1 .txt_box { flex: 1; width: calc(100% - 7.5rem); padding-left: 2rem; }
.clubClass .box_st1 .txt_box .team { display: inline-block; color: #fff; background: #124292; border-radius: 2rem; padding: 0.2rem 0.4rem; font-size: 0.8rem; }

@media (max-width:768px){
    .clubClass .box_st1 { display: block; }
    .clubClass .box_st1 .img { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; overflow: hidden; }
    .clubClass .box_st1 .txt_box { width: 100%; padding-left: 0; margin-top: 1rem; }
}