@charset "utf-8"; /* default PC */
.coupon-box {
  background: url(../image/contents/bg_beige.jpg);
  border-radius: 40px 0 40px 0;
  max-width: 100%;
  width: 750px;
  margin: 0 auto 50px;
  padding-bottom: 45px;
}

#contents .coupon-box p.ttl {
  text-align: center;
  background-color: #f7810d;
  max-width: fit-content;
  color: #fff;
  padding: 14px 100px;
  margin: 0 auto 37px;
}

#contents .coupon-box p.course, #contents .coupon-box .price-box {
  margin: 0 60px;
  align-items: center;
}

#contents .coupon-box p.course {
  margin-bottom: 20px;
}

#contents .coupon-box .price-box p.price {
  font-size: 130%;
}

#contents .coupon-box .price-box p span.num {
  font-family: 'Zen Kaku Gothic New';
  font-size: 200%;
  margin-right: 5px;
}

#contents .coupon-box .price-box p {
  margin-bottom: 0;
}

#contents .coupon-box .price-box img {
  width: 12px;
}

#contents .coupon-box .price-box p.discount {
  font-size: 180%;
}

.attention-box {
  max-width: 100%;
  width: fit-content;
  margin: 0 auto;
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  #contents .coupon-box .price-box {
    margin: 0 90px;
  }

  #contents .coupon-box .price-box p span.num {
    font-size: 170%;
  }

  #contents .coupon-box p.ttl {
    padding: 11px 70px;
  }
}

@media screen and (max-width: 767px) {
  #contents .coupon-box .price-box p.discount {
    font-size: 160%;
  }

  #contents .coupon-box .price-box p span.num {
    font-size: 150%;
  }

  #contents .coupon-box .price-box p.price {
    font-size: 130%;
  }

  #contents .coupon-box .price-box p.price {
    margin-left: 10px;
  }

  #contents .coupon-box .price-box {
    margin: 0 auto;
    max-width: fit-content;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  .coupon-box {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  #contents .coupon-box .price-box {
    justify-content: center;
  }

  #contents .coupon-box .price-box p.no-mb {
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }

  #contents .coupon-box .price-box p.discount {
    font-size: 130%;
  }

  #contents .coupon-box .price-box p span.num {
    font-size: 165%;
  }

  #contents .coupon-box .price-box p.price {
    font-size: 110%;
  }

  #contents .coupon-box p.ttl {
    margin-bottom: 20px;
    padding: 10px 40px;
  }
}
