@charset "UTF-8";

_:-ms-input-placeholder, :root body {
  overflow-x: hidden;
}
_:-ms-input-placeholder, :root .fukuri-section-02 .gallery-img{
    margin: 0 auto;
    width: 100%;
  }
_:-ms-input-placeholder, :root .fukuri-section-02 .gallery-img ul{
    display:-ms-flexbox;
    justify-content: center;
    flex-wrap: wrap;
  }
_:-ms-input-placeholder, :root .fukuri-section-02 .gallery-img ul li img {
    width:400px;
    height: auto;
    margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
_:-ms-input-placeholder, :root .fukuri-section-02 .gallery-img ul li img {
    margin-bottom: 0;
}}