.special-doc-keypoints > div{
    grid-template-columns: 5rem minmax(0, 1fr);
}

.nteq-info-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 32px;
}

.nteq-info-category-card {
    padding: 28px;
    border: 1px solid #e1e6e9;
    border-radius: 14px;
    background: #f8fafb;
}

.nteq-info-category-heading {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.nteq-info-category-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #edf2f4;
}

.nteq-info-category-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #617681;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nteq-info-category-heading h3 {
    margin: 2px 0 0;
    color: #27333a;
    font-size: 1rem;
    line-height: 1.5;
}

.nteq-info-category-heading p {
    margin: 8px 0 0;
    color: #6e7980;
    font-size: 0.82rem;
    line-height: 1.75;
}

.nteq-info-keyword-list {
    margin-top: 24px;
    border-top: 1px solid #e0e5e8;
}

.nteq-info-keyword-row {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 15px 0;
    border-bottom: 1px solid #e0e5e8;
}

.nteq-info-keyword-row p {
    margin: 1px 0 0;
    color: #657179;
    font-size: 0.78rem;
    line-height: 1.7;
}

.nteq-info-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 3px 10px;
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.nteq-info-badge-investigating {
    background: #fef3c7;
    color: #b45309;
}

.nteq-info-badge-warning {
    background: #f3e8ff;
    color: #7e22ce;
}

.nteq-info-badge-attention {
    background: #fef2f2;
    color: #dc2626;
}

.nteq-info-badge-finished {
    background: #f3f4f6;
    color: #4b5563;
}

.nteq-info-commentary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 25px;
    padding-top: 22px;
    border-top: 1px solid #e0e5e8;
}

.nteq-info-commentary-single {
    grid-template-columns: 1fr;
}

.nteq-info-commentary p {
    margin: 8px 0 0;
    color: #69757c;
    font-size: 0.77rem;
    line-height: 1.75;
}

.nteq-info-commentary h4 {
    margin: 0;
    color: #39464d;
    font-size: 0.82rem;
}

.nteq-info-commentary ul {
    margin: 12px 0 0;
    padding-left: 18px;
    color: #69757c;
}

.nteq-info-commentary li {
    margin-top: 7px;
    font-size: 0.77rem;
    line-height: 1.7;
}

.nteq-info-commentary li:first-child {
    margin-top: 0;
}

.nteq-info-commentary-note {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    margin-top: 22px;
    padding: 16px;
    border-left: 3px solid #93a8b4;
    border-radius: 0 9px 9px 0;
    background: #fff;
}

.nteq-info-commentary-note svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #738a96;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.nteq-info-commentary-note p {
    margin: 0;
    color: #66737b;
    font-size: 0.76rem;
    line-height: 1.7;
}


.nteq-info-detail-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
}

.nteq-info-detail {
    padding: 26px 28px;
    border: 1px solid #e0e5e8;
    border-radius: 12px;
    background: #fff;
}

.nteq-info-detail-investigating {
    border-left: 4px solid #d6a62d;
}

.nteq-info-detail-warning {
    border-left: 4px solid #7e22ce;
}

.nteq-info-detail-attention {
    border-left: 4px solid #dc2626;
}

.nteq-info-detail-finished {
    border-left: 4px solid #6b7280;
}

.nteq-info-detail-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.nteq-info-detail-header h3 {
    margin: 0;
    color: #2f3b42;
    font-size: 0.95rem;
    line-height: 1.55;
}

.nteq-info-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #e4e8ea;
}

.nteq-info-detail-grid h4 {
    margin: 0;
    color: #3b474e;
    font-size: 0.82rem;
}

.nteq-info-detail-grid ul {
    margin: 11px 0 0;
    padding-left: 18px;
    color: #68747b;
}

.nteq-info-detail-grid li {
    margin-top: 7px;
    font-size: 0.78rem;
    line-height: 1.7;
}

.nteq-info-detail-grid li:first-child {
    margin-top: 0;
}

.nteq-info-misunderstanding {
    margin-top: 30px;
    border-top: 1px solid #dce3e6;
}

.nteq-info-misunderstanding article {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: 50px;
    padding: 25px 4px;
    border-bottom: 1px solid #dce3e6;
}

.nteq-info-misunderstanding-question {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
}

.nteq-info-misunderstanding-question > span {
    padding-top: 2px;
    color: #929da3;
    font-size: 0.7rem;
    font-weight: 700;
}

.nteq-info-misunderstanding-question h3 {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.7;
}

.nteq-info-misunderstanding-answer strong {
    display: block;
    font-size: 0.83rem;
}

.nteq-info-misunderstanding-answer p {
    margin: 8px 0 0;
    color: #6b777e;
    font-size: 0.8rem;
    line-height: 1.8;
}

.nteq-info-flow-image-wrap {
    max-width: 760px;
    margin: 32px auto 0;
}

.nteq-info-flow-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.nteq-info-flow-note {
    max-width: 760px;
    margin: 14px auto 0;
    padding: 17px 19px;
    border-left: 3px solid #8fa2ac;
    background: #f6f8f9;
}

.nteq-info-flow-note strong {
    color: #37444b;
    font-size: 0.8rem;
}

.nteq-info-flow-note p {
    margin: 6px 0 0;
    color: #68757c;
    font-size: 0.76rem;
    line-height: 1.75;
}

.nteq-statistics-intro {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 18px;
    margin-top: 30px;
    padding: 20px 22px;
    border: 1px solid #dce3e6;
    border-radius: 11px;
    background: #f7f9fa;
}

.nteq-statistics-intro img{
    height: 2rem;
}

.nteq-statistics-intro strong {
    display: block;
    color: #354149;
    font-size: 0.87rem;
}

.nteq-statistics-intro p {
    margin: 7px 0 0;
    color: #69757c;
    font-size: 0.79rem;
    line-height: 1.8;
}

.nteq-statistics-cases {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.nteq-statistics-case {
    padding: 26px;
    border: 1px solid #e0e5e8;
    border-radius: 14px;
    background: #fff;
}

.nteq-statistics-case-warning {
    border-top: 4px solid #7e22ce;
}

.nteq-statistics-case-attention {
    border-top: 4px solid #dc2626;
}

.nteq-statistics-case-heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.nteq-statistics-case-heading .nteq-info-badge {
    flex: 0 0 auto;
    margin-top: 1px;
}

.nteq-statistics-case-heading h3 {
    margin: 0;
    color: #303b42;
    font-size: 0.94rem;
    line-height: 1.55;
}

.nteq-statistics-case-heading p {
    margin: 7px 0 0;
    color: #707b82;
    font-size: 0.77rem;
    line-height: 1.7;
}

.nteq-statistics-history {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 24px;
    overflow: hidden;
    border: 1px solid #e1e5e8;
    border-radius: 9px;
    background: #e1e5e8;
}

.nteq-statistics-history-single {
    grid-template-columns: 1fr;
}

.nteq-statistics-history > div {
    padding: 16px;
    background: #f8fafb;
}

.nteq-statistics-history strong {
    display: block;
    color: #87939a;
    font-size: 0.72rem;
}

.nteq-statistics-history span {
    display: block;
    margin-top: 7px;
    color: #354149;
    font-size: 0.82rem;
    font-weight: 700;
}

.nteq-statistics-history p {
    margin: 6px 0 0;
    color: #707b82;
    font-size: 0.74rem;
    line-height: 1.65;
}

.nteq-statistics-numbers {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    margin-top: 22px;
    padding: 22px 12px;
}

.nteq-statistics-number {
    text-align: center;
}

.nteq-statistics-number strong {
    display: block;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -0.04em;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap:.3rem
}

.nteq-statistics-number strong > span{
    font-size: 1rem;
    margin: 0;
    letter-spacing: 0em;
}

.nteq-statistics-number-warning strong {
    color: #7e22ce;
}

.nteq-statistics-number-attention strong {
    color: #dc2626;
}

.nteq-statistics-number span {
    display: block;
    margin: 10px auto 0;
    color: #737f86;
    font-size: 0.7rem;
    line-height: 1.6;
}

.nteq-statistics-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0aab0;
    font-size: 1.2rem;
    line-height: 1;
}

.nteq-statistics-arrow-mobile {
    display: none;
}

.nteq-statistics-frequency {
    padding: 17px 18px;
    border-radius: 9px;
}

.nteq-statistics-frequency-warning {
    background: #f3e8ff;
    color: #7e22ce;
}

.nteq-statistics-frequency-attention {
    background: #fef2f2;
    color: #dc2626;
}

.nteq-statistics-frequency strong {
    display: block;
    font-size: 0.9rem;
}

.nteq-statistics-frequency p {
    margin: 7px 0 0;
    color: #59656c;
    font-size: 0.75rem;
    line-height: 1.7;
}

.nteq-statistics-case-note {
    margin: 16px 0 0;
    color: #7c878d;
    font-size: 0.73rem;
    line-height: 1.7;
}

.nteq-statistics-note {
    margin-top: 16px;
    padding: 18px 20px;
    border-left: 3px solid #879aa4;
    background: #f6f8f9;
}

.nteq-statistics-note strong {
    display: block;
    color: #37444b;
    font-size: 0.8rem;
}

.nteq-statistics-note p {
    margin: 7px 0 0;
    color: #68757c;
    font-size: 0.76rem;
    line-height: 1.75;
}

.nteq-info-formula {
    margin-top: 20px;
    padding: 24px 26px;
    border: 1px solid #dfe5e8;
    border-radius: 12px;
    background: #fff;
}

.nteq-info-formula-label {
    margin: 0;
    color: #66747b;
    font-size: 0.76rem;
    font-weight: 700;
}

.nteq-info-formula-expression {
    margin-top: 14px;
    padding: 20px 24px;
    border-radius: 9px;
    background: #f4f7f8;
    text-align: center;
}

.nteq-info-formula-expression strong {
    color: #27333a;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.01em;
}

.nteq-info-formula-expression sub {
    font-size: 0.65em;
}

.nteq-info-formula-description {
    margin: 16px 0 0;
    color: #68757c;
    font-size: 0.78rem;
    line-height: 1.8;
}

.nteq-info-formula-description b {
    color: #39464d;
    font-weight: 700;
}

.nteq-info-notice {
    margin-top: 14px;
    padding: 18px 20px;
    border-left: 3px solid #8fa2ac;
    background: #f6f8f9;
}

.nteq-info-notice strong {
    display: block;
    color: #37444b;
    font-size: 0.8rem;
    line-height: 1.6;
}

.nteq-info-notice p {
    margin: 7px 0 0;
    color: #68757c;
    font-size: 0.76rem;
    line-height: 1.75;
}

.action-after{
    margin-bottom: 1rem;
}

.special-doc-figure-media{
    width: 100%;
}

.special-doc-figure-placeholder{
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

.special-doc-figure-placeholder > img {
    max-width: 70%;
}

@media (max-width: 900px) {
    .nteq-info-category-grid {
        grid-template-columns: 1fr;
    }

    .nteq-statistics-cases {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .nteq-info-category-card {
        padding: 22px 18px;
    }

    .nteq-info-category-heading {
        gap: 14px;
    }

    .nteq-info-category-icon {
        width: 44px;
        height: 44px;
    }

    .nteq-info-keyword-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .nteq-info-badge {
        justify-self: start;
    }

    .nteq-info-commentary {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .nteq-info-detail {
        padding: 21px 18px;
    }

    .nteq-info-detail-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .nteq-info-misunderstanding article {
        grid-template-columns: 1fr;
        gap: 13px;
        padding: 21px 2px;
    }

    .nteq-info-misunderstanding-answer {
        padding-left: 40px;
    }


    .nteq-statistics-intro {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .nteq-statistics-case {
        padding: 21px 18px;
    }

    .nteq-statistics-case-heading {
        flex-direction: column;
        gap: 10px;
    }

    .nteq-statistics-history {
        grid-template-columns: 1fr;
    }

    .nteq-statistics-numbers {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .nteq-statistics-number strong {
        font-size: 1.8rem;
    }

    .nteq-statistics-numbers {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .nteq-statistics-arrow-desktop {
        display: none;
    }

    .nteq-statistics-arrow-mobile {
        display: inline;
    }

    .nteq-info-formula {
        padding: 20px 18px;
    }

    .nteq-info-formula-expression {
        padding: 18px 12px;
    }

    .nteq-info-formula-expression strong {
        font-size: 1.1rem;
    }

    .nteq-info-notice {
        padding: 16px 17px;
    }

    .special-doc-figure-placeholder > img {
        max-width: 100%;
    }
}