table.article_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
}

table.article_table th,
table.article_table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

table.article_table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

table.article_table tr:nth-child(even) {
    background-color: #f9f9f9;
}

table.article_table tr:hover {
    background-color: #f1f1f1;
}

table.article_table a {
    color: #0073e6;
    text-decoration: none;
    font-weight: bold;
}

table.article_table a:hover {
    text-decoration: underline;
}

/* ===== スマホ調整 ===== */
@media (max-width: 640px) {

    blockquote.article-quote,
    .pull-quote {
        padding: var(--spacing-md) var(--spacing-lg);
    }

    blockquote.article-quote p {
        font-size: var(--font-size-md);
    }

    .pull-quote p {
        font-size: var(--font-size-lg);
    }
}

.ec-layoutRole__main {
    background: #f4f5f6;
}

.nv-shell {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 16px 52px;
    color: #222;
}

.nv-shell a {
    color: #006c54;
    text-decoration: none;
}

.nv-shell a:hover,
.nv-shell a:focus {
    text-decoration: underline;
}

.nv-topbar__brand {
    font-weight: 700;
    font-size: 14px;
}

.nv-hero,
.nv-subnav,
.nv-body,
.nv-side-box,
.nv-module,
.npsr-news-footer__section,
.npsr-news-footer__cta,
.npsr-coupon-box,
.npsr-author-box {
    background: #fff;
    border: 1px solid #ddd;
}

.nv-hero {
    margin-top: 18px;
    padding: 24px 24px 20px;
}

.nv-hero__brand {
    margin-bottom: 10px;
}

.nv-kicker {
    color: #006c54;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.nv-hero h1,
.nv-body h2,
.nv-body h3,
.nv-body h4,
.nv-body h5,
.nv-side-title,
.npsr-related-card__title {
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.nv-hero h1 {
    margin: 12px 0 14px;
    font-size: 32px;
    line-height: 1.45;
}

.nv-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    color: #666;
    font-size: 13px;
}

.nv-lead {
    margin: 16px 0 0;
    color: #333;
    line-height: 1.75;
    font-size: 15px;
}

.nv-subnav {
    margin-top: 14px;
    padding: 14px 16px;
}

.nv-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nv-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    background: #eef7f4;
    color: #006c54;
    font-size: 12px;
    font-weight: 700;
}

.nv-tag .fa {
    font-size: 0.95em;
}

.nv-main {
    display: grid;
    grid-template-columns: minmax(0, 720px) minmax(260px, 320px);
    gap: 22px;
    align-items: start;
    margin-top: 18px;
}

.nv-main--single {
    grid-template-columns: minmax(0, 1fr);
}

.nv-body {
    padding: 26px 24px 32px;
}

.nv-body--index {
    padding: 24px;
}

.nv-body p,
.nv-body li,
.npsr-related-card__description,
.npsr-author-box p,
.npsr-coupon-box p,
.nv-side-box p,
.nv-side-list li {
    color: #2e2e2e;
    line-height: 1.75;
    font-size: 15px;
}

.nv-body h2 {
    margin: 42px 0 14px;
    padding-left: 10px;
    border-left: 5px solid #006c54;
    font-size: 28px;
    line-height: 1.5;
}

.nv-body h3 {
    margin: 28px 0 12px;
    font-size: 21px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d8ddd9;
}

.nv-body h4 {
    margin: 18px 0 10px;
    font-size: 17px;
    padding-left: 10px;
    border-left: 3px solid #9fc7bb;
}

.nv-body h5 {
    margin: 16px 0 8px;
    color: #555;
    font-size: 14px;
    padding-left: 10px;
    border-left: 2px solid #d8ddd9;
}

.nv-body__thumbnail {
    margin-bottom: 24px;
}

.npsr-thumbnail {
    overflow: hidden;
    background: #f1f3f5;
}

.npsr-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.npsr-news-index-grid {
    display: grid;
    gap: 18px;
}

.npsr-news-search {
    margin-top: 16px;
    padding: 18px;
    border: 1px solid #d6ddd9;
    background: #fff;
}

.npsr-news-search__label {
    display: inline-block;
    margin-bottom: 10px;
    color: #23403a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.npsr-news-search__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.npsr-news-search__input {
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid #cfd8d4;
    background: #fff;
    color: #1f2933;
    font-size: 15px;
}

.npsr-news-search__input:focus {
    outline: none;
    border-color: #006c54;
    box-shadow: 0 0 0 3px rgba(0, 108, 84, 0.12);
}

.npsr-news-search__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 120px;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid #006c54;
    background: #006c54;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.npsr-news-search__button:hover,
.npsr-news-search__button:focus {
    background: #0b7c62;
    border-color: #0b7c62;
    color: #fff;
}

.npsr-news-search-result {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 10px 14px;
    background: #eef7f4;
    color: #006c54;
    font-size: 14px;
    font-weight: 700;
}

.npsr-news-index-card {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
    border: 1px solid #ddd;
    background: #fff;
}

.npsr-news-index-card__thumb {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f0f2f4;
}

.npsr-news-index-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.npsr-news-index-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 160px;
    color: #667085;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.npsr-news-index-card__meta {
    color: #667085;
    font-size: 13px;
}

.npsr-news-index-card__meta time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.npsr-news-index-card__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 8px;
}

.npsr-news-index-card__category {
    display: inline-block;
    padding: 6px 10px;
    background: #eef7f4;
    color: #006c54;
    font-size: 12px;
    font-weight: 700;
}

.npsr-news-index-card__title,
.npsr-news-index-card__body .npsr-news-index-card__title,
.npsr-news-index-card__body h2.npsr-news-index-card__title {
    margin: 0 0 8px !important;
    margin-top: 0 !important;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 22px;
    line-height: 1.45;
}

.npsr-news-index-card__title a {
    color: #1f2933;
    text-decoration: none;
}

.npsr-news-index-card__title a:hover,
.npsr-news-index-card__title a:focus {
    color: #006c54;
}

.npsr-news-index-card__description {
    margin: 0;
    color: #425466;
    font-size: 15px;
    line-height: 1.7;
}

.npsr-news-index-empty {
    padding: 20px 0 8px;
}

.npsr-news-index-pager {
    margin-top: 28px;
}

.npsr-news-index-pager .ec-pager {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.npsr-news-index-pager .ec-pager__item,
.npsr-news-index-pager .ec-pager__item--active {
    margin: 0;
    list-style: none;
}

.npsr-news-index-pager .ec-pager a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid #d6ddd9;
    background: #fff;
    color: #23403a;
    text-decoration: none;
    font-weight: 700;
}

.npsr-news-index-pager .ec-pager__item--active a {
    background: #006c54;
    border-color: #006c54;
    color: #fff;
}

.npsr-content {
    margin-top: 0;
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0;
}

.nv-main .nv-body > .notice,
.nv-main .nv-body > .nv-body__thumbnail,
.nv-main .nv-body > .npsr-content,
.nv-main .nv-body > .nv-module,
.nv-main .nv-body > .npsr-news-footer {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.npsr-content h2,
.npsr-content h3,
.npsr-content h4,
.npsr-content h5 {
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    scroll-margin-top: 88px;
}

.npsr-content p,
.npsr-content ul,
.npsr-content ol,
.npsr-content li,
.npsr-content blockquote,
.npsr-content a {
    margin-bottom: 1.4em;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.npsr-content blockquote.article-quote {
    position: relative;
    margin: 2em 0;
    padding: 24px 24px 20px 28px;
    border: 1px solid #d6e6e0;
    border-left: 6px solid #006c54;
    background: linear-gradient(180deg, #f7fbfa 0%, #eef7f4 100%);
    color: #23403a;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.npsr-content blockquote.article-quote::before {
    content: "“";
    position: absolute;
    top: -8px;
    left: 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 64px;
    line-height: 1;
    color: rgba(0, 108, 84, 0.14);
    pointer-events: none;
}

.npsr-content blockquote.article-quote p {
    margin: 0.45em 0;
    font-size: 16px;
    line-height: 1.95;
}

.npsr-content blockquote.article-quote footer,
.npsr-content blockquote.article-quote cite {
    display: block;
    margin-top: 14px;
    color: #5f6f6a;
    font-size: 13px;
    font-style: normal;
    text-align: right;
}

.npsr-content blockquote.article-quote cite::before,
.npsr-content blockquote.article-quote footer::before {
    content: "Source: ";
    color: #7b8a86;
    font-weight: 700;
}

.npsr-content blockquote.article-quote a,
.npsr-content blockquote.article-quote cite a,
.npsr-content blockquote.article-quote footer a {
    color: #006c54;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.npsr-content blockquote.article-quote a:hover,
.npsr-content blockquote.article-quote a:focus {
    color: #004f3d;
}

.npsr-content img,
.npsr-content iframe,
.npsr-content video,
.npsr-content table {
    max-width: 100%;
}

.nv-module,
.npsr-news-footer__section,
.npsr-news-footer__cta,
.npsr-coupon-box,
.npsr-author-box {
    margin-top: 24px;
    padding: 18px;
}

.nv-side-box {
    padding: 18px;
}

.nv-side-box--mobile {
    display: none;
}

.nv-side-box+.nv-side-box {
    margin-top: 16px;
}

.nv-side-title {
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    line-height: 1.5;
}

.nv-side-list {
    margin: 0;
    padding-left: 18px;
}

.nv-side-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.nv-side-list li .fa {
    margin-top: 0.45em;
    color: #6f8f92;
    font-size: 0.9em;
    flex: 0 0 auto;
}

.nv-side-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #667085;
    font-size: 14px;
    line-height: 1.8;
}

.nv-side-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #006c54;
}

.ec-share {
    margin: 0;
}

.ec-share__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

.ec-share__item {
    margin: 0;
}

.ec-share__item--copy {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ec-share__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid #d6ddd9;
    background: #fff;
    color: #006c54;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

.ec-share__link:hover,
.ec-share__link:focus {
    background: #eef7f4;
    color: #006c54;
    text-decoration: none;
}

.ec-share__feedback {
    color: #666;
    font-size: 13px;
}

.npsr-news-footer {
    margin-top: 24px;
}

#news-detail-related,
#news-detail-author,
#news-detail-share {
    scroll-margin-top: 88px;
}

.npsr-related-list {
    display: grid;
    gap: 14px;
    margin-top: 14px;
}

.npsr-related-card {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 16px;
    padding: 14px;
    border: 1px solid #ddd;
    background: #fff;
}

.npsr-related-card__thumb {
    display: block;
    overflow: hidden;
    background: #f0f2f4;
    aspect-ratio: 1 / 1;
    min-height: 160px;
}

.npsr-related-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.npsr-related-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 160px;
    color: #666;
    font-size: 12px;
    font-weight: 700;
}

.npsr-related-card__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.npsr-related-card__category {
    display: inline-block;
    padding: 6px 10px;
    background: #eef7f4;
    color: #006c54;
    font-size: 12px;
    font-weight: 700;
}

.npsr-related-card__title {
    margin: 2px 0 6px;
    font-size: 14px;
    line-height: 1.45;
}

.npsr-related-card__title a {
    color: #222;
}

.npsr-related-card__date,
.npsr-news-footer__empty,
.npsr-news-footer__cta-copy {
    color: #666;
    font-size: 13px;
}

.nv-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.nv-actions--stack {
    flex-direction: column;
}

.nv-shell a.npsr-news-detail__action,
.npsr-news-detail__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    background: #006c54;
    border: 1px solid #006c54;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.nv-shell a.npsr-news-detail__action:hover,
.nv-shell a.npsr-news-detail__action:focus,
.npsr-news-detail__action:hover,
.npsr-news-detail__action:focus {
    color: #fff;
    background: #005342;
    text-decoration: none;
}

.nv-shell a.npsr-news-detail__action--ghost,
.npsr-news-detail__action--ghost {
    background: #fff;
    color: #006c54;
}

.nv-shell a.npsr-news-detail__action--ghost:hover,
.nv-shell a.npsr-news-detail__action--ghost:focus,
.npsr-news-detail__action--ghost:hover,
.npsr-news-detail__action--ghost:focus {
    background: #eef7f4;
    color: #006c54;
}

.ed-heading-with-icon,
.ed-toc-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ed-heading-with-icon--sm {
    font-size: 16px;
    line-height: 1.45;
}

.ed-heading-icon {
    color: #006c54;
    width: 1.1em;
    text-align: center;
    flex: 0 0 auto;
}

.ed-toc-title {
    margin-bottom: 12px;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.ed-toc-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.ed-toc-item {
    position: relative;
    margin: 0;
    padding: 8px 0 8px 18px;
    border-top: 1px solid #edf0f2;
    line-height: 1.7;
    font-size: 15px;
}

.ed-toc-item::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #006c54;
}

.ed-toc-item a {
    color: #23403a;
}

.ed-toc-item--level-3 {
    padding-left: 28px;
}

.ed-toc-item--level-4,
.ed-toc-item--level-5 {
    padding-left: 38px;
}

.ed-toc-item--level-3::before,
.ed-toc-item--level-4::before,
.ed-toc-item--level-5::before {
    background: #9fc7bb;
}

.npsr-coupon-box__heading,
.npsr-author-box__title {
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.5;
}

#news-detail-author.npsr-author-box {
    margin-top: 24px;
    padding: 20px 18px;
    border: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
}

#news-detail-author .npsr-author-box__title {
    margin: 0 0 14px;
    font-size: 16px;
}

.npsr-coupon-box__code {
    margin: 12px 0;
    padding: 12px 14px;
    background: #fff4cc;
    font-weight: 700;
    word-break: break-all;
}

.npsr-author-box img {
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 0 14px;
    border-radius: 50%;
    object-fit: cover;
    float: left;
    margin-right: 16px;
}

.npsr-author-box__name {
    margin-bottom: 12px;
    font-weight: 700;
}

#news-detail-author p {
    margin: 0;
    line-height: 1.8;
}

#news-detail-author::after {
    content: "";
    display: block;
    clear: both;
}

.ec-footerRole .footer-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.ec-footerRole .footer-links > [class*="col-"] {
    width: auto;
    max-width: none;
    flex: none;
}

@media (max-width: 991.98px) {
    .nv-main {
        grid-template-columns: 1fr;
    }

    .ec-footerRole .footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .nv-shell {
        padding: 0 10px 40px;
    }

    .nv-aside .js-news-toc {
        display: none;
    }

    .nv-body .nv-side-box--mobile.js-news-toc {
        display: block;
        margin: 0 auto 20px;
        max-width: 680px;
    }

    .npsr-news-search__row {
        grid-template-columns: 1fr;
    }

    .npsr-news-search__button {
        width: 100%;
    }

    .nv-hero,
    .nv-subnav,
    .nv-body,
    .nv-side-box,
    .nv-module,
    .npsr-news-footer__section,
    .npsr-news-footer__cta,
    .npsr-coupon-box,
    .npsr-author-box {
        padding: 16px;
    }

    .nv-hero h1 {
        font-size: 27px;
    }

    .ec-share__item,
    .ec-share__item--copy,
    .ec-share__link,
    .npsr-news-detail__action {
        width: 100%;
    }

    .npsr-related-card {
        grid-template-columns: 1fr;
    }

    .npsr-news-index-card {
        grid-template-columns: 1fr;
    }

    .npsr-news-index-card__placeholder {
        min-height: 180px;
    }

    .npsr-author-box img {
        float: none;
        margin-right: 0;
    }

    .npsr-related-card__thumb,
    .npsr-related-card__placeholder {
        min-height: 220px;
    }

    .npsr-content blockquote.article-quote {
        padding: 18px 16px 16px 20px;
    }

    .npsr-content blockquote.article-quote::before {
        top: -4px;
        left: 8px;
        font-size: 48px;
    }

    .npsr-content blockquote.article-quote p {
        font-size: 15px;
    }

    .ec-footerRole .footer-links {
        grid-template-columns: 1fr;
    }
}
