.w60per-100per {
  width: 60%;
}

@media screen and (max-width: 991px) {
  .w60per-100per {
    width: 100%;
  }
}
.right10 {
  right: 10px;
}

.z-index1000 {
  z-index: 1000;
}

.banner-close {
  top: -14px;
  left: 225px;
  padding: 4px 10px 6px 10px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 0 0 7px #ccc;
}

@media (min-width: 768px) {
  .banner-close {
    left: 256px;
  }
}
.banner-icon {
  width: 240px;
}

@media (min-width: 768px) {
  .banner-icon {
    width: 295px;
  }
}
.fv-img {
  height: 350px !important;
}

@media screen and (min-width: 546px) {
  .fv-img {
    height: 350px !important;
    -o-object-position: 85% 70%;
       object-position: 85% 70%;
  }
}
@media screen and (min-width: 768px) {
  .fv-img {
    height: 53vh !important;
    -o-object-position: 85% 70%;
       object-position: 85% 70%;
  }
  .fv-position {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .fv-img {
    height: 53vh !important;
    -o-object-position: 70% 70%;
       object-position: 70% 70%;
  }
}
@media screen and (min-width: 1280px) {
  .fv-img {
    height: 53vh !important;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (min-width: 1200px) {
  .fv-position {
    position: absolute;
    top: 55%;
    left: 15%;
    transform: translate(-15%, -50%);
    -webkit-transform: translate(-15%, -50%);
    -ms-transform: translate(-15%, -50%);
    width: 50%;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .fv-waku01 {
    padding: 5px 30px;
  }
}
.fs-20 {
  font-size: 20px !important;
}

.fs-15 {
  font-size: 15px !important;
}

@media screen and (min-width: 1200px) {
  .fs-lg-25 {
    font-size: 25px !important;
  }
  .fs-lg-32 {
    font-size: 32px !important;
  }
}/*# sourceMappingURL=add.css.map */