/*タイトル非表示*/
h1 {
display: none;
}
.l-mainContent__inner>.post_content {
margin-top: 0;
}
/*さらに余白調整*/
.l-content{padding-top:0!important;}

.campaign-box {
  width: 100%;
  margin: 0 auto;
  margin-bottom:0.5em;
  padding: 2em 1em;
  background: #fffdf7;
  border: 2px solid #ffe57f;
  border-radius: 12px;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.6;
}

/* ヘッダー部 */
.campaign-header .tag {
  font-size: 1.1em;
  color: #d32f2f;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.campaign-header .deadline {
  font-size: 1.5em;
  font-weight: bold;
  color: #1565c0;
}

.campaign-header .note {
  font-size: 0.95em;
  color: #555;
  margin-bottom: 1.5em;
}

/* 内容：初回＋2回目 */
.campaign-content .step {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0.3em;
}

/* 内容：詳細文（スマホで改行） */
.detail {
  font-size: 0.95em;
  color: #777;
  margin-bottom: 1em;
  line-height: 1.6;
}

.detail .group {
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  .detail {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .detail .group {
    white-space: normal;
  }
}

/* 価格まわり */
.price-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1em 0;
}

.price-block {
  margin: 1.5em auto;
  text-align: center;
}


.price-label {
  font-size: 1.3em;
  font-weight: bold;
  color: #e53935;
  margin-bottom: 0.2em;
}

.price-value {
  font-size: 2.4em;
  font-weight: bold;
  color: #e53935;
  line-height: 1.2;
}

.price-value .yen {
  font-size: 1em;
}
.original-price {
  font-size: 1.2em;
  color: #444;
  margin-bottom: 0.3em;
}

.price-value .tax {
  font-size: 0.5em;
  opacity: 0.85;
  margin-left: 0.3em;
}

/* 注意文 */
.campaign-content .limit {
  font-size: 0.85em;
  color: #999;
  margin-top: 0.5em;
}

/* 残り人数 */
.campaign-status .remain {
  margin-top: 1.5em;
  font-size: 1.3em;
  font-weight: bold;
  color: #0288d1;
}

.campaign-status .number {
  font-size: 1.5em;
}

@media screen and (max-width: 959px) {
  .campaign-text{
   margin-top:0.5em!important;
 }
}

/*フッター上余白*/
#before_footer_widget {
    display: none;
}
