@charset "UTF-8";

/*------------------------#top_vice--------------------------*/
@media screen and (max-width:600px){
#top_vice+div .wrapper_item {
    flex-direction: column;
}

#top_vice+div .inner_item {
    width: 100%;
}

#top_vice+div .inner_item:nth-of-type(3n+2) {
    margin-bottom: 30px;
}

#top_vice+div .inner_item img{
    height: 100%;
}
}

@media screen and (max-width:550px){
  #top_vice+div .inner_item:nth-of-type(3n+2) {
    margin-bottom: 10px;
  }
}