@charset "UTF-8";

#sns +.composite_box01 .inner_item_img img {
    width: 40px !important;
    height: 40px !important;
}


@media screen and (max-width: 480px) {
  #sns + .composite_box01 .inner_item {
      width: calc(50% / 3) !important;
  }
}