
@media screen and (min-width: 561px) {
    .wonder-header-icon-area {
        margin-right: 8% !important;
    }
}


    @media screen and (max-width: 560px) {
        [data-section-type=profile].section-main-container.kai-flow .wonder-profile-cont-box .wonder-profile-txt-box {
            padding-bottom: 10px;
        }
    }


  @media screen and (min-width: 561px) {
    .wonder-cv[data-composition-type=B] .wonder-cv-line-block .wonder-cv-icon-container {
      position: relative;
      top: 5px;
    }
    .wonder-cv[data-composition-type=B][data-section-type="cv"] .wonder-cv-button-block, .wonder-cv[data-composition-type=B] .wonder-cv-line-block {
      margin-right: 5% !important;
    }
  }
  @media screen and (max-width: 560px) {
    .wonder-cv[data-composition-type=B] .wonder-cv-line-block .wonder-cv-icon-container {
      left: 50px !important;
    }
  }
  


    .wonder-comparison-01[data-composition-type=B] 
    .wonder-table-wrapper 
    .table-01 
    .table-01-cell:nth-child(even) {
    /* 適用したいスタイルをここに書く */
    background-color: rgb(245, 245, 245) !important;
    }
    .wonder-comparison-01[data-composition-type=B] 
    .wonder-table-wrapper 
    .table-01 
    .table-01-cell:first-child {
    /* 適用したいスタイルをここに書く */
    background-color: rgb(193, 193, 193) !important;
    }


@media screen and (max-width: 560px) {
  [data-section-type="comparison"] .wonder-scroll-container.enabled {
    scroll-snap-align: unset !important;
  } 
  [data-section-type="result"] .wonder-scroll-container.enabled ul .wonder-result-main {
    scroll-snap-align: unset !important;
  } 
  [data-section-type="appeal"] .wonder-scroll-container.enabled ul .swiper-slide-structure {
    scroll-snap-align: unset !important;
  } 
  [data-section-type="product"] .wonder-scroll-container.enabled ul .wonder-product-list-li {
    scroll-snap-align: unset !important;
  } 
  [data-section-type="reason"] .wonder-scroll-container.enabled ul .col-el {
    scroll-snap-align: unset !important;
  } 
}


@media screen and (max-width: 560px) {
  .scroll-hint-icon {
    height: auto !important;
  top: calc(50% - 60px) !important;
  zoom: 1.5 !important;
  padding: 15px 10px !important;
  z-index: 10000000 !important;
  }
  .scroll-hint-icon-wrap {
    transform: scale(1, -1) !important;
  }
  .scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
    display: none !important;
  }
  .scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
    display: none !important;
  }
}


  .wonder-attention[data-composition-type=B] .wonder-attention-img-container .wonder-attention-triangle,
  .wonder-attention[data-composition-type=B] .wonder-attention-img-container .attention-number-1 span,
  .wonder-attention[data-composition-type=B] .wonder-attention-img-container .attention-number-2 span,
  .wonder-attention[data-composition-type=B] .wonder-attention-img-container .attention-number-3 span,
  .wonder-attention[data-composition-type=B] .wonder-attention-img-container .attention-number-4 span,
  .wonder-attention[data-composition-type=B] .wonder-attention-img-container img {
    color: #33AE43;
    border-color: #33AE43;
  }
