@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/* -----------------------------------------------------
common
------------------------------------------------------ */
.gal01 .wrap {
  display: flex;
}
.gal02 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.gal02 .imgflex4 {
  width: 22%;
  margin-bottom: 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .gal02 .imgflex4 {
    width: 32%!important;
  }
  .gal02 .imgflex4 .imgL{
    width: 100%!important;
    max-width: 100%!important;
  }
}
@media only screen and (max-width: 640px) {
  .gal02 .imgflex4 {
    width: 32%!important;
  }
  .gal02 .imgflex4 .imgL{
    width: 100%!important;
    max-width: 100%!important;
  }
}
