.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-17266 .elementor-element.elementor-element-20bf82c > .elementor-widget-container{background-color:#295EEE;}.elementor-17266 .elementor-element.elementor-element-20bf82c .elementor-heading-title{color:#C8D5DC;font-family:"Poppins", Sans-serif;font-weight:300;}@media(max-width:767px){.elementor-17266 .elementor-element.elementor-element-20bf82c > .elementor-widget-container{padding:15px 15px 15px 15px;}.elementor-17266 .elementor-element.elementor-element-20bf82c{text-align:center;}.elementor-17266 .elementor-element.elementor-element-20bf82c .elementor-heading-title{font-size:14px;}}/* Start custom CSS for html, class: .elementor-element-7423927 *//* ===== ベース ===== */
.trial-lp{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Hiragino Kaku Gothic ProN","Noto Sans JP","Yu Gothic",sans-serif;
  color:#111;
  background:#fff;
  max-width:420px;
  margin:0 auto;
  padding:24px 16px;
}

/* ===== HERO ===== */
.hero{
  text-align:center;
  padding:32px 16px 24px;
}

.badge{
  display:inline-block;
  background:#fff3e6;
  color:#ff7a00;
  font-weight:900;
  font-size:15px;
  padding:8px 14px;
  border-radius:999px;
  margin-bottom:12px;
  border:1px solid rgba(255,122,0,.18);
}

.hero h1{
  font-size:30px;
  line-height:1.22;
  margin:10px 0 10px;
  font-weight:900;
}

.hero .accent{ color:#ff7a00; }

.hero-sub{
  font-size:16px;
  color:#111;
  margin:0 0 10px;
  line-height:1.75;
  font-weight:700;
}

.trust-mini{
  margin: 0 auto 14px;
  display:inline-block;
  text-align:left;
  font-size:13px;
  line-height:1.65;
  color: rgba(0,0,0,.78);
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border:1px solid #e5e7eb;
}

/* ===== VIDEO ===== */
.videoWrap iframe,
.videoWrap video{
  width:100%;
  height:auto;
  display:block;
  border-radius:18px;
  background:#000;
  box-shadow:0 12px 30px rgba(0,0,0,.15);
  margin:14px auto 12px;
}

/* ===== 安心ボックス ===== */
.safety-box{
  max-width: 360px;
  margin: 10px auto 14px;
  padding: 12px 12px;
  border-radius: 14px;
  background: #fff0f6;
  border: 1px solid rgba(240,28,108,.20);
  text-align:left;
}
.safety-box b{
  display:block;
  font-weight:1000;
  margin-bottom:6px;
  color:#b3124f;
}
.safety-box ul{
  margin:0;
  padding-left:18px;
}
.safety-box li{
  font-size:13px;
  line-height:1.55;
  color: rgba(0,0,0,.80);
}

/* ===== FLOW ===== */
.flow-wrap{
  background:#fff;
  border:3px solid #e5e7eb;
  border-radius:14px;
  padding:10px 16px;
  margin:14px 0 12px;
}

.flow-title{
  margin:0 0 8px;
  font-weight:1000;
  font-size:16px;
  text-decoration: underline;
}

.flow{
  margin:0;
  padding-left:18px;
  text-align:left;
}
.flow li{
  margin: 8px 0;
  font-size:15px;
  line-height:1.55;
  font-weight:900;
}
.flow-sub{
  margin:10px 0 0;
  font-size:12px;
  color:#374151;
  line-height:1.6;
}

/* ===== 社会的証明（薄く） ===== */
.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: 14px;
  font-weight: 900;
  color:#111;
}

.cta-lead{
  font-size:13px;
  color:#444;
  margin: 8px 0 8px;
}

/* ===== CTA ボタン（既存踏襲） ===== */
.button-10 {
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
  width:310px;
  margin:0 auto;
  padding:25px 30px;
  overflow:hidden;
  border:none;
  border-radius:6px;
  background-color:#F01C6C;
  box-shadow: 0 14px 26px rgba(240,28,108,.18);
}

.button-10 a{
  color:#fff;
  font-size:1.15em;
  font-weight:1000;
  line-height:1.15;
  text-decoration:none;
}

.button-10::before {
  display:block;
  position:absolute;
  top:-50%;
  left:-30%;
  transform:rotate(30deg);
  width:70px;
  height:100px;
  content:'';
  background-image:-webkit-gradient(linear, left bottom, right bottom,
    color-stop(0%, rgba(255,255,255,0)),
    color-stop(50%, rgba(255,255,255,1)),
    color-stop(100%, rgba(255,255,255,0)));
  animation:animation-button-10 2s infinite linear;
}

@keyframes animation-button-10 {
  17% { left:120%; }
  100% { left:120%; }
}

.button-10:hover { background-color:#F678A7; }

.shaku{ font-size:10px; } /* 既存踏襲 */

/* ===== 10人は後出し（控えめに） ===== */
.small-note{
  margin: 10px auto 0;
  max-width: 360px;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(0,0,0,.70);
  text-align:center;
}

/* ===== フッター注意 ===== */
.btn-note{
  font-size:12px;
  color:#666;
  margin-top:10px;
  line-height:1.6;
}

/* =========================
   動画直下：入力ページスクショ枠
========================= */
.shot{
  margin: 14px auto 10px;
  text-align: center;
}

.shot-title{
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 900;
  color:#111;
  line-height: 1.5;
}

.shot-card{
  margin: 0 auto;
  max-width: 360px;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
}

.shot-img{
  width: 100%;
  height: auto;
  display: block;
}

.shot-cap{
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.6;
  color:#374151;
  background: #fff;
  border-top: 1px solid #f1f5f9;
}/* End custom CSS */