/* Parent site shared header. Keep content styling in page-specific CSS. */
body:not(.post-name-chiikiokoshi) {
    --ncit-ink: var(--vk-color-primary, #002387);
    --ncit-ink-quiet: #173a70;
    --ncit-paper: #ffffff;
    --ncit-surface: #f5f7fb;
    --ncit-border: rgba(23, 52, 74, .14);
    --ncit-text: #202a35;
    --ncit-muted: #536171;
    --ncit-accent: var(--vk-color-primary, #002387);
}

body:not(.post-name-chiikiokoshi) #page_top {
    right: 16px;
    bottom: max(16px, env(safe-area-inset-bottom));
    width: 44px;
    height: 44px;
    border: 1px solid #c4cfdd;
    border-radius: 8px;
    background: #fff;
    color: var(--ncit-ink);
    box-shadow: 0 2px 8px rgba(20, 43, 76, .12);
}

body:not(.post-name-chiikiokoshi) #page_top::before {
    content: "";
    position: absolute;
    inset: 10px;
    background: currentColor;
    mask: url("../../../../plugins/vk-all-in-one-expansion-unit/assets/images/to-top-btn-icon.svg") center / contain no-repeat;
}

body:not(.post-name-chiikiokoshi) #page_top:hover {
    background: var(--ncit-surface);
    color: var(--ncit-ink);
    border-color: var(--ncit-ink);
}

body:not(.post-name-chiikiokoshi) #page_top:focus-visible {
    outline: 2px solid var(--ncit-ink);
    outline-offset: 2px;
    box-shadow: 0 0 0 5px #fff;
}

body:not(.post-name-chiikiokoshi) .site-header {
    border-bottom: 1px solid rgba(23, 52, 74, .08);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 8px 22px rgba(20, 43, 76, .06);
    backdrop-filter: blur(10px);
    font-family: var(--tfc-font-sans);
}

body:not(.post-name-chiikiokoshi) .site-header-container {
    display: flex;
    width: min(calc(100% - 40px), 1600px);
    max-width: 1600px;
    min-height: 86px;
    align-items: center;
    gap: clamp(20px, 2.2vw, 34px);
    margin-inline: auto;
    padding-block: 10px;
}

body:not(.post-name-chiikiokoshi) .site-header-logo,
body:not(.post-name-chiikiokoshi).header_scrolled .site-header-logo,
body:not(.post-name-chiikiokoshi).scrolled .site-header-logo {
    display: flex !important;
    flex: 0 0 auto;
    align-items: center;
    width: auto;
    margin: 0;
    padding: 0 !important;
    line-height: 0;
    opacity: 1 !important;
    transform: none !important;
}

body:not(.post-name-chiikiokoshi) .site-header-logo a {
    display: block;
    width: fit-content;
    line-height: 0;
}

body:not(.post-name-chiikiokoshi) .site-header-logo a.ncit-brand-mark {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 400px;
    line-height: 1;
    text-decoration: none;
}

body:not(.post-name-chiikiokoshi) .site-header-logo img,
body:not(.post-name-chiikiokoshi).header_scrolled .site-header-logo img,
body:not(.post-name-chiikiokoshi).scrolled .site-header-logo img {
    display: block;
    width: min(300px, 27vw);
    max-width: none;
    max-height: 62px;
    height: auto;
    object-fit: contain;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

body:not(.post-name-chiikiokoshi) .site-header-logo a.ncit-brand-mark img.ncit-brand-icon,
body:not(.post-name-chiikiokoshi).header_scrolled .site-header-logo a.ncit-brand-mark img.ncit-brand-icon,
body:not(.post-name-chiikiokoshi).scrolled .site-header-logo a.ncit-brand-mark img.ncit-brand-icon {
    width: 58px;
    max-width: 58px;
    height: 58px;
    max-height: 58px;
    flex: 0 0 58px;
}

body:not(.post-name-chiikiokoshi) .ncit-brand-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

body:not(.post-name-chiikiokoshi) .ncit-brand-tagline {
    color: var(--ncit-ink);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.3;
    white-space: nowrap;
}

body:not(.post-name-chiikiokoshi) .ncit-brand-title {
    color: var(--ncit-ink);
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.18;
    white-space: nowrap;
}

body:not(.post-name-chiikiokoshi).header_scrolled .site-header,
body:not(.post-name-chiikiokoshi).scrolled .site-header,
body:not(.post-name-chiikiokoshi).header_scrolled .site-header-container,
body:not(.post-name-chiikiokoshi).scrolled .site-header-container {
    min-height: 86px;
}

body:not(.post-name-chiikiokoshi) .global-nav {
    margin-left: auto;
}

body:not(.post-name-chiikiokoshi) .global-nav-list {
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
}

body:not(.post-name-chiikiokoshi) .global-nav-list > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 12px;
    color: #34465c;
    font-size: .86rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    word-break: keep-all;
    transition: color .18s ease;
}

body:not(.post-name-chiikiokoshi) .global-nav-list > li > a:hover,
body:not(.post-name-chiikiokoshi) .global-nav-list > li > a:focus-visible {
    color: var(--ncit-ink);
}

@media (min-width: 768px) and (max-width: 1399px) {
    body:not(.post-name-chiikiokoshi) .site-header-container {
        width: min(calc(100% - 24px), 1280px);
        gap: 12px;
    }

    body:not(.post-name-chiikiokoshi) .site-header-logo a.ncit-brand-mark {
        width: 350px;
    }

    body:not(.post-name-chiikiokoshi) .site-header-logo a.ncit-brand-mark img.ncit-brand-icon {
        width: 50px;
        max-width: 50px;
        height: 50px;
        max-height: 50px;
        flex-basis: 50px;
    }

    body:not(.post-name-chiikiokoshi) .ncit-brand-tagline {
        font-size: .65rem;
    }

    body:not(.post-name-chiikiokoshi) .ncit-brand-title {
        font-size: 1rem;
    }

    body:not(.post-name-chiikiokoshi) .global-nav-list > li > a {
        padding-inline: 7px;
        font-size: .74rem;
    }

}

@media (min-width: 1200px) {
    body:not(.post-name-chiikiokoshi) .site-header-container {
        justify-content: center;
        gap: 32px;
    }

    body:not(.post-name-chiikiokoshi) .global-nav {
        margin-left: 0;
    }
}

body:not(.home):not(.post-name-chiikiokoshi) .site-body {
    background: #f5f6f8;
    padding: 0 0 72px;
}

body:not(.home):not(.post-name-chiikiokoshi) .page-header {
    margin: 0;
    padding: clamp(28px, 4vw, 46px) 0 clamp(24px, 3.4vw, 38px);
    border: 0;
    background: #fff;
    box-shadow: 0 1px 0 rgba(23, 52, 74, .08);
}

body:not(.home):not(.post-name-chiikiokoshi) .page-header::before,
body:not(.home):not(.post-name-chiikiokoshi) .page-header::after {
    display: none;
}

body:not(.home):not(.post-name-chiikiokoshi) .page-header .container {
    width: min(calc(100% - 40px), 1200px);
    max-width: 1200px;
    text-align: left;
}

body:not(.home):not(.post-name-chiikiokoshi) .page-header-title {
    display: inline-flex;
    position: relative;
    align-items: center;
    margin: 0;
    padding-bottom: 14px;
    color: var(--ncit-ink);
    font-size: 2.65rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
}

body:not(.home):not(.post-name-chiikiokoshi) .page-header-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background: var(--ncit-ink);
    content: "";
}

/* Keep the page h1 available to assistive technology without a title band. */
body:not(.home):not(.post-name-chiikiokoshi):is(.ncit-page-nikko, .ncit-page-projects, .ncit-page-council, .ncit-page-join) .page-header {
    position: absolute;
    width: 1px;
    height: 1px;
    min-height: 0;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
    box-shadow: none;
}

body:not(.home):not(.post-name-chiikiokoshi):is(.ncit-page-contact, .ncit-page-grant) .page-header {
    min-height: 0;
    padding: 32px 0 20px;
    background: #f5f6f8;
    box-shadow: none;
}

body:not(.home):not(.post-name-chiikiokoshi):is(.ncit-page-contact, .ncit-page-grant) .page-header .container {
    margin-block: 0;
}

body:not(.home):not(.post-name-chiikiokoshi):is(.ncit-page-contact, .ncit-page-grant) .entry-body {
    padding-top: 0;
}

body:not(.home):not(.post-name-chiikiokoshi):is(.ncit-page-contact, .ncit-page-grant) .page-header-title {
    display: block;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

body:not(.home):not(.post-name-chiikiokoshi):is(.ncit-page-contact, .ncit-page-grant) .page-header-title::after {
    display: none;
}

body:not(.post-name-chiikiokoshi) .site-footer {
    display: flex;
    flex-direction: column;
    border-top: 0;
    background: var(--ncit-ink);
    color: #fff;
    font-family: var(--tfc-font-sans);
    padding-block: 36px 24px;
}

body:not(.post-name-chiikiokoshi) .site-footer > .container,
body:not(.post-name-chiikiokoshi) .site-footer .footer-nav .container {
    width: min(calc(100% - 40px), 1200px);
    max-width: 1200px;
    margin-inline: auto;
}

body:not(.post-name-chiikiokoshi) .site-footer a {
    color: #fff;
    text-decoration: none;
}

body:not(.post-name-chiikiokoshi) .site-footer a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

body:not(.post-name-chiikiokoshi) .site-footer a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
}

body:not(.post-name-chiikiokoshi) .site-footer .footer-nav {
    border: 0;
    background: transparent;
    margin-bottom: 0;
}

body:not(.post-name-chiikiokoshi) .site-footer .footer-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 28px;
    padding: 0;
}

body:not(.post-name-chiikiokoshi) .site-footer .footer-nav-list li {
    border: 0;
    margin: 0;
    padding: 0;
}

body:not(.post-name-chiikiokoshi) .site-footer .footer-nav-list a {
    display: block;
    padding: 12px 0;
    font-size: 14px;
    line-height: 1.5;
}

body:not(.post-name-chiikiokoshi) .ncit-footer-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
}

body:not(.post-name-chiikiokoshi) .ncit-footer-brand .ncit-brand-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    object-fit: contain;
}

body:not(.post-name-chiikiokoshi) .ncit-footer-brand :is(.ncit-brand-title, .ncit-brand-tagline) {
    color: #fff;
    white-space: normal;
    overflow-wrap: anywhere;
}

body:not(.post-name-chiikiokoshi) .site-footer > .ncit-footer-identity {
    order: -1;
    margin-bottom: 24px;
}

body:not(.post-name-chiikiokoshi) .site-footer .site-footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, .25);
    margin-top: 24px;
    padding-top: 20px;
    padding-bottom: 0;
    text-align: left;
}

body:not(.post-name-chiikiokoshi) .site-footer-copyright p {
    color: #fff;
    font-size: 12px;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 767px) {
    body:not(.post-name-chiikiokoshi) .site-footer {
        padding-block: 28px 20px;
    }

    body:not(.post-name-chiikiokoshi) .site-footer > .container,
    body:not(.post-name-chiikiokoshi) .site-footer .footer-nav .container {
        width: calc(100% - 32px);
        padding-inline: 0;
    }

    body:not(.post-name-chiikiokoshi) .site-footer > .ncit-footer-identity {
        margin-bottom: 16px;
    }

    body:not(.post-name-chiikiokoshi) .ncit-footer-brand .ncit-brand-icon {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
    }

    body:not(.post-name-chiikiokoshi) .ncit-footer-brand .ncit-brand-title {
        font-size: 16px;
        line-height: 1.4;
        text-wrap: balance;
    }

    body:not(.post-name-chiikiokoshi) .ncit-footer-brand .ncit-brand-tagline {
        font-size: 10px;
        line-height: 1.4;
    }

    body:not(.post-name-chiikiokoshi) .site-footer .footer-nav-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 16px;
    }

    body:not(.post-name-chiikiokoshi) .site-footer .footer-nav-list a {
        display: flex;
        align-items: center;
        min-height: 44px;
        padding: 8px 0;
    }

    body:not(.post-name-chiikiokoshi) .site-footer .footer-nav-list .menu-item-643 {
        grid-column: 1 / -1;
    }

    body:not(.post-name-chiikiokoshi) .site-footer .site-footer-copyright {
        margin-top: 16px;
        padding-top: 16px;
    }
}

body:not(.home):not(.post-name-chiikiokoshi) .breadcrumb,
body:not(.home):not(.post-name-chiikiokoshi) .breadcrumb-list,
body:not(.home):not(.post-name-chiikiokoshi) .vk_breadcrumb {
    display: none !important;
}

body:not(.home):not(.post-name-chiikiokoshi) .site-body-container,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body {
    width: min(calc(100% - 40px), 1200px);
    max-width: 1200px;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body {
    color: var(--ncit-text);
    padding-top: clamp(32px, 5vw, 58px);
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body > * {
    margin-block-start: 0;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body > * + * {
    margin-block-start: clamp(28px, 4vw, 48px);
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body > h1,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body > h2,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body > h3 {
    max-width: 920px;
    color: var(--ncit-ink);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body > h1,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body > h2 {
    font-size: 2.75rem;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body > h3 {
    font-size: 2rem;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body > p,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body > .wp-block-group:not(.ncit-nikko-intro):not(.has-background):not(.is-style-vk-group-shadow):not(.is-style-vk-group-dashed):not(.is-style-vk-group-solid-roundcorner) > p {
    max-width: 760px;
    color: var(--ncit-muted);
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.9;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body > .wp-block-group:not(.ncit-section):not(.ncit-nikko-intro):not(.has-background):not(.is-style-vk-group-shadow):not(.is-style-vk-group-dashed):not(.is-style-vk-group-solid-roundcorner) {
    max-width: 1200px;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(23, 52, 74, .10);
    border-radius: 16px;
    background: rgba(255, 255, 255, .62);
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body > .wp-block-group.has-background {
    overflow: hidden;
    padding: clamp(28px, 4vw, 52px) !important;
    border: 1px solid rgba(23, 52, 74, .12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(0, 35, 135, .055), rgba(49, 93, 122, .035) 46%, rgba(255, 255, 255, 0) 72%),
        #fff !important;
    box-shadow: 0 18px 42px rgba(20, 43, 76, .08);
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body > .wp-block-group.has-background > h1:first-child,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body > .wp-block-group.has-background > h2:first-child,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body > .wp-block-group.has-background > h3:first-child,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body > .wp-block-group.has-background > .wp-block-group:first-child h1:first-child,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body > .wp-block-group.has-background > .wp-block-group:first-child h2:first-child,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body > .wp-block-group.has-background > .wp-block-group:first-child h3:first-child {
    margin-top: 0;
    color: var(--ncit-ink);
    font-size: 2.45rem;
    font-weight: 800;
    line-height: 1.35;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body > .wp-block-group.has-background p {
    color: var(--ncit-muted);
    font-weight: 700;
    line-height: 1.85;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body img {
    border-radius: 14px;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-columns {
    gap: clamp(16px, 2vw, 24px) !important;
    align-items: stretch !important;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-column {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-column > .wp-block-group.is-style-vk-group-shadow,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-column > .wp-block-group.is-style-vk-group-dashed,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-column > .wp-block-group.is-style-vk-group-solid-roundcorner {
    height: 100%;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-nowrap,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-layout-grid {
    align-items: stretch !important;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-dashed,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-solid-roundcorner {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    flex-direction: column;
    padding: clamp(22px, 2.4vw, 32px) !important;
    border: 1px solid var(--ncit-border) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 16px 34px rgba(20, 43, 76, .075) !important;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-dashed {
    border-style: solid !important;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > p:first-child {
    min-height: 1.55em;
    margin: 0 0 18px;
    color: var(--ncit-accent);
    font-size: .84rem;
    font-weight: 800;
    line-height: 1.5;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > h1,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > h2,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > h3,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > h4 {
    min-height: 2.8em;
    margin: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(23, 52, 74, .12);
    color: var(--ncit-text);
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.4;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > h1::after,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > h2::after,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > h3::after,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > h4::after {
    display: block;
    width: 56px;
    height: 2px;
    margin-top: 14px;
    background: var(--ncit-accent);
    content: "";
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > h1 + p,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > h2 + p,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > h3 + p,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > h4 + p {
    margin-top: 20px;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > p:last-child {
    color: var(--ncit-muted);
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.75;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-solid-roundcorner {
    justify-content: flex-start;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-solid-roundcorner > h1,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-solid-roundcorner > h2,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-solid-roundcorner > h3,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-solid-roundcorner > h4 {
    margin: 0 0 14px;
    color: var(--ncit-ink);
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.45;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-solid-roundcorner > p {
    margin: 0;
    color: var(--ncit-muted);
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.75;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-solid-roundcorner > ul {
    margin: 18px 0 0;
    padding-left: 1.15em;
    color: var(--ncit-muted);
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.75;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-dashed > .wp-block-group.has-background:first-child {
    min-height: 132px;
    margin: calc(clamp(22px, 2.4vw, 30px) * -1) calc(clamp(22px, 2.4vw, 30px) * -1) 22px !important;
    padding: 24px clamp(22px, 2.4vw, 30px) !important;
    border-radius: 12px 12px 0 0 !important;
    box-shadow: none !important;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-table {
    overflow: hidden;
    border: 1px solid var(--ncit-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(20, 43, 76, .06);
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body table {
    margin: 0;
    border-collapse: collapse;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body th,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body td {
    border-color: rgba(23, 52, 74, .12);
    color: var(--ncit-text);
    font-weight: 700;
    line-height: 1.7;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body th {
    background: #eef4fb;
    color: var(--ncit-ink);
    font-weight: 800;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wpforms-container {
    margin: 0;
    padding: clamp(24px, 3.5vw, 44px);
    border: 1px solid var(--ncit-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(20, 43, 76, .08);
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wpforms-container .wpforms-field {
    padding: 12px 0;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wpforms-container label {
    color: var(--ncit-text);
    font-weight: 800;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wpforms-container input[type="text"],
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wpforms-container input[type="email"],
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wpforms-container textarea,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wpforms-container select {
    min-height: 52px;
    border: 1px solid rgba(23, 52, 74, .18);
    border-radius: 10px;
    background: #f8fafc;
    color: var(--ncit-text);
    font-weight: 700;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wpforms-container button[type="submit"] {
    min-height: 56px;
    padding: 0 34px;
    border-radius: 999px;
    background: var(--ncit-ink);
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(0, 35, 135, .18);
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-dashed > .wp-block-group.has-background:first-child > * {
    color: #fff !important;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-dashed > .wp-block-group.has-background:first-child > p:first-child {
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.35;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-dashed > .wp-block-group.has-background:first-child > h1,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-dashed > .wp-block-group.has-background:first-child > h2,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-dashed > .wp-block-group.has-background:first-child > h3,
body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-dashed > .wp-block-group.has-background:first-child > h4 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.35;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-dashed > p {
    min-height: 5.4em;
    margin: 0 0 22px;
    color: #202a35;
    font-size: .98rem;
    font-weight: 700;
    line-height: 1.8;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-dashed > ul {
    margin-top: auto;
    padding-left: 1.2em;
    color: #34465c;
    font-weight: 700;
    line-height: 1.75;
}

body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-dashed > ul li + li {
    margin-top: .35em;
}

@media (min-width: 768px) and (max-width: 1199px) {
    body:not(.post-name-chiikiokoshi) .global-nav {
        display: none;
    }

    body:not(.post-name-chiikiokoshi) .vk-mobile-nav {
        display: block;
    }

    body:not(.post-name-chiikiokoshi) .vk-mobile-nav-menu-btn {
        display: block;
        position: absolute;
        top: 25px;
        right: 20px;
        left: auto;
        width: 44px;
        height: 44px;
        border: 0;
        border-radius: 6px;
        background-color: #f0f4f8;
        background-size: 24px 24px;
    }

    body.admin-bar:not(.post-name-chiikiokoshi) .vk-mobile-nav-menu-btn {
        top: calc(25px + var(--wp-admin--admin-bar--height, 32px));
    }
}

@media (max-width: 1199px) {
    body:not(.post-name-chiikiokoshi) .site-header-container,
    body:not(.post-name-chiikiokoshi).header_scrolled .site-header-container,
    body:not(.post-name-chiikiokoshi).scrolled .site-header-container {
        gap: 12px;
        min-height: 80px;
    }

    body:not(.post-name-chiikiokoshi) .site-header-logo img,
    body:not(.post-name-chiikiokoshi).header_scrolled .site-header-logo img,
    body:not(.post-name-chiikiokoshi).scrolled .site-header-logo img {
        width: min(260px, 25vw);
        max-height: 56px;
    }

    body:not(.post-name-chiikiokoshi) .site-header-logo a.ncit-brand-mark {
        width: min(380px, 100%);
        gap: 7px;
    }

    body:not(.post-name-chiikiokoshi) .site-header-logo a.ncit-brand-mark img.ncit-brand-icon,
    body:not(.post-name-chiikiokoshi).header_scrolled .site-header-logo a.ncit-brand-mark img.ncit-brand-icon,
    body:not(.post-name-chiikiokoshi).scrolled .site-header-logo a.ncit-brand-mark img.ncit-brand-icon {
        width: 50px;
        max-width: 50px;
        height: 50px;
        max-height: 50px;
        flex-basis: 50px;
    }

    body:not(.post-name-chiikiokoshi) .ncit-brand-tagline {
        font-size: .7rem;
    }

    body:not(.post-name-chiikiokoshi) .ncit-brand-title {
        font-size: 1.1rem;
    }

    body:not(.post-name-chiikiokoshi) .global-nav-list > li > a {
        min-height: 40px;
        padding-inline: 8px;
        font-size: .76rem;
    }

}

@media (max-width: 767px) {
    body:not(.post-name-chiikiokoshi) .vk-mobile-nav-menu-btn {
        position: absolute !important;
        top: 17px;
        right: 16px;
        left: auto;
        width: 44px;
        height: 44px;
        border: 0;
        border-radius: 6px;
        background-color: #f0f4f8;
        background-size: 24px 24px;
    }

    body.admin-bar:not(.post-name-chiikiokoshi) .vk-mobile-nav-menu-btn {
        top: 63px;
    }

    body:not(.post-name-chiikiokoshi) .vk-mobile-nav-menu-btn:focus-visible {
        outline: 2px solid #002387;
        outline-offset: 3px;
    }

    body:not(.home):not(.post-name-chiikiokoshi) .site-body-container,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body {
        width: min(calc(100% - 32px), 1200px);
    }

    body:not(.home):not(.post-name-chiikiokoshi) .page-header-title {
        font-size: 1.95rem;
    }

    body:not(.home):not(.post-name-chiikiokoshi) .entry-body > h1,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body > h2 {
        font-size: 2rem;
    }

    body:not(.home):not(.post-name-chiikiokoshi) .entry-body > h3 {
        font-size: 1.55rem;
    }

    body:not(.home):not(.post-name-chiikiokoshi) .entry-body > p,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body > .wp-block-group:not(.has-background):not(.is-style-vk-group-shadow):not(.is-style-vk-group-dashed):not(.is-style-vk-group-solid-roundcorner) > p {
        font-size: 1rem;
    }

    body:not(.home):not(.post-name-chiikiokoshi) .entry-body > .wp-block-group.has-background > h1:first-child,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body > .wp-block-group.has-background > h2:first-child,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body > .wp-block-group.has-background > h3:first-child,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body > .wp-block-group.has-background > .wp-block-group:first-child h1:first-child,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body > .wp-block-group.has-background > .wp-block-group:first-child h2:first-child,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body > .wp-block-group.has-background > .wp-block-group:first-child h3:first-child {
        font-size: 1.7rem;
    }

    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > h1,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > h2,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > h3,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > h4 {
        font-size: 1.35rem;
    }

    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-solid-roundcorner > h1,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-solid-roundcorner > h2,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-solid-roundcorner > h3,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-solid-roundcorner > h4 {
        font-size: 1.1rem;
    }

    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-dashed > .wp-block-group.has-background:first-child > h4 {
        font-size: 1.35rem;
    }

    body:not(.post-name-chiikiokoshi) .site-header-container,
    body:not(.post-name-chiikiokoshi).header_scrolled .site-header-container,
    body:not(.post-name-chiikiokoshi).scrolled .site-header-container {
        justify-content: flex-start;
        width: calc(100% - 24px);
        min-height: 78px;
        padding: 8px 52px 8px 0;
    }

    body:not(.post-name-chiikiokoshi).header_scrolled .site-header,
    body:not(.post-name-chiikiokoshi).scrolled .site-header {
        min-height: 0;
    }

    body:not(.post-name-chiikiokoshi) .site-header-logo img,
    body:not(.post-name-chiikiokoshi).header_scrolled .site-header-logo img,
    body:not(.post-name-chiikiokoshi).scrolled .site-header-logo img {
        width: min(320px, 76vw);
        max-height: 68px;
    }

    body:not(.post-name-chiikiokoshi) .site-header-logo {
        flex: 1 1 auto;
        min-width: 0;
    }

    body:not(.post-name-chiikiokoshi) .site-header-logo a.ncit-brand-mark {
        width: min(330px, 100%);
        gap: 8px;
    }

    body:not(.post-name-chiikiokoshi) .site-header-logo a.ncit-brand-mark img.ncit-brand-icon,
    body:not(.post-name-chiikiokoshi).header_scrolled .site-header-logo a.ncit-brand-mark img.ncit-brand-icon,
    body:not(.post-name-chiikiokoshi).scrolled .site-header-logo a.ncit-brand-mark img.ncit-brand-icon {
        width: 44px;
        max-width: 44px;
        height: 44px;
        max-height: 44px;
        flex-basis: 44px;
    }

    body:not(.post-name-chiikiokoshi) .ncit-brand-tagline {
        font-size: .65rem;
        white-space: normal;
    }

    body:not(.post-name-chiikiokoshi) .ncit-brand-title {
        font-size: 1rem;
        white-space: normal;
    }

    body:not(.post-name-chiikiokoshi) .site-header .ncit-brand-title {
        font-size: 16px;
        line-height: 1.3;
        text-wrap: balance;
    }

    body:not(.post-name-chiikiokoshi) .site-header .ncit-brand-copy {
        text-align: left;
    }

    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-columns {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-nowrap,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-layout-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-column {
        width: 100%;
        flex-basis: 100% !important;
    }

    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-dashed,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-solid-roundcorner {
        width: 100% !important;
        max-width: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        min-height: 0;
    }

    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-dashed,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-solid-roundcorner {
        padding: 22px !important;
    }

    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > h1,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > h2,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > h3,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-shadow > h4,
    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-dashed > p {
        min-height: 0;
    }

    body:not(.home):not(.post-name-chiikiokoshi) .entry-body .wp-block-group.is-style-vk-group-dashed > .wp-block-group.has-background:first-child {
        min-height: 112px;
        margin: -22px -22px 20px !important;
        padding: 22px !important;
    }
}
