
/* ----------------------------------------------------------共通 */
.icon-color-white {
  color: #fff;
}

.icon-size-03 {
  font-size: 10vw;
}

.u-inline-block {
  display: inline-block;
}

.u-inline-flex {
  display: inline-flex!important;
}

.u-text-nodecoration a {
  text-decoration: none;
}

.u-position-up {
  position: relative;
  z-index: 3;
}

.u-box-gradation,
.u-box-gradation .smb-section__fixed-background {
  background: linear-gradient(90deg, #447EBC 0%, #5ABDD9 100%) !important;
}

.icon-cta-check {
  color: #fff;
  background-color: #04c755;
}
.icon-blue {
  color: #03B9E7;
  background-color: #fff;
  border-radius: 50%;
}

.c-page-top {
  display: none;
}



/* ----------------------------------------------------------CTA*/
.cta-top-image {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.cta-group {
  position: relative;
}


/* 比較表 */
/* 横スクロール用のラッパー */
.scroll-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

/* 中の画像を“縮ませない”＋横スクロールさせる */
.scroll-table .wp-block-image {
  margin: 0;
}

.scroll-table .wp-block-image img {
  display: block;
  max-width: none !important; /* Snow Monkey の max-width:100% を上書き */
  width: 750px !important;   /* 表画像より少し大きめにしてOK（お好みで） */
  height: auto;
}

/* PCではそのまま表示、スマホで特に効いてくる */
@media screen and (max-width: 767px) {
  .scroll-table {
    width: 100%;
  }
}
.wp-block-snow-monkey-blocks-panels-item.c-row__col::after {
  display: none!important;
}


/* ---------------------------------------------------------- 体験 */
.ex-box .smb-box__background {
  background: linear-gradient(90deg, #447EBC 0%, #5ABDD9 100%);
}

/* ---------------------------------------------------------- よくある質問 */
.faq__accordion {
  border: 2px solid #08386B;
  border-radius: 10px;
}

/* ---------------------------------------------------------- 下部固定CTA*/
@media (max-width: 767px) {

  .fixed-cta{
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 9999;
    padding-bottom: env(safe-area-inset-bottom);
    background: linear-gradient(90deg, #447EBC 0%, #5ABDD9 100%);
  }

  .fixed-cta__inner{
    display: flex;
  }

  .fixed-cta__btn{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 6px;
    text-decoration: none;
    line-height: 1.1;
  }

  .fixed-cta__btn--line{
    background: #06C755;
    color: #fff;
  }

  .fixed-cta__btn--mail{
    background: #fff;
    color: #0B3D91;
  }

  .fixed-cta__btn--form{
    background: linear-gradient(135deg, #F2C14E 0%, #E6A93D 100%);
    color: #3A2A00;
  }

  .fixed-cta__icon{
    font-size: 18px;
  }

  .fixed-cta__text{
    font-size: 12px;
    font-weight: 700;
  }

  .fixed-cta__note{
    margin: 0;
    padding: 6px 10px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    line-height: 1.3;
  }

  body{
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }
}







