@charset "UTF-8";

.contents_related .inner_item:nth-child(1){
  order: 3;
  margin-bottom: 0 !important;
}
.contents_related .inner_item:nth-child(2){
  order: 2;
}
.contents_related .inner_item:nth-child(3){
  order: 1;
  margin-bottom: 20px !important;
}
.contents_related .inner_item:nth-child(4){
  order: 4;
}
@media screen and (max-width: 600px){
  .contents_related .inner_item:nth-child(1),
  .contents_related .inner_item:nth-child(3){
    margin-bottom: 15px !important;
  }
}