@charset "UTF-8";
.footer_x {
  margin-top: 160px;
}
.contents_wrap {
  max-width: 1000px;
  margin: 66px auto 0 auto;
  padding: 0 20px;
}
@media (max-width: 1000px) {
  .contents_wrap {
    margin: 30px auto;
  }
}
@media(max-width: 767px) {
  .section_footer {
    margin-top: 80px;
  }
  .footer_x {
    margin-top: 80px;
  }
}
/* ===== 250825 ===== */
.renew_bnr {
  width: 755px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 500;
  display: none
}
.renew_bnr img {
  width: 100%;
  height: auto;
}
.renew_bnr .renew_bnr_close {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer
}
@media(max-width: 1400px) {
  .renew_bnr {
    width: 600px;
    right: 0px;
    bottom: 0px;
  }
}
@media(max-width: 767px) {
  .renew_bnr {
    width: 100%;
    right: 0px;
    bottom: 5px;
  }
  .renew_bnr .renew_bnr_close {
    top: -5px;
    right: 5px;
    width: 16vw;
    height: 16vw;
  }
}