
@media screen and (min-width: 561px) {
  [data-section-type="cv"] .wonder-cv-wrapper .wonder-cv-title span img {
    position: relative;
    top: 10px !important;
  }
  .wonder-comparison-01[data-composition-type=C] .wonder-table-section.is-overflow.wonder-scroll-hint {
    transform: unset !important;
  }
}
@media screen and (max-width: 560px) {
/* section の scaleY(-1) は仕様なので触らない。
     table だけ scaleY(-1) で打ち消す（rotate ではダメ） */
     .wonder-table-section .table-01 {
      transform: scaleY(-1) !important;
      -webkit-transform: scaleY(-1) !important;
    }
  }
  [data-section-type="comparison"] .wonder-table-section .table-01-cell span img {
    height: auto !important;
  }


  [data-title-type=G] .title-logo-text {
    font-weight: 400 !important;
  }
