.elementor-602 .elementor-element.elementor-element-6c61c98{--display:flex;}.elementor-602 .elementor-element.elementor-element-58ef877{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b40ade8 *//* =========================
   STILL FX（DMM vs 松井）共通
========================= */
.still-fx{
  margin: 18px 0 28px;
  font-size: 15px;
  line-height: 1.75;
  color: #111;
}

/* まとめ（結論）ボックス */
.still-fx-summary{
  background: #f5f6f8;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  padding: 16px 16px 14px;
}
.still-fx-summary__kicker{
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  margin-bottom: 10px;
}
.still-fx-summary__title{
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 8px;
}
.still-fx-summary__lead{
  margin: 0 0 12px;
  opacity: .92;
}
.still-fx-summary__bullets{
  margin: 0;
  padding-left: 18px;
}
.still-fx-summary__bullets li{ margin: 4px 0; }

/* CTAボタン */
.still-fx-cta-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}
.still-fx-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 12px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid rgba(0,0,0,.14);
  background: #fff;
  color: #111;
}
.still-fx-cta:hover{ opacity: .9; }
.still-fx-cta--primary{
  background: #111;
  color: #fff;
  border-color: #111;
}
.still-fx-cta--ghost{
  background: rgba(255,255,255,.7);
}

/* 4つのアンカー（カード） */
.still-fx-nav{
  margin: 14px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.still-fx-nav a{
  display: block;
  padding: 12px 10px;
  border-radius: 12px;
  background: #f3f4f6;
  border: 1px solid rgba(0,0,0,.08);
  text-decoration: none;
  color: #111;
  font-weight: 900;
  text-align: center;
}
.still-fx-nav a:hover{ background: #eceef2; }

/* スクロールヒント（必要なら使う） */
.still-fx-scroll-hint::before{
  content: "→ 横にスクロールできます";
  display: block;
  font-size: 12px;
  color: #888;
  margin: 0 0 6px;
}

/* 比較表 */
.still-fx-table-wrap{
  margin-top: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  background: #fff;
}
.still-fx-table{
  width: 100%;
  min-width: 680px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.55;
}
.still-fx-table th,
.still-fx-table td{
  padding: 12px 10px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  border-right: 1px solid rgba(0,0,0,.08);
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
.still-fx-table tr > *:first-child{ border-left: 1px solid rgba(0,0,0,.08); }
.still-fx-table thead tr:first-child > *{ border-top: 1px solid rgba(0,0,0,.08); }

.still-fx-table thead th{
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fafafa;
  font-weight: 900;
}

/* 左列（項目）を固定したい場合 */
.still-fx-table .still-fx-rowhead{
  position: sticky;
  left: 0;
  z-index: 1;
  background: #fff;
  font-weight: 900;
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}

/* DMM列を目立たせる */
.still-fx-table .still-fx-featured{
  background: #fffdf7;
}
.still-fx-table thead th.still-fx-featured{
  background: #fff7e8;
}

/* 吹き出し（切れない仕様：absoluteを使わない） */
.still-fx-bubble{
  display: inline-block;
  position: relative;
  padding: 6px 12px;
  border-radius: 999px;
  border: 2px solid #222;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  margin: 0 auto 10px;
}
.still-fx-bubble::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #222 transparent transparent transparent; /* 外枠 */
}
.still-fx-bubble::before{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #fff transparent transparent transparent; /* 中を白に */
}
.still-fx-bubble--dmm{ color: #cc4c7a; }
.still-fx-bubble--matsui{ color: #5b6db5; }

/* セクション見出し */
.still-fx-h2{
  margin: 22px 0 10px;
  font-size: 18px;
  font-weight: 900;
}
.still-fx-card{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  padding: 14px;
  background: #fff;
}
.still-fx-card ul{
  margin: 8px 0 0;
  padding-left: 18px;
}
.still-fx-mini{
  font-size: 12px;
  opacity: .8;
  margin-top: 10px;
}

/* あわせて読みたい */
.still-fx-related{
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f6f7fb;
  border: 1px solid rgba(0,0,0,.08);
}
.still-fx-related__title{
  font-weight: 900;
  margin: 0 0 8px;
}
.still-fx-related ul{
  margin: 0;
  padding-left: 18px;
}
.still-fx-related a{
  text-decoration: underline;
  color: inherit;
}

/* 注意書き */
.still-fx-disclaimer{
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}

/* SP調整 */
@media (max-width: 767px){
  .still-fx-summary__title{ font-size: 16px; }
  .still-fx-cta-row{ grid-template-columns: 1fr; }
  .still-fx-nav{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .still-fx-table{ min-width: 620px; font-size: 12px; }
  .still-fx-table .still-fx-rowhead{
    width: 92px; min-width: 92px; max-width: 92px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e20129f */.still-relbox{
  margin: 24px 0;
  padding: 16px 16px 12px;
  border: 4px solid #f5f5f5; 
  border-radius: 11px; 
  background: #fff;
}

.still-relbox__title{
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.4;
}

.still-relbox__list{
  margin: 0;
  padding: 0;
  list-style: none;
}

.still-relbox__item{
  margin: 8px 0;
}

.still-relbox__link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.5;
}

.still-relbox__link:hover{
  text-decoration: underline;
}

.still-relbox__icon{
  font-size: 16px;
  line-height: 1;
}


@media (max-width: 767px){
  .still-relbox{
    padding: 14px 14px 10px;
  }
  .still-relbox__title{
    font-size: 15px;
  }
}/* End custom CSS */