.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;
}
.pop-text {
    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;
}
.pop-text p {
    margin-bottom: 0;
}
.section-subtitle {
    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;
    margin-bottom: 16px;
}
.section-text {
    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;
    margin-bottom: 16px;
}
.product-summary-heading {
    font-family: var(--font-family-bold);
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 1.6px;
    color: #222222;
}
.feature-list {
    list-style: none;
    padding-left: 0!important;
    margin: 0;
}
.feature-item {
    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;
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}
.feature-item::before {
    content: '・';
    position: absolute;
    left: 0;
}
.feature-note {
    font-family: var(--font-family-regular);
    font-size: 16px;
    font-weight: var(--font-weight-regular);
    letter-spacing: 0.64px;
}
.car-control-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;
    text-align: center;
    margin: 0;
}
.back-button-wrapper {
    margin-bottom: 96px;
}
@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;
    }
    .pop-text {
        font-size: 14px;
        letter-spacing: 0.56px;
    }
    .section-text {
        font-size: 14px;
        letter-spacing: 0.56px;
    }
    .c-columnsdop-ttl {
        font-size: 16px;
        letter-spacing: 0.64px;
    }
    .c-presentationdop-subtitle {
        font-size: 20px;
    }
    .product-summary-heading {
        font-size: 24px;
        letter-spacing: 1.28px;
    }
    .feature-item {
        font-size: 16px;
        letter-spacing: 0.64px;
    }
    .car-control-text {
        padding-left: 24px;
        padding-right: 24px;
    }
    .back-button-wrapper .p-btndop {
        font-size: 16px !important;
        text-decoration: none !important;
    }
}
@media (min-width: 1024px) {
    .back-button-wrapper .p-btndop {
        max-width: 592px;
    }
}
