/* @charset "UTF-8"; */



.exhibition_table_pc, .exhibition_table_cv {
    margin-top: 90px;
    margin-bottom: 110px;
    width: 100%;
    tbody {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 386px;
        gap: 34px;
        
        tr {
            display: grid;
            flex-direction: column;
            border: 1px solid #cfcfcf;
            grid-template-columns: 1fr;
            grid-template-rows: 160px 1fr 1fr;
            padding: 40px;
            box-sizing: border-box;
            td.brand_name {
                width: 100%;
                justify-content: flex-start;
                padding-bottom: 25px;
                margin-bottom: 27px;
                border-bottom: 1px solid #cfcfcf;
                h3 {
                    font-size: 30px;
                    font-weight: 700;
                    text-align: left;
                }
            }
            td {
                display: flex;
                
                gap: 12px;
                span {
                    flex: 1;
                    border: 1px solid #cfcfcf;
                    text-align: center;
                    font-size: 20px;
                    font-weight: 700;
                    a {
                        position: relative;
                        padding: 20px 0 20px 20px;
                        width: fit-content;
                        display: inline-block;
                    }
                    a:before {
                        position: absolute;
                        top: 50%;
                        transform: translateY(-50%);
                        content: '';
                    }
                }
                span.serviceCenter {
                    a:before {
                        position: absolute;
                        background: url(/images_renew/brand/icon_service_center.png) no-repeat 0 0 / cover;
                        width: 24px;
                        height: 26px;
                        left: -10px;
                        
                    }
                    a:hover {
                        background: initial;
                        color: initial;
                    }
                }
                
                span.exhibiton {
                    a {
                        padding: 20px 0 20px 40px;
                    }
                    a:before {
                        background: url(/images_renew/brand/icon_brand_car_gray.svg) no-repeat 0 0 / cover;
                        width: 37px;
                        height: 22px;
                        left: -5px;
                    }
                    a:hover {
                        color: #fff;
                    }
                }
                span.exhibiton:hover  {
                    background-color: #16867d;
                    a {
                        color: #fff;
                    }
                    a:before {
                        background: url(/images_renew/brand/icon_brand_car_white.svg) no-repeat 0 0 / cover;
                    }
                }
            }
            td:first-child {
                margin: 0 auto; 
            }
            td:last-child {
                flex-direction:row-reverse;
            }
        }
    }
}

.en .exhibition_table_pc span {font-size: 15px;}
.en .exhibition_table_cv span {font-size: 15px;}
.en .exhibition_table_pc span a {padding: 22px 0 22px 20px;}
.en .exhibition_table_cv span a {padding: 22px 0 22px 20px;}
.en .exhibition_table_pc span.exhibiton a {padding: 22px 0 22px 40px;}
.en .exhibition_table_cv span.exhibiton a {padding: 22px 0 22px 40px;}
