.c-herodop-ttl-sub {
    display: block;
    font-size: 20px;
    letter-spacing: 1.6px;
}
@media (min-width: 1024px) {
    .c-herodop-ttl-sub {
        font-size: 28px;
    }
}
.pop-lead {
    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;
}
@media (min-width: 1024px) {
    .pop-lead {
        font-size: 32px;
        letter-spacing: 1.28px;
    }
}
.pop-note-num {
    font-size: 65%;
    vertical-align: super;
    letter-spacing: 0;
}
.section-heading {
    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: 0;
}
@media (min-width: 1024px) {
    .section-heading {
        font-size: 32px;
        letter-spacing: 1.28px;
    }
}
.section-body-text {
    font-family: var(--font-family-regular);
    font-size: 20px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
    letter-spacing: 0.8px;
    color: #222222;
}
@media (min-width: 1024px) {
    .section-body-text {
        font-size: 24px;
        letter-spacing: 0.96px;
    }
}
.text-right {
    text-align: right;
}
.text-link {
    font-family: var(--font-family-bold);
    font-size: 12px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 0.48px;
    color: #000000;
    text-decoration: none !important;
}
@media (min-width: 1024px) {
    .text-link {
        font-size: 14px;
        letter-spacing: 0.56px;
    }
}
.text-link:hover {
    background-color: var(--color-object-hover);
    color: #000000;
    text-decoration: none !important;
}
.text-link::after {
    content: " ›";
}
.smartphone-linkage-pop-btn-area {
    text-align: right;
}
.smartphone-linkage-textbtn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none !important;
}
.smartphone-linkage-textbtn:hover {
    background-color: var(--color-object-hover);
}
.smartphone-linkage-textbtn-txt {
    font-family: var(--font-family-bold);
    font-size: 14px;
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    letter-spacing: 0.56px;
    color: #000000;
}
.smartphone-linkage-textbtn-icon {
    width: 12px;
    height: 12px;
}
@media (min-width: 1024px) {
    .c-contentbasedop .p-btndop {
        max-width: 592px;
    }
}
