.companyName {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.3125;
}

.pageTitle {
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.65;
    margin-top: 1.75rem;
}

.pageTitle:has(.pageTitle__year) {
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
}

.pageTitle__year {
    font-size: 2rem;
}

.companyInfo {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8125;
    margin-top: 0.625rem;
}

.article .columns--2 {
    display: flex;
}

.article .columns--3 {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(3, 1fr);
}

.article a {
    text-underline-offset: 0.125rem;
    word-break: break-all;
}

.article p.lg,
.article b.lg {
    font-size: 1.125rem;
}

.article .text-center {
    text-align: center;
}

.article .underline {
    text-decoration: underline;
    text-underline-offset: 0.125rem;
}

.article section + section {
    margin-top: 3.75rem;
}

:where(.article h2) {
    border-bottom: 0.0625rem solid var(--color-border);
    color: var(--color-primary);
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.3125;
    margin-block: 3.75rem 0.5rem;
    padding-bottom: 0.625rem;
}

:where(.article h3) {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.3125;
}

:where(.article p) {
    line-height: 1.8125;
    margin-block: 0.25rem 1.5rem;
    overflow-wrap: anywhere;
}

.program {
    --program-columns: 3.625rem 1fr;
}

.program__title {
    border: none;
}

.program__head {
    background-color: var(--bgc-blue);
    display: grid;
    font-weight: 700;
    grid-template-columns: 1fr;
    margin-bottom: 0.125rem;
    padding-block: 0.5rem;
    text-align: center;
}

.program__head p {
    font-size: 0.75rem;
    letter-spacing: 0.09em;
    margin-block: 0;
}

.program__head span {
    border-right: 0.0625rem solid var(--color-text-white);
}

.program__list {
    border-bottom: 0.0625rem solid var(--color-border);
    display: grid;
    grid-template-columns: var(--program-columns);
}

.program__list dt {
    font-size: 0.875rem;
    font-weight: 400;
    padding-block: 0.625rem;
}

.program__list dd {
    border-left: 0.0625rem solid var(--color-border);
    font-size: 0.875rem;
    margin-block: 0.625rem;
    padding-inline: 0.625rem;
}

.program__list ul {
    margin-left: 1.5rem;
}

.article .table--2col {
    display: grid;
    gap: 0 1.625rem;
    grid-template-columns: repeat(2, 1fr);
}

.article .button {
    margin-top: 2.5rem;
    white-space: nowrap;
}

.article .table {
    margin-top: 0.5rem;
}

.article .table dt {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
}

.article .table dd {
    font-size: 0.875rem;
    line-height: 1.643;
}

.article .table ul {
    list-style: "";
}

.article .table p {
    margin-top: 0;
}

.article .table p + p {
    margin-top: 1.4375rem;
}

.article .table__column .inline-block {
    display: inline-block;
}

.article .table .block {
    display: block;
}

.article .table .sm {
    display: block;
    font-size: 0.625rem;
}

.article .table__column {
    border-bottom: 0.0625rem solid var(--color-border);
    display: grid;
    gap: 0.9375rem;
    grid-template-columns: 5.45rem auto;
    padding-block: 0.625rem;
    word-break: break-all;
}

.article .table__column:last-child {
    border: none;
}

.article .table__row.table--2col .table__column:nth-last-child(-n + 2) {
    border: none;
}

.article .table__row {
    max-width: 100%;
    width: 100%;
}

@media (max-width: 63.9375rem) {
    .pageTitle__year {
        font-size: 1.625rem;
    }

    .companyName {
        display: none;
    }

    .article .table__column {
        gap: 0.125rem 1.125rem;
        grid-template-columns: 8rem 1fr;
    }

    .article .table--2col {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .article .table__row {
        max-width: 100%;
    }

    .article .table__row.table--2col .table__column:nth-last-child(-n + 2) {
        border-bottom: 0.0625rem solid var(--color-border);
    }

    .article .table__row.table--2col .table__column:last-child {
        border: none;
    }

    .article .table__column:last-child {
        border-bottom: 0.0625rem solid var(--color-border);
    }

    .article .table__row + .table__row .table__column:last-child {
        border-bottom: none;
    }

    .article .columns--3 {
        gap: 0.625rem;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .article .columns--3 img {
        max-width: 20.9375rem;
        width: 100%;
    }

    .sideNav__link.is-current + .sideNav__dropdownMenu {
        display: none;
    }
}

@media (max-width: 46.4375rem) {
    .article .button {
        margin-top: 1.875rem;
    }

    .article .table__column {
        grid-template-columns: 1fr;
    }

    .article .table__column dt br {
        display: none;
    }

    .program {
        --program-columns: 3.375rem 1fr;
    }
}

@media (max-width: 23.4375rem) {
    .article .button {
        padding-inline: 1rem;
    }
}

:where(.article pre) {
  white-space: pre-wrap;
}
