@charset "UTF-8";

#logo + section.contents_box01 .inner_item_img img {
  max-width: 300px !important;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  #logo + section.contents_box01 .inner_item_img img {
    max-width: min(300px, 70vw) !important;
  }
}