.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-16821 .elementor-element.elementor-element-20bf82c > .elementor-widget-container{background-color:#295EEE;}.elementor-16821 .elementor-element.elementor-element-20bf82c .elementor-heading-title{color:#C8D5DC;font-family:"Poppins", Sans-serif;font-weight:300;}@media(max-width:767px){.elementor-16821 .elementor-element.elementor-element-20bf82c > .elementor-widget-container{padding:15px 15px 15px 15px;}.elementor-16821 .elementor-element.elementor-element-20bf82c{text-align:center;}.elementor-16821 .elementor-element.elementor-element-20bf82c .elementor-heading-title{font-size:14px;}}/* Start custom CSS for html, class: .elementor-element-7423927 *//* =========
  1) 予告なく終了（上部に置く想定）
========= */
.urgency-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin: 8px auto 12px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  color:#7a1b1b;
  background:#fff0f0;
  border:1px solid #ffd2d2;
}
.urgency-pill b{
  color:#dc2626;
  font-weight: 900;
}
.urgency-pill .dot{
  width:8px;height:8px;border-radius:50%;
  background:#dc2626;
  box-shadow: 0 0 0 3px rgba(220,38,38,.12);
}

/* =========
  2) 本日◯名が体験中（CTA直前に置く想定）
========= */
.today-proof{
  width: 100%;
  max-width: 360px;
  margin: 12px auto 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background:#f8fafc;
  border:1px solid #e5e7eb;
  text-align:center;
  font-size: 13px;
  font-weight: 800;
  color:#111;
}
.today-proof strong{
  color:#F01C6C; /* 既存の赤系に合わせる */
  font-weight: 900;
}

/* =========
  3) 申込みが集中しています（控えめに添える想定）
========= */
.apply-note{
  width: 100%;
  max-width: 360px;
  margin: 10px auto 0;
  padding: 10px 12px;
  border-radius: 12px;
  background:#fff7ed;
  border:1px solid #fed7aa;
  text-align:left;
  font-size: 12px;
  color:#7c2d12;
  line-height: 1.5;
}
.apply-note b{
  font-weight: 900;
}/* End custom CSS */