.elementor-35638 .elementor-element.elementor-element-fb2c08a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:20px 100px;--row-gap:20px;--column-gap:100px;border-style:dashed;--border-style:dashed;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--padding-top:100px;--padding-bottom:100px;--padding-left:50px;--padding-right:50px;}.elementor-35638 .elementor-element.elementor-element-a3d8c27{text-align:center;}.elementor-35638 .elementor-element.elementor-element-3fd7852 > .elementor-widget-container{padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-35638 .elementor-element.elementor-element-3fd7852{text-align:center;}.elementor-35638 .elementor-element.elementor-element-3fd7852 .elementor-heading-title{font-size:15px;font-weight:700;line-height:2em;color:var( --e-global-color-primary );}.elementor-35638 .elementor-element.elementor-element-5aecf77 > .elementor-widget-container{padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-35638 .elementor-element.elementor-element-5aecf77{text-align:center;}.elementor-35638 .elementor-element.elementor-element-5aecf77 .elementor-heading-title{font-size:15px;font-weight:700;line-height:2em;color:var( --e-global-color-primary );}.elementor-35638 .elementor-element.elementor-element-8a98ab5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:1px 0px 0px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:var( --e-global-color-5fffd9d );--border-color:var( --e-global-color-5fffd9d );--padding-top:100px;--padding-bottom:100px;--padding-left:50px;--padding-right:50px;}.elementor-35638 .elementor-element.elementor-element-6c2713e > .elementor-widget-container{padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-35638 .elementor-element.elementor-element-6c2713e{text-align:center;}.elementor-35638 .elementor-element.elementor-element-6c2713e .elementor-heading-title{font-size:15px;font-weight:700;line-height:2em;color:var( --e-global-color-primary );}.elementor-35638 .elementor-element.elementor-element-fed0ad5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:1px 0px 1px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:var( --e-global-color-5fffd9d );--border-color:var( --e-global-color-5fffd9d );--padding-top:100px;--padding-bottom:100px;--padding-left:50px;--padding-right:50px;}.elementor-35638 .elementor-element.elementor-element-5c1824e > .elementor-widget-container{padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-35638 .elementor-element.elementor-element-5c1824e{text-align:center;}.elementor-35638 .elementor-element.elementor-element-5c1824e .elementor-heading-title{font-size:15px;font-weight:700;line-height:2em;color:var( --e-global-color-primary );}@media(max-width:1260px){.elementor-35638 .elementor-element.elementor-element-fb2c08a{--gap:30px 0px;--row-gap:30px;--column-gap:0px;--padding-top:60px;--padding-bottom:60px;--padding-left:30px;--padding-right:30px;}.elementor-35638 .elementor-element.elementor-element-8a98ab5{--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}.elementor-35638 .elementor-element.elementor-element-fed0ad5{--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}}@media(max-width:1024px){.elementor-35638 .elementor-element.elementor-element-fb2c08a{--padding-top:60px;--padding-bottom:60px;--padding-left:30px;--padding-right:30px;}}@media(max-width:767px){.elementor-35638 .elementor-element.elementor-element-fb2c08a{--padding-top:50px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-35638 .elementor-element.elementor-element-8a98ab5{--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-35638 .elementor-element.elementor-element-fed0ad5{--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for text-editor, class: .elementor-element-e469a58 */table {
        border-collapse: collapse;
        border: 1px solid #ccc; /* 全体の外枠のベース */
        white-space: nowrap; /* セル内での意図しない折り返し（改行）を禁止 */
        margin: 0 auto; /* PCなどの広い画面ではテーブルを中央に配置 */
    }

    th, td {
        /* 内側の縦線（右側のみ引けば隣のセルと区切られます） */
        border-right: 1px solid #222; 
        text-align: center;
        padding: 16px 24px;
        vertical-align: middle;
        line-height: 1.5;
    }
    
    /* ==========================================
       追加：外周のセルの線を #ccc に強制的に上書き
       ========================================== */
    /* 一番左の列の左線 */
    th:first-child, td:first-child {
        border-left: 1px solid #ccc;
    }
    /* 一番右の列の右線 */
    th:last-child, td:last-child {
        border-right: 1px solid #ccc;
    }
    /* 一番上の行の上線 */
    thead tr:first-child th {
        border-top: 1px solid #ccc;
    }
    /* 一番下の行の下線 */
    tbody tr:last-child td {
        border-bottom: 1px solid #ccc;
    }
    /* ========================================== */

  
    td {
        border-bottom: 1px dotted #555; /* 各行の点線 */
    }
    
    /* 列ごとの背景色設定 */
    .tbl th:nth-child(2), .tbl td:nth-child(2) {
        background-color: #aed9e6; /* 型代の水色 */
    }
    .tbl th:nth-child(4), td:nth-child(4),
    th:nth-child(6), td:nth-child(6) {
        background-color: #f2f2f2; /* 13〜36枚、61〜100枚のグレー */
    }
    th:nth-child(1), td:nth-child(1),
    th:nth-child(3), td:nth-child(3),
    th:nth-child(5), td:nth-child(5),
    th:nth-child(7), td:nth-child(7) {
        background-color: #ffffff; /* その他の白 */
    }

    /* テキストのスタイル */
    .size-main {
        font-weight: 500;
        font-size: 13px;
        color: #222;
        display: block;
    }
    .size-sub {
        font-weight: 500;
        font-size: 13px;
        color: #222;
        display: block;
    }
    .price-main {
        font-weight: 500;
        font-size: 14px;
        color: #222;
        display: block;
        letter-spacing: 0.5px;
    }
    .price-tax {
        font-size: 11px;
        color: #666;
        display: block;
        margin-top: 2px;
    }
    table tfoot th, table thead th {
    font-size: 0.9em;
    font-weight: 500;
}
.table-wrap {
    overflow-x: visible;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-541dc9a */table {
        border-collapse: collapse;
        border: 1px solid #ccc; /* 全体の外枠のベース */
        white-space: nowrap; /* セル内での意図しない折り返し（改行）を禁止 */
        margin: 0 auto; /* PCなどの広い画面ではテーブルを中央に配置 */
    }

    th, td {
        /* 内側の縦線（右側のみ引けば隣のセルと区切られます） */
        border-right: 1px solid #222; 
        text-align: center;
        padding: 16px 24px;
        vertical-align: middle;
        line-height: 1.5;
    }
    
    /* ==========================================
       追加：外周のセルの線を #ccc に強制的に上書き
       ========================================== */
    /* 一番左の列の左線 */
    th:first-child, td:first-child {
        border-left: 1px solid #ccc;
    }
    /* 一番右の列の右線 */
    th:last-child, td:last-child {
        border-right: 1px solid #ccc;
    }
    /* 一番上の行の上線 */
    thead tr:first-child th {
        border-top: 1px solid #ccc;
    }
    /* 一番下の行の下線 */
    tbody tr:last-child td {
        border-bottom: 1px solid #ccc;
    }
    /* ========================================== */

  
    td {
        border-bottom: 1px dotted #555; /* 各行の点線 */
    }
    
    /* 列ごとの背景色設定 */
    th:nth-child(2), td:nth-child(2) {
        background-color: #f2f2f2; /* 型代の水色 */
    }
    th:nth-child(4), td:nth-child(4),
    th:nth-child(6), td:nth-child(6) {
        background-color: #f2f2f2; /* 13〜36枚、61〜100枚のグレー */
    }
    th:nth-child(1), td:nth-child(1),
    th:nth-child(3), td:nth-child(3),
    th:nth-child(5), td:nth-child(5),
    th:nth-child(7), td:nth-child(7) {
        background-color: #ffffff; /* その他の白 */
    }

    /* テキストのスタイル */
    .size-main {
        font-weight: 500;
        font-size: 13px;
        color: #222;
        display: block;
    }
    .size-sub {
        font-weight: 500;
        font-size: 13px;
        color: #222;
        display: block;
    }
    .price-main {
        font-weight: 500;
        font-size: 14px;
        color: #222;
        display: block;
        letter-spacing: 0.5px;
    }
    .price-tax {
        font-size: 11px;
        color: #666;
        display: block;
        margin-top: 2px;
    }
    table tfoot th, table thead th {
    font-size: 0.9em;
    font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-71674de */table {
        border-collapse: collapse;
        border: 1px solid #ccc; /* 全体の外枠のベース */
        white-space: nowrap; /* セル内での意図しない折り返し（改行）を禁止 */
        margin: 0 auto; /* PCなどの広い画面ではテーブルを中央に配置 */
    }

    th, td {
        /* 内側の縦線（右側のみ引けば隣のセルと区切られます） */
        border-right: 1px solid #222; 
        text-align: center;
        padding: 16px 24px;
        vertical-align: middle;
        line-height: 1.5;
    }
    
    /* ==========================================
       追加：外周のセルの線を #ccc に強制的に上書き
       ========================================== */
    /* 一番左の列の左線 */
    th:first-child, td:first-child {
        border-left: 1px solid #ccc;
    }
    /* 一番右の列の右線 */
    th:last-child, td:last-child {
        border-right: 1px solid #ccc;
    }
    /* 一番上の行の上線 */
    thead tr:first-child th {
        border-top: 1px solid #ccc;
    }
    /* 一番下の行の下線 */
    tbody tr:last-child td {
        border-bottom: 1px solid #ccc;
    }
    /* ========================================== */

  
    td {
        border-bottom: 1px dotted #555; /* 各行の点線 */
    }
    
    /* 列ごとの背景色設定 */
    th:nth-child(2), td:nth-child(2) {
        background-color: #f2f2f2; /* 型代の水色 */
    }
    th:nth-child(4), td:nth-child(4),
    th:nth-child(6), td:nth-child(6) {
        background-color: #f2f2f2; /* 13〜36枚、61〜100枚のグレー */
    }
    th:nth-child(1), td:nth-child(1),
    th:nth-child(3), td:nth-child(3),
    th:nth-child(5), td:nth-child(5),
    th:nth-child(7), td:nth-child(7) {
        background-color: #ffffff; /* その他の白 */
    }

    /* テキストのスタイル */
    .size-main {
        font-weight: 500;
        font-size: 13px;
        color: #222;
        display: block;
    }
    .size-sub {
        font-weight: 500;
        font-size: 13px;
        color: #222;
        display: block;
    }
    .price-main {
        font-weight: 500;
        font-size: 14px;
        color: #222;
        display: block;
        letter-spacing: 0.5px;
    }
    .price-tax {
        font-size: 11px;
        color: #666;
        display: block;
        margin-top: 2px;
    }
    table tfoot th, table thead th {
    font-size: 0.9em;
    font-weight: 500;
}/* End custom CSS */