
@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;
    }
