
@media screen and (min-width: 561px) {
  .wonder-header .wonder-header-inner .wonder-header-text.bg-unset span {
    margin-left: 19px !important;
  }
}


  /* 画面幅560px以下の場合のスタイル設定 */
  @media screen and (max-width: 560px) {
    [data-title-type=G] .title-logo-image img {
      height: 76px!important;
      width: 261px!important;
      position: relative;
      top: 18px;
    }
  }


/* before: 上側の三角形のサイズ指定 */
.wonder-comparison-01[data-composition-type=B] .table-01 .row-el:nth-child(2):before, 
.wonder-comparison-01[data-composition-type=G] .table-01 .row-el:nth-child(2):before {
    border-width: 0px 15px 92px 0 !important;
}

/* after: 下側の三角形のサイズ指定 */
.wonder-comparison-01[data-composition-type=B] .table-01 .row-el:nth-child(2):after, 
.wonder-comparison-01[data-composition-type=G] .table-01 .row-el:nth-child(2):after {
    border-width: 0 0 98px 15px !important;
}



    /* PC版のロゴ・レイアウト調整 */
    @media screen and (min-width: 561px) {
        /* 通常のロゴ指定：基本は上から30px */
        .gorira-logo {
            width: 420px;
            position: relative;
            top: 18px;
            left: -3px;
        }
        
        /* 特定のテキストエリア（data-search-id="2f7ee83"）内のロゴのみ top: 12px を適用 */
        [data-search-id="2f7ee83"] .gorira-logo {
            top: 12px !important;
        }
        
        /* CVエリア内のロゴサイズ */
        .wonder-cv .gorira-logo {
width: 224px;
        top: 21px;
        }

        /* CVエリアの吹き出し位置微調整 */
        .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-bubble-container {
            margin-left: 10px !important;
        }
        .wonder-cv .wonder-cv-wrapper .wonder-cv-inner-content-wrapper .wonder-cv-block .wonder-cv-bubble {
            margin-right: 0 !important;
        }
    }

    /* スマホ版（560px以下） */
    @media screen and (max-width: 560px) {
        .gorira-logo {
            width: 450px;
            position: relative;
            top: 15px;
            left: 8px;
        }
    }

    /* 比較表セクション */
    [data-section-type="comparison"] .gorira-logo {
        position: unset;
    }
