.c-contentbasedop.pop-heading {
    margin-top: 96px;
}
.c-contentbasedop.pop-heading,
.c-contentbasedop.pop-heading p,
.pop-heading {
    font-family: var(--font-family-bold);
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 1.28px;
    color: #222222;
}
.c-presentationdop-ttl-large {
    font-family: var(--font-family-bold);
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 1.28px;
    color: #222222;
}
.c-presentationdop-subtitle {
    font-family: var(--font-family-bold);
    font-size: 24px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 0.96px;
    color: #222222;
    margin-bottom: 0 !important;
}
.product-summary-title {
    font-family: var(--font-family-bold);
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 1.28px;
    color: #222222;
}
.product-description-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.product-description-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.product-description-main {
    font-family: var(--font-family-bold);
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 0.8px;
    color: #222222;
}
.product-description-sub {
    font-family: var(--font-family-regular);
    font-size: 16px;
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222222;
}
.product-description-text {
    font-family: var(--font-family-bold);
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 0.8px;
    color: #222222;
}
.product-description-detail {
    font-family: var(--font-family-regular);
    font-size: 16px;
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222222;
}
.table-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.table-title {
    font-family: var(--font-family-bold);
    font-size: 24px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 0.96px;
    color: #222222;
}
.table-legend {
    font-family: var(--font-family-regular);
    font-size: 16px;
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #222222;
}
.table-header + .c-tabledop-wrapper {
    margin-top: 24px;
}
.c-tabledop {
    border: none !important;
    border-bottom: 1px solid var(--color-border) !important;
}
.c-tabledop th,
.c-tabledop td {
    border-right: none !important;
}
.c-tabledop th.-bg-gray {
    background-color: #f9f9f9;
}
.c-tabledop th.-vertical-middle {
    vertical-align: middle;
}
.c-tabledop th.-no-bg {
    background-color: transparent !important;
}
.c-tabledop tbody th {
    background-color: var(--color-white) !important;
}
.c-tabledop tbody th.-bg-gray {
    background-color: #f9f9f9 !important;
}
.c-tabledop th.-no-border-bottom,
.c-tabledop td.-no-border-bottom {
    border-bottom: none !important;
}
.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
}
@media (max-width: 1023px) {
    .c-contentbasedop.pop-heading {
        margin-top: 64px;
    }
    .c-contentbasedop.pop-heading,
    .c-contentbasedop.pop-heading p,
    .pop-heading {
        font-size: 24px;
        letter-spacing: 0.96px;
    }
    .c-presentationdop-ttl-large {
        font-size: 24px;
        letter-spacing: 0.96px;
    }
    .c-presentationdop-subtitle {
        font-size: 20px;
        letter-spacing: 0.8px;
    }
    .product-summary-title {
        font-size: 24px;
        letter-spacing: 0.96px;
    }
    .product-description-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .product-description-main {
        font-size: 16px;
        letter-spacing: 0.72px;
    }
    .product-description-sub {
        font-size: 14px;
        letter-spacing: 0.56px;
    }
    .product-description-text {
        font-size: 16px;
        letter-spacing: 0.72px;
    }
    .product-description-detail {
        font-size: 14px;
        letter-spacing: 0.56px;
    }
    .table-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .table-legend {
        font-size: 14px;
        letter-spacing: 0.56px;
        align-self: flex-end;
    }
}
.applicable-car-section {
    margin-bottom: 96px;
}
