@charset "UTF-8";

@media screen and (min-width: 500px) and (max-width: 900px) {
.inner_item_img {
  width: 60%;
  margin: 0 auto;
}
}