.elementor-577 .elementor-element.elementor-element-d8b16b8{--display:flex;}.elementor-577 .elementor-element.elementor-element-f66f1b8{--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;}.elementor-577 .elementor-element.elementor-element-a9cbe88{--display:flex;}/* Start custom CSS for html, class: .elementor-element-939bb5a */.still-fx-article{
  margin: 18px 0 28px;
  color: #111;
  line-height: 1.85;
  font-size: 15px;
}

/* 見出し：h1/h2/h3 を統一 */
.still-fx-article h1{
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
  margin: 0 0 10px;
  letter-spacing: .01em;
}
.still-fx-article h2{
  margin: 22px 0 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f5f6f8;
  border: 1px solid rgba(0,0,0,.10);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
}
.still-fx-article h3{
  margin: 18px 0 8px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  padding-left: 12px;
}
.still-fx-article h3::before{
  content:"";
  position:absolute;
  left:0;
  top:.45em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(0,0,0,.55);
}

/* リード（h1直下の1行）をそれっぽく */
.still-fx-article h1 + p{
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.10);
  font-weight: 800;
  color: rgba(0,0,0,.78);
}

/* 段落 */
.still-fx-article p{
  margin: 0 0 12px;
}

/* 太字の見え方を統一（読みやすく） */
.still-fx-article b,
.still-fx-article strong{
  font-weight: 900;
}

/* よくある疑問（h2以降のまとまり）にカード感を出す */
.still-fx-article h2 + h3{
  margin-top: 16px;
}

/* 「重要ポイント」っぽい段落をカードにしたいとき用（手動で class 付ける） */
.still-fx-note{
  margin: 14px 0;
  padding: 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.10);
}

/* 箇条書き（もし今後使うなら） */
.still-fx-article ul,
.still-fx-article ol{
  margin: 10px 0 14px;
  padding-left: 22px;
}
.still-fx-article li{
  margin: 6px 0;
}

/* リンク（内部リンク/外部リンク） */
.still-fx-article a{
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.still-fx-article a:hover{ opacity: .85; }

/* スマホ */
@media (max-width: 767px){
  .still-fx-article{ font-size: 14px; }
  .still-fx-article h1{ font-size: 19px; }
  .still-fx-article h2{ font-size: 16px; padding: 10px 12px; }
  .still-fx-article h3{ font-size: 15px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aebaf2f */.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 */