@charset "UTF-8";

/* 期間限定キャンペーンページ共通スタイル */

.couponperiod {
  margin-bottom: 30px;
}

.couponperiod p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #009540;
  text-align: center;
}

@media screen and (max-width:640px) {
  .couponperiod {
    margin-bottom: 20px;
  }

  .couponperiod p {
    font-size: 1.1rem;
  }
}
