@charset "UTF-8";
/* 追加CSS */

.banner_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.banner_figure {
  width: 767px;
}

.banner_figure img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .banner_figure {
    width: 100%;
  }
}