@charset "UTF-8";
.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;
}
.section-heading {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #000;
}
.feature-ttl {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #000;
}
.feature-txt {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #000;
}
.feature-ttl + .feature-txt {
    margin-top: 8px;
}
.feature-item.-notice .feature-txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #666;
}
.c-presentationdop-txt {
    line-height: 1.75;
    letter-spacing: 0.05em;
}
.c-tabledop {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    table-layout: fixed !important;
}
.c-tabledop th,
.c-tabledop td {
    border-right: none !important;
    border-left: none !important;
    width: auto !important;
}
.c-tabledop thead th {
    padding: 12px 8px !important;
}
.c-tabledop tbody th:first-child {
    background-color: transparent !important;
    padding: 12px 8px !important;
}
.c-tabledop tbody td {
    padding: 16px 8px 17px !important;
}
.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;
}
.presentation-1,
.presentation-2,
.presentation-3,
.presentation-4,
.presentation-5 {
    margin-top: 48px;
}
@media screen and (max-width: 1023px) {
    .presentation-1,
    .presentation-2,
    .presentation-3,
    .presentation-4,
    .presentation-5 {
        margin-top: 24px;
    }
    .category-title .c-pagettldop-txt {
        font-size: 20px;
    }
    .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;
    }
    .section-heading {
        font-size: 24px;
    }
    .feature-ttl {
        font-size: 16px;
    }
    .feature-txt {
        font-size: 14px;
    }
    .c-tabledop-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .c-tabledop {
        min-width: 800px;
        table-layout: auto !important;
    }
    .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;
    }
}
