/* theContent */
.layout-quote .theContent span[style*="text-decoration: underline"] {
    text-decoration-color: var(--color-soft-blue) !important;
    text-decoration-thickness: 5px !important;
    text-decoration-skip-ink: none;
    text-underline-position: auto;
}
.layout-quote .theContent h1,
.layout-quote .theContent h2,
.layout-quote .theContent h3,
.layout-quote .theContent h4,
.layout-quote .theContent h5,
.layout-quote .theContent h6,
.layout-quote .theContent p {
    font-size: calc(1.25rem + ((1vw - 0.2rem) * 1.1161)); /* 20 - 25 */
    line-height: 150%;
    font-family: var(--font-l);
    margin-bottom: 30px;
}

@media(min-width: 768px) {
    .layout-quote .theContent h1,
    .layout-quote .theContent h2,
    .layout-quote .theContent h3,
    .layout-quote .theContent h4,
    .layout-quote .theContent h5,
    .layout-quote .theContent h6,
    .layout-quote .theContent p {
        font-size: calc(1.5625rem + ((1vw - 0.48rem) * 2.2321)); /* 25 - 30 */
        line-height: 132%;
    }
}
@media(min-width: 992px) {
    .layout-quote .theContent span[style*="text-decoration: underline"] {
        text-decoration-thickness: 9px !important;
    }
    .layout-quote .theContent h1,
    .layout-quote .theContent h2,
    .layout-quote .theContent h3,
    .layout-quote .theContent h4,
    .layout-quote .theContent h5,
    .layout-quote .theContent h6,
    .layout-quote .theContent p {
        font-size: calc(1.875rem + ((1vw - 0.62rem) * 7.2115)); /* 30 - 45 */
        line-height: 143%;
    }
}
@media(min-width: 1200px) {
    .layout-quote .theContent h1,
    .layout-quote .theContent h2,
    .layout-quote .theContent h3,
    .layout-quote .theContent h4,
    .layout-quote .theContent h5,
    .layout-quote .theContent h6,
    .layout-quote .theContent p {
        font-size: calc(2.8125rem + ((1vw - 0.750625rem) * 2.0877)); /* 45 - 55 */
        line-height: 122%;
    }
}
@media(min-width: 1681px) {
    .layout-quote .theContent h1,
    .layout-quote .theContent h2,
    .layout-quote .theContent h3,
    .layout-quote .theContent h4,
    .layout-quote .theContent h5,
    .layout-quote .theContent h6,
    .layout-quote .theContent p {
        font-size: 3.4375rem; /* 55 */
        line-height: 118%;
    }
}