.imgwrap1 {
  width: 100%;
  padding: 0 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .imgwrap1 {
    padding: 0;
  }
}
.imgwrap1 img {
  width: 100%;
}

ul.img3 {
  display: flex;
  justify-content: space-between;
  align-items: stretch !important;
}
@media screen and (max-width: 767px) {
  ul.img3 {
    padding: 0 !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
  }
}
ul.img3 li {
  flex-basis: 29%;
  line-height: 1.2;
}
ul.img3 li.sankaku {
  flex-basis: 4.8%;
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}
ul.img3 li img {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  ul.img3 li {
    white-space: nowrap;
    font-size: 0.8rem;
  }
}

.zu {
  width: 121px;
  height: auto;
  margin-right: 1rem;
  margin-bottom: 0.3rem;
}/*# sourceMappingURL=style.css.map */