@charset "utf-8";

/* **************************************************
* 食洗機交換キャンペーン専用スタイル
************************************************** */

/* タイトル */
#event-entry .info-wrap h3 {
  color: #333333;
  font-size: 48px;
  line-height: 1.2;
  font-family: 'ヒラギノ明朝 W3 JIS2004', serif !important;
  text-align: center;
}

/* 日付（「2026年3月31日（火）まで」） */
#event-entry .info-wrap p:nth-of-type(1) {
  margin: 15px;
  color: #333333;
  font-size: 22px;
  font-family: 'ヒラギノ明朝 W3 JIS2004', serif !important;
  text-align: center;
}

/* リード文（「ここに文言が入ります。」） */
#event-entry .info-wrap p:nth-of-type(2) {
  margin: 15px;
  color: #333333;
  font-size: 16px;
  font-family: 'ヒラギノ明朝 W3 JIS2004', serif !important;
  text-align: center;
}

/* 「ご予約はコチラ」ボタン周り */
#event-entry .info-wrap .campaign-btn {
  display: block;
  margin: 30px auto 40px;
  margin-bottom: 40px;
  width: 440px;
  text-align: center;
}

/* 注意書き（上段の箇条書きの余白） */
#event-entry .info-wrap > div:nth-of-type(2) ul {
  margin-top: 8px;
}

/* 注意書き（下段の箇条書きの余白） */
#event-entry .info-wrap > div:nth-of-type(3) ul {
  margin-top: 8px;
}

/* 注意書き（共通） */
#event-entry .info-wrap .campaign-note {
  margin: 30px;
  font-size: 12px;
  text-align: left;
  padding-bottom: 10px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
    'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #333333;
}

/* 上段の注意書きだけ上マージンを少し大きく */
#event-entry .info-wrap .campaign-note-top {
  margin-top: 40px;
}

/* 注意書き内の箇条書きの余白 */
#event-entry .info-wrap .campaign-note ul {
  margin-top: 8px;
}
