
  @media screen and (max-width: 560px) {
    [data-section-type="reason"] [data-content-type=scroll] .wonder-scroll-container.enabled .card-container .col-el {
      flex-direction: column;
    }
    [data-section-type="reason"] [data-content-type=scroll] .wonder-scroll-container.enabled .card-container .col-el .reason-block {
      width: 100%;
      display: flex !important;
      justify-content: center;
      margin-left: 0;
    }
    [data-section-type=reason] .wonder-default-main-content .wonder-scroll-container.enabled {
      scroll-snap-type: none;
    }
  }
  @media screen and (min-width: 561px) {
    [data-section-type=reason] .wonder-default-main-content .wonder-scroll-container.enabled {
      overflow-x: hidden;
      width: 1040px;
      max-width: 1040px !important;
      margin: 0;
    }
    .kigyo .scroll-hint-icon-wrap {
      display: none !important;
    }
  }
