@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,800,900&display=swap");
.how-to-coupon {
  width: 100%;
  padding: 5rem 0;
  background: #eeeeee;
  text-align: center;
}
.how-to-coupon__head {
  display: inline-block;
}
@media screen and (min-width: 961px) {
  .how-to-coupon__head {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 960px) {
  .how-to-coupon__head {
    margin-bottom: 3rem;
  }
}
.how-to-coupon__head__txt {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .how-to-coupon__head__txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 960px) {
  .how-to-coupon__head__txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
.how-to-coupon__head__txt-en {
  display: block;
  padding-bottom: 1rem;
}
.how-to-coupon__head__txt-jp {
  border-top: 1px solid;
  padding-top: 1rem;
}
.how-to-coupon__item {
  margin-bottom: 6rem;
}
.how-to-coupon__item:last-child {
  margin-bottom: 0;
}
.how-to-coupon-content__num {
  margin-bottom: 1rem;
}
@media screen and (min-width: 961px) {
  .how-to-coupon-content__num__txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 960px) {
  .how-to-coupon-content__num__txt {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 961px) {
  .how-to-coupon-content__discription {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .how-to-coupon-content__discription {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 961px) {
  .how-to-coupon-content__discription__txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 960px) {
  .how-to-coupon-content__discription__txt {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.how-to-coupon-content__image {
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .how-to-coupon-content__image {
    width: 90%;
  }
}
@media screen and (max-width: 960px) {
  .how-to-coupon-content__image {
    width: 80%;
  }
}
.how-to-coupon-content__image__img-arrow {
  display: block;
  width: 25px;
  margin: 4rem auto;
}
