@media screen and (max-width: 480px) {
  div.list04 ul li,
  div.list04 ul li.list04Last {
    width: fit-content;
  }
}

@media screen and (max-width: 320px) {
  div.list04 ul li img,
  div.list04 ul li.list04Last img {
    width: 100%;
    height: auto;
  }
}