h1.h2 span {
  display: flex;
  align-items: center;
  justify-content: center;
}
h1.h2 span::before,
h1.h2 span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: 50px;
}
h1.h2 span::before {
  background: url(/information/discountpoint2026/images/img-01.webp) left center no-repeat;
  background-size: cover;
  margin-right: 10px;
}
h1.h2 span::after {
  background: url(/information/discountpoint2026/images/img-02.webp) left center no-repeat;
  background-size: cover;
  margin-left: 15px;
}

h2.h3 {
  display: flex;
  align-items: center;
}
h2.h3::before {
  background: url(/information/discountpoint2026/images/img-03.webp) left center no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  margin-right: 10px;
  width: 40px;
}

main .main-footer {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  h1.h2 span {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 75%;
  }
  h1.h2 span::before,
  h1.h2 span::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  h1.h2 span::before {
    margin-left: 0;
    left: -50px;
  }
  h1.h2 span::after {
    margin-right: 0;
    right: -45px;
  }
  main .main-footer {
    margin: 30px 0;
  }
}