/* Hallmark - macrostructure: form-gated webinar - tone: calm corporate - anchor hue: teal/navy */

/* =SUBPAGES - WEBINAR
----------------------------------------------------- */
.sub-webinar {
    --webinar-surface: #f4f8f8;
    --webinar-page-bg: #f7f9f9;
    --webinar-border: rgba(14, 53, 127, 0.12);
    --webinar-muted: rgba(49, 49, 49, 0.68);
}

.sub-webinar .c-section {
    position: relative;
}

.sub-webinar-hero .c-wrapper {
    width: 1240px;
}

.sub-webinar-archive-hero .c-section {
    padding-bottom: 6.4rem;
}

.sub-webinar-archive-hero .c-wrapper {
    width: 980px;
}

.webinar-archive-lead {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.webinar-archive-lead .webinar-eyebrow {
    margin-bottom: 1.2rem;
}

.webinar-archive-lead .webinar-lead {
    margin: 2.4rem auto 0;
}

.webinar-hero-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5.2rem;
}

.webinar-hero-content {
    flex: 1 1 45%;
    min-width: 0;
}

.webinar-eyebrow {
    margin: 0 0 1.4rem;
    color: var(--color-primary);
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1.4;
}

.webinar-lead {
    max-width: 720px;
    color: var(--webinar-muted);
    line-height: 2.1;
}

.webinar-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.6rem 2.4rem;
    margin-top: 3.2rem;
}

.webinar-form-note {
    margin: 0;
    color: var(--webinar-muted);
    font-size: 1.4rem;
    line-height: 1.7;
}

.webinar-movie-card {
    flex: 0 0 48%;
    min-width: 0;
}

.webinar-movie-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 24px;
    background-color: var(--color-secondary);
    box-shadow: 30px 42px 60px rgba(14, 53, 127, 0.16);
}

.webinar-movie-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: inherit;
    pointer-events: none;
}

.webinar-movie-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.webinar-thumbnail-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 4.8rem;
    color: var(--color-white);
    background:
        linear-gradient(135deg, rgba(40, 164, 163, 0.88), rgba(14, 53, 127, 0.92)),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 18px);
}

.webinar-thumbnail-placeholder.u-variant-light {
    background:
        linear-gradient(135deg, rgba(230, 247, 247, 0.96), rgba(40, 164, 163, 0.74)),
        repeating-linear-gradient(135deg, rgba(14, 53, 127, 0.10) 0 1px, transparent 1px 18px);
}

.webinar-thumbnail-placeholder.u-variant-navy {
    background:
        linear-gradient(135deg, rgba(14, 53, 127, 0.94), rgba(40, 164, 163, 0.84)),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.11) 0 1px, transparent 1px 18px);
}

.webinar-thumbnail-placeholder.u-variant-light .webinar-thumbnail-label,
.webinar-thumbnail-placeholder.u-variant-light .webinar-thumbnail-title {
    color: var(--color-secondary);
}

.webinar-thumbnail-placeholder.u-variant-light .webinar-thumbnail-label {
    border-color: rgba(14, 53, 127, 0.28);
}

.webinar-thumbnail-label {
    display: inline-block;
    width: fit-content;
    margin-bottom: 1.6rem;
    padding: 0.4em 0.8em;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.18em;
    line-height: 1.3;
}

.webinar-thumbnail-title {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
}

.webinar-play-button {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 36px rgba(14, 53, 127, 0.22);
    transform: translate(-50%, -50%);
}

.webinar-play-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 53%;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 23px solid var(--color-secondary);
    transform: translate(-50%, -50%);
}

.webinar-movie-meta {
    display: flex;
    justify-content: space-between;
    gap: 1.2rem;
    margin-top: 1.6rem;
    color: var(--webinar-muted);
    font-size: 1.3rem;
    line-height: 1.6;
}

.webinar-movie-meta span {
    position: relative;
    padding-left: 1.4rem;
}

.webinar-movie-meta span::before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--color-primary);
}

.webinar-section-heading {
    margin-bottom: 3.6rem;
}

.sub-webinar-filter,
.sub-webinar-list {
    background-color: var(--webinar-page-bg);
}

.sub-webinar-filter .c-section {
    padding-top: 8.0rem;
    padding-bottom: 3.2rem;
}

.sub-webinar-list .c-section {
    padding-top: 3.2rem;
}

.webinar-filter-panel {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid var(--webinar-border);
    border-radius: 12px;
    background-color: var(--color-white);
    box-shadow: 0 18px 46px rgba(14, 53, 127, 0.06);
}

.webinar-filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 5.6rem;
    padding: 0 2.8rem;
    border-bottom: 1px solid var(--webinar-border);
}

.webinar-filter-heading h2 {
    margin: 0;
    color: var(--color-text-basic);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
}

.webinar-filter-body {
    display: grid;
    gap: 2.0rem;
    padding: 2.8rem;
}

.webinar-filter-row {
    display: grid;
    grid-template-columns: 9.6rem minmax(0, 1fr);
    gap: 2.0rem;
    align-items: start;
}

.webinar-filter-label {
    margin: 0;
    padding-top: 0.7rem;
    color: var(--color-text-basic);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
}

.webinar-filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 1.0rem;
}

.webinar-filter-options span {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 3.6rem;
    padding: 0.7rem 1.5rem 0.7rem 3.8rem;
    border: 1px solid rgba(14, 53, 127, 0.16);
    border-radius: 4px;
    background-color: var(--color-white);
    color: var(--color-text-basic);
    font-size: 1.3rem;
    line-height: 1.4;
}

.webinar-filter-options span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.4rem;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(14, 53, 127, 0.24);
    border-radius: 50%;
    background-color: var(--color-white);
    transform: translateY(-50%);
}

.webinar-filter-action {
    display: flex;
    justify-content: flex-end;
    padding: 0 2.8rem 2.8rem;
}

.webinar-filter-action a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 4.0rem;
    padding: 0.8rem 4.2rem 0.8rem 2.4rem;
    border: 1px solid rgba(14, 53, 127, 0.18);
    border-radius: 999px;
    background-color: var(--color-white);
    color: var(--color-text-basic);
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
}

.webinar-filter-action a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.0rem;
    width: 0;
    height: 0;
    border-top: 6px solid var(--color-text-basic);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transform: translateY(-35%);
}

.webinar-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.2rem;
}

.webinar-event-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--webinar-border);
    border-radius: 8px;
    background-color: var(--color-white);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.webinar-event-card:hover {
    border-color: rgba(40, 164, 163, 0.42);
    box-shadow: 0 18px 40px rgba(14, 53, 127, 0.10);
    transform: translateY(-4px);
}

.webinar-event-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.webinar-event-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-bottom: 1px solid var(--webinar-border);
    background-color: var(--color-secondary);
}

.webinar-event-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.webinar-event-image .webinar-thumbnail-placeholder {
    padding: 2.4rem;
}

.webinar-event-image .webinar-thumbnail-label {
    margin-bottom: 1.0rem;
    font-size: 1.0rem;
}

.webinar-event-image .webinar-thumbnail-title {
    font-size: 2.3rem;
    line-height: 1.45;
}

.webinar-event-image .webinar-play-button {
    width: 58px;
    height: 58px;
    box-shadow: 0 12px 22px rgba(14, 53, 127, 0.20);
}

.webinar-event-image .webinar-play-button::before {
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 14px;
}

.webinar-event-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 2.4rem 2.4rem 2.8rem;
}

.webinar-event-status {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8rem 1.2rem;
    margin-bottom: 1.4rem;
    font-size: 1.3rem;
    line-height: 1.5;
}

.webinar-status-label {
    display: inline-flex;
    align-items: center;
    min-height: 2.8rem;
    padding: 0.4rem 1.2rem;
    border-radius: 4px;
    background-color: rgba(40, 164, 163, 0.12);
    color: var(--color-primary);
    font-weight: 700;
}

.webinar-status-type {
    position: relative;
    padding-left: 1.6rem;
    color: var(--color-text-basic);
}

.webinar-status-type::before {
    content: "";
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-primary);
}

.webinar-event-tags {
    margin: 0 0 1.2rem;
    color: var(--color-secondary);
    font-size: 1.3rem;
    line-height: 1.8;
    text-decoration: underline;
    text-underline-offset: 0.22em;
}

.webinar-event-card h3 {
    margin: 0 0 1.6rem;
    color: var(--color-text-basic);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7;
}

.webinar-event-place,
.webinar-event-date {
    position: relative;
    margin: 0;
    padding-left: 1.6rem;
    color: var(--color-text-basic);
    font-size: 1.3rem;
    line-height: 1.8;
}

.webinar-event-place {
    margin-top: auto;
}

.webinar-event-place::before,
.webinar-event-date::before {
    content: "";
    position: absolute;
    top: 0.75em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--color-primary);
}

.webinar-event-date {
    margin-top: 0.6rem;
}

.webinar-event-button {
    align-self: center;
    margin-top: 2.4rem;
    padding: 0.8rem 3.0rem;
    border: 1px solid rgba(40, 164, 163, 0.60);
    border-radius: 999px;
    color: var(--color-text-basic);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.webinar-event-card:hover .webinar-event-button {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.webinar-point-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.4rem;
}

.webinar-point-card {
    min-width: 0;
    padding: 3.2rem;
    border: 1px solid var(--webinar-border);
    border-radius: 18px;
    background-color: var(--color-white);
}

.webinar-card-number {
    margin: 0 0 1.2rem;
    color: var(--color-primary);
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.2;
}

.webinar-point-card h3 {
    margin: 0 0 1.2rem;
    color: var(--color-secondary);
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.6;
}

.webinar-point-card p {
    color: var(--webinar-muted);
    font-size: 1.5rem;
    line-height: 2.0;
}

.webinar-target-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 5.6rem;
    align-items: center;
    padding: 5.6rem;
    border-radius: 24px;
    background-color: var(--webinar-surface);
}

.webinar-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.webinar-check-list li {
    position: relative;
    margin: 0;
    padding: 1.4rem 0 1.4rem 3.2rem;
    border-bottom: 1px solid rgba(14, 53, 127, 0.10);
    line-height: 1.9;
}

.webinar-check-list li:first-child {
    border-top: 1px solid rgba(14, 53, 127, 0.10);
}

.webinar-check-list li::before {
    content: "";
    position: absolute;
    top: 2.2rem;
    left: 0;
    width: 16px;
    height: 10px;
    border-left: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
    transform: rotate(-45deg);
}

.webinar-form-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 5.6rem;
    align-items: start;
}

.sub-webinar-form {
    background-color: var(--webinar-page-bg);
}

.sub-webinar-form .c-section {
    padding-top: 4.8rem;
}

.webinar-form-intro {
    position: sticky;
    top: 120px;
}

.webinar-form-intro p {
    color: var(--webinar-muted);
}

.webinar-flow-list {
    display: grid;
    gap: 1.2rem;
    margin: 3.2rem 0 0;
    padding: 0;
    list-style: none;
}

.webinar-flow-list li {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin: 0;
    line-height: 1.5;
}

.webinar-flow-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--color-secondary);
    color: var(--color-white);
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.3rem;
    line-height: 1;
}

.webinar-form-card {
    padding: 4.0rem;
    border: 1px solid var(--webinar-border);
    border-radius: 20px;
    background-color: var(--color-white);
    box-shadow: 20px 28px 50px rgba(14, 53, 127, 0.08);
}

.webinar-form-main {
    width: 100%;
}

.webinar-form-main input:focus,
.webinar-form-main select:focus,
.webinar-form-main textarea:focus {
    outline: 2px solid rgba(40, 164, 163, 0.45);
    outline-offset: 2px;
}

.sub-webinar-detail-body {
    background-color: var(--webinar-page-bg);
}

.sub-webinar-detail-body .c-wrapper {
    width: 1240px;
}

.webinar-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
    gap: 5.6rem;
    align-items: start;
}

.webinar-detail-content {
    min-width: 0;
}

.webinar-detail-thumbnail {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    margin: 0 0 3.2rem;
    border-radius: 4px;
    background-color: var(--color-secondary);
    box-shadow: 0 18px 36px rgba(14, 53, 127, 0.10);
}

.webinar-detail-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.webinar-detail-thumbnail .webinar-thumbnail-placeholder {
    padding: 4.0rem;
}

.webinar-detail-kicker {
    margin: 0 0 1.6rem;
    color: var(--color-primary);
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1.4;
}

.webinar-detail-title {
    margin: 0 0 3.2rem;
    color: var(--color-text-basic);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.65;
}

.webinar-detail-recommend {
    margin: 0 0 4.0rem;
    padding: 3.2rem 4.0rem;
    border: 1px solid var(--webinar-border);
    border-radius: 4px;
    background-color: var(--color-white);
}

.webinar-detail-recommend h3,
.webinar-detail-outline h3 {
    margin: 0 0 1.8rem;
    color: var(--color-primary);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
}

.webinar-detail-recommend ul {
    display: grid;
    gap: 1.2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.webinar-detail-recommend li {
    position: relative;
    padding-left: 2.0rem;
    color: var(--color-text-basic);
    font-size: 1.5rem;
    line-height: 1.9;
}

.webinar-detail-recommend li::before {
    content: "";
    position: absolute;
    top: 0.82em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--color-primary);
}

.webinar-detail-copy {
    display: grid;
    gap: 2.4rem;
    margin-bottom: 4.0rem;
}

.webinar-detail-copy p {
    margin: 0;
    color: var(--color-text-basic);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.15;
}

.webinar-detail-outline {
    margin-top: 4.0rem;
    padding: 3.2rem 0 0;
    border-top: 1px solid var(--webinar-border);
}

.webinar-detail-outline dl {
    display: grid;
    gap: 0;
    margin: 0;
}

.webinar-detail-outline dl > div {
    display: grid;
    grid-template-columns: 12.0rem minmax(0, 1fr);
    gap: 2.0rem;
    padding: 1.8rem 0;
    border-bottom: 1px solid var(--webinar-border);
}

.webinar-detail-outline dt {
    color: var(--color-secondary);
    font-weight: 700;
    line-height: 1.7;
}

.webinar-detail-outline dd {
    margin: 0;
    color: var(--color-text-basic);
    line-height: 1.8;
}

.webinar-detail-form {
    position: sticky;
    top: 108px;
}

.webinar-detail-form-card {
    padding: 4.0rem;
    border: 1px solid var(--webinar-border);
    border-radius: 4px;
    background-color: var(--color-white);
    box-shadow: 0 18px 46px rgba(14, 53, 127, 0.06);
}

.webinar-detail-form-card h2 {
    margin: 0 0 2.0rem;
    color: var(--color-text-basic);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
}

.webinar-detail-form-lead {
    margin: 0 0 2.8rem;
    color: var(--webinar-muted);
    font-size: 1.4rem;
    line-height: 1.9;
}

.webinar-watch-heading {
    max-width: 900px;
    margin: 0 auto 4.0rem;
    text-align: center;
}

.webinar-watch-frame {
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto;
    border-radius: 22px;
    background-color: var(--color-secondary);
    box-shadow: 24px 34px 54px rgba(14, 53, 127, 0.14);
}

.webinar-watch-frame iframe,
.webinar-watch-frame video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
}

.webinar-watch-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 4.0rem;
    color: var(--color-white);
    text-align: center;
}

.webinar-watch-contact {
    max-width: 760px;
    margin: 5.6rem auto 0;
    padding: 4.0rem;
    border: 1px solid var(--webinar-border);
    border-radius: 18px;
    background-color: var(--webinar-surface);
    text-align: center;
}

.webinar-watch-contact h3 {
    margin: 0 0 1.2rem;
    color: var(--color-secondary);
    font-size: 2.2rem;
    line-height: 1.5;
}

.webinar-watch-contact p {
    color: var(--webinar-muted);
}

@media screen and (min-width: 800px) and (max-width: 1399px) {
    .nav-pc {
        margin-left: 1.4em;
        margin-right: 1.4em;
    }

    .nav-pc ul.nav-main li:not(:last-child) {
        margin-right: 1.35em;
    }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
    .webinar-hero-layout,
    .webinar-detail-layout,
    .webinar-target-panel,
    .webinar-form-layout {
        display: block;
    }

    .sub-webinar-archive-hero .c-section {
        padding-bottom: 4.0rem;
    }

    .webinar-archive-lead {
        text-align: left;
    }

    .webinar-archive-lead .webinar-lead {
        margin-top: 1.8rem;
    }

    .webinar-hero-content,
    .webinar-movie-card {
        width: 100%;
    }

    .webinar-movie-card {
        margin-top: 4.0rem;
    }

    .webinar-hero-actions {
        display: block;
        margin-top: 2.4rem;
    }

    .webinar-form-note {
        margin-top: 1.4rem;
        font-size: 1.3rem;
    }

    .webinar-movie-frame {
        border-radius: 16px;
        box-shadow: 16px 24px 36px rgba(14, 53, 127, 0.14);
    }

    .webinar-thumbnail-placeholder {
        padding: 2.4rem;
    }

    .webinar-thumbnail-title {
        font-size: 2.1rem;
        line-height: 1.5;
    }

    .webinar-play-button {
        width: 64px;
        height: 64px;
    }

    .webinar-play-button::before {
        border-top-width: 10px;
        border-bottom-width: 10px;
        border-left-width: 16px;
    }

    .webinar-movie-meta {
        display: block;
        font-size: 1.2rem;
    }

    .webinar-movie-meta span {
        display: block;
    }

    .webinar-movie-meta span:not(:last-child) {
        margin-bottom: 0.4rem;
    }

    .webinar-section-heading {
        margin-bottom: 2.4rem;
    }

    .sub-webinar-filter .c-section {
        padding-top: 4.8rem;
        padding-bottom: 2.4rem;
    }

    .sub-webinar-list .c-section {
        padding-top: 2.4rem;
    }

    .webinar-filter-panel {
        border-radius: 10px;
    }

    .webinar-filter-heading {
        min-height: 5.2rem;
        padding: 0 2.0rem;
    }

    .webinar-filter-heading h2 {
        font-size: 1.6rem;
    }

    .webinar-filter-body {
        gap: 1.8rem;
        padding: 2.0rem;
    }

    .webinar-filter-row {
        display: block;
    }

    .webinar-filter-label {
        margin-bottom: 0.8rem;
        padding-top: 0;
        font-size: 1.3rem;
    }

    .webinar-filter-options {
        gap: 0.8rem;
    }

    .webinar-filter-options span {
        min-height: 3.4rem;
        padding: 0.7rem 1.2rem 0.7rem 3.4rem;
        font-size: 1.2rem;
    }

    .webinar-filter-options span::before {
        left: 1.2rem;
        width: 13px;
        height: 13px;
    }

    .webinar-filter-action {
        display: block;
        padding: 0 2.0rem 2.0rem;
    }

    .webinar-filter-action a {
        justify-content: center;
        width: 100%;
    }

    .webinar-card-grid {
        display: block;
    }

    .webinar-event-card:not(:last-child) {
        margin-bottom: 2.4rem;
    }

    .webinar-event-body {
        padding: 2.0rem 2.0rem 2.4rem;
    }

    .webinar-event-image .webinar-thumbnail-placeholder {
        padding: 2.0rem;
    }

    .webinar-event-image .webinar-thumbnail-title {
        font-size: 1.8rem;
    }

    .webinar-event-card h3 {
        font-size: 1.6rem;
    }

    .webinar-event-status,
    .webinar-event-tags,
    .webinar-event-place,
    .webinar-event-date {
        font-size: 1.2rem;
    }

    .webinar-point-grid {
        display: block;
    }

    .webinar-point-card {
        padding: 2.4rem;
        border-radius: 14px;
    }

    .webinar-point-card:not(:last-child) {
        margin-bottom: 1.6rem;
    }

    .webinar-point-card h3 {
        font-size: 1.8rem;
    }

    .webinar-point-card p {
        font-size: 1.4rem;
    }

    .webinar-target-panel,
    .webinar-form-card {
        padding: 2.4rem;
        border-radius: 16px;
    }

    .webinar-check-list {
        margin-top: 2.4rem;
    }

    .webinar-check-list li {
        padding-left: 2.8rem;
        font-size: 1.4rem;
    }

    .webinar-form-intro {
        position: static;
        margin-bottom: 3.2rem;
    }

    .sub-webinar-form .c-section {
        padding-top: 3.2rem;
    }

    .sub-webinar-detail-body .c-wrapper {
        width: auto;
    }

    .webinar-detail-thumbnail {
        margin-bottom: 2.4rem;
        border-radius: 4px;
    }

    .webinar-detail-thumbnail .webinar-thumbnail-placeholder {
        padding: 2.4rem;
    }

    .webinar-detail-kicker {
        margin-bottom: 1.2rem;
        font-size: 1.2rem;
    }

    .webinar-detail-title {
        margin-bottom: 2.4rem;
        font-size: 2.2rem;
        line-height: 1.65;
    }

    .webinar-detail-recommend {
        margin-bottom: 3.2rem;
        padding: 2.4rem;
    }

    .webinar-detail-recommend h3,
    .webinar-detail-outline h3 {
        font-size: 1.6rem;
    }

    .webinar-detail-recommend li,
    .webinar-detail-copy p {
        font-size: 1.4rem;
    }

    .webinar-detail-copy {
        gap: 1.8rem;
        margin-bottom: 3.2rem;
    }

    .webinar-detail-outline {
        margin-top: 3.2rem;
        padding-top: 2.4rem;
    }

    .webinar-detail-outline dl > div {
        display: block;
        padding: 1.6rem 0;
    }

    .webinar-detail-outline dt {
        margin-bottom: 0.4rem;
    }

    .webinar-detail-form {
        position: static;
        margin-top: 4.0rem;
    }

    .webinar-detail-form-card {
        padding: 2.4rem;
    }

    .webinar-detail-form-card h2 {
        font-size: 2.0rem;
    }

    .webinar-detail-form-lead {
        margin-bottom: 2.4rem;
        font-size: 1.3rem;
    }

    .webinar-flow-list {
        margin-top: 2.4rem;
    }

    .webinar-watch-heading {
        margin-bottom: 3.2rem;
        text-align: left;
    }

    .webinar-watch-frame {
        border-radius: 16px;
    }

    .webinar-watch-placeholder {
        min-height: 220px;
        padding: 2.4rem;
    }

    .webinar-watch-contact {
        margin-top: 3.2rem;
        padding: 2.4rem;
        text-align: left;
    }

    .webinar-watch-contact h3 {
        font-size: 1.9rem;
    }
}
