#apr-banner {
  font-size: 16px;
  background-image: url(../../../images/25/apr/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/apr/banner/back.jpg") 1x,
    url("../../../images/25/apr/banner/back@2x.jpg") 2x
  );
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: visible;
  margin-top: 3em;
}
#apr-banner .banner-inner {
  padding: 0 15px;
  gap: 2em;
}
#apr-banner .main {
  width: 26em;
  margin: 1.5em 0;
}
#apr-banner .image {
  width: 27em;
}
#apr-banner .text {
  width: 19.5em;
}
#apr-banner .watts {
  width: 10em;
  top: -1em;
}
#apr-banner .button {
  height: 2em;
  width: 11em;
  border-radius: 1.1em;
  margin-top: 10px;
  font-size: 1.2em;
  background-color: #ff6c00;
}
@media screen and (min-width: 1346px) {
  #apr-banner {
    width: 100%;
    max-width: 80em;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1345px) {
  #apr-banner {
    width: 95%;
  }
  #apr-banner .main {
    display: none;
  }
  #apr-banner .image {
    width: 27em;
    margin-top: 4em;
  }
}
@media screen and (max-width: 1119px) {
}
@media screen and (max-width: 991px) {
  #apr-banner .image {
    width: 22em;
    margin-top: 5em;
  }
}
@media screen and (max-width: 767px) {
  #apr-banner {
    margin-bottom: 2em;
    font-size: 16px;
    background-image: url(../../../images/25/apr/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/apr/banner/back-m.jpg") 1x,
      url("../../../images/25/apr/banner/back-m@2x.jpg") 2x
    );
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #apr-banner .banner-inner {
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 10% 0;
  }
  #apr-banner .banner-main {
    width: 100%;
  }
  #apr-banner .main-m {
    width: 88%;
    margin: 0;
    margin-bottom: 3%;
    display: block !important;
    left: -1%;
  }
  #apr-banner .button {
    width: 11.5em;
    font-size: 1.1em;
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  #apr-banner {
    margin-bottom: 12px;
    margin-top: 12px;
  }
}
