main {
  padding-bottom: 4em;
}
main section {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
main .page__title {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
main .page__title h1 {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 1em 0 1em;
}
main .page__title h1 span {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 1em;
}

.coupon > p:first-child {
  font-size: 1.4rem;
}
@media only screen and (min-width: 960px) {
  .coupon > p:first-child {
    font-size: 1.6rem;
  }
}
.coupon-notice {
  color: #d94949;
  padding: 0.8em;
  list-style: disc outside;
  margin-left: 1em;
}
.coupon-notice a {
  color: #d94949;
  text-decoration: underline;
}
.coupon h2 {
  color: #282828 !important;
  text-align: left;
  margin: 1.5em 0 1em;
  line-height: 1.2;
}
.coupon__use {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 960px) {
  .coupon__use {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.coupon__use__img {
  width: 80%;
}
@media only screen and (min-width: 960px) {
  .coupon__use__img {
    width: 60%;
  }
}
.coupon__use__img img {
  border: 5px solid #a7b9ca;
  border-radius: 8px;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 960px) {
  .coupon__use__img img {
    margin-bottom: 0;
  }
}
.coupon__use__img img.ex-sp {
  display: block;
}
.coupon__use__img img.ex-pc {
  display: none;
}
@media only screen and (min-width: 960px) {
  .coupon__use__img img.ex-sp {
    display: none;
  }
  .coupon__use__img img.ex-pc {
    display: block;
  }
}
.coupon__use__txt {
  width: 90%;
  font-size: 1.6rem;
}
@media only screen and (min-width: 960px) {
  .coupon__use__txt {
    width: 35%;
    font-size: 1.6rem;
  }
}
.coupon__use + div {
  margin-top: 2em;
}/*# sourceMappingURL=coupon-use.css.map */