.home-search .l-inner.-lg {
  position: relative;
}
.home-search .bubble {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 180px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .home-search .bubble {
    width: 100px;
    right: 3px;
  }
}
.home-search .home-search__content {
  padding-bottom: 70px !important;
}
@media screen and (max-width: 767px) {
  .home-search .home-search__content {
    padding-bottom: 200px !important;
  }
}
.home-search .home-search__deco {
  width: auto !important;
}
.home-search .home-search__deco img {
  width: atuo;
  height: 194px;
}
@media screen and (max-width: 767px) {
  .home-search .home-search__deco img {
    height: 195px;
  }
}

.l-footer__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__banner div {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__banner div a {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.l-footer__banner a {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__banner a {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}/*# sourceMappingURL=extra.css.map */