/* ============================================================ */
/* --- 健診案内ページ専用スタイル (article-kenko-info-2026.css) --- */
/* ============================================================ */

.kenko-note {
    font-size: 0.85rem;
    color: #444;
    margin-bottom: 24px;
    padding: 12px 14px;
    background: #f8f8f8;
    border-left: 3px solid #c06;
    border-radius: 4px;
    line-height: 1.8;
}

.kenko-note li {
    list-style: none;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.kenko-group {
    margin-bottom: 56px;
}
.kenko-group-header {
    padding: 8px 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #1a1a1a;
    border-top: 4px solid;
    border-bottom: 2px solid #ccc;
    margin: 0 0 24px 0;
    background: transparent;
    text-align: left;
}

.kenko-group-header.color-honin {
    border-top-color: #6aaa5a;
}

.kenko-group-header.color-kazoku {
    border-top-color: #9b3080;
}

.kenko-age-group {
    margin-bottom: 32px;
}

.kenko-age-group:last-child {
    margin-bottom: 0;
}

.kenko-age-header {
    font-size: 1.05rem;
    font-weight: bold;
    color: #222;
    padding: 4px 0 4px 14px;
    margin: 0 0 12px 0;
    text-align: left;
    border-left: 5px solid #6aaa5a;
}

.kenko-group:nth-of-type(2) .kenko-age-header {
    border-left-color: #9b3080;
}

.kenko-list {
    display: grid;
    grid-template-columns: 15rem 1fr;
    border-top: 2px solid #444;
    border-bottom: 2px solid #444;
    margin: 0;
}

.kenko-list>dt {
    background-color: #f7f7f7;
    padding: 14px 16px;
    font-size: 0.85rem;
    font-weight: bold;
    color: #444;
    display: flex;
    align-items: center;
    border-right: 1px dotted #ccc;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.kenko-list>dd {
    padding: 14px 16px;
    font-size: 0.95rem;
    color: #222;
    line-height: 1.6;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.kenko-list>dt:last-of-type,
.kenko-list>dd:last-of-type {
    border-bottom: none;
}

.kenko-list>dd.split-value {
    padding: 0;
}
.gender-list {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.gender-row {
    display: flex;
    align-items: stretch;
    border-bottom: 1px dotted #ccc;
    width: 100%;
}

.gender-row:last-child {
    border-bottom: none;
}

.gender-row>dt {
    width: 4rem;
    flex-shrink: 0;
    font-size: 0.85rem;
    color: #666;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px dotted #ccc;
    padding: 8px 4px;
    margin: 0;
}

.gender-row>dd {
    flex: 1;
    padding: 10px 16px;
    font-size: 0.95rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    margin: 0;
}

.dock-age-table-wrapper {
    margin: 0 0 32px 0;
    padding: 0;
}

.dock-age-table-title {
    font-size: 0.95rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 8px;
}

.dock-age-table-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    contain: inline-size; 
}

.dock-age-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    font-size: 0.8rem;
    text-align: center;
}

.dock-age-table th,
.dock-age-table td {
    border: 1px solid #777;
    padding: 8px 4px;
    vertical-align: middle;
    line-height: 1.4;
}

.dock-age-table thead th {
    background-color: #777;
    color: #fff;
    font-weight: normal;
}

.dock-age-table tbody th {
    background-color: #f0f0f0;
    color: #222;
    font-weight: normal;
}

.dock-age-table tbody td {
    color: #222;
}

sup.fn {
    font-size: 0.7em;
    color: #c06;
    margin-left: 2px;
}

.kenko-footnotes {
    margin-top: 24px;
    padding: 18px 20px;
    background: transparent;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    font-size: 0.8rem;
    color: #555;
    line-height: 1.8;
}

.kenko-footnotes li {
    list-style: none;
}

.fn-mark {
    color: #c06;
}
.hojo-link-area {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0 48px;
}

.hojo-link-text {
    font-size: 0.95rem;
    color: #222;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 6px;
}

.hojo-link-icon {
    color: #e3297d;
    font-size: 1rem;
}

.hojo-link-buttons {
    display: flex;
    gap: 12px;
}

.hojo-btn {
    display: inline-block;
    background-color: #ec82af;
    color: #fff !important;
    padding: 8px 24px;
    font-size: 0.95rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none !important;
    transition: opacity 0.2s;
    border-radius: 2px;
}

.hojo-btn:hover {
    opacity: 0.8;
}

.text-accent {
    font-weight: bold;
    color: #c06;
}
@media (max-width: 640px) {
    .kenko-list {
        grid-template-columns: 1fr;
    }

    .kenko-list>dt {
        border-right: none;
        background: #f0f0f0;
    }

    .gender-row>dt {
        width: 3.5rem;
    }

    .hojo-link-area {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .hojo-link-buttons {
        width: 100%;
    }

    .hojo-btn {
        flex: 1;
        text-align: center;
        padding: 10px 16px;
    }
}

/* ============================================================ */
/* --- P2・P3 ガイドセクション（タイムライン型デザイン） --- */
/* ============================================================ */

.guide-section {
    margin: 48px 0;
    border-top: 3px solid #c06;
    padding-top: 24px;
}

.guide-section+.guide-section {
    margin-top: 56px;
    border-top-color: #9b3080;
}

.guide-section-header {
    margin-bottom: 16px;
}

.guide-section-header h2 {
    font-size: 1.5rem;
    margin: 0 0 6px;
    color: #1a1a1a;
    line-height: 1.3;
}

.guide-section-header.honin h2 {
    border-left: 5px solid #c06;
    padding-left: 14px;
}

.guide-section-header.kazoku h2 {
    border-left: 5px solid #9b3080;
    padding-left: 14px;
}

.guide-header-note {
    font-size: 0.85rem;
    color: #555;
    margin: 6px 0 0 19px;
    padding-left: 14px;
}

.guide-course-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.course-tag {
    display: inline-block;
    padding: 3px 12px;
    background: transparent;
    color: #c06;
    border: 1px solid #c06;
    font-size: 0.8rem;
    border-radius: 2px;
    font-weight: bold;
}

.course-tag.kazoku {
    color: #9b3080;
    border-color: #9b3080;
}

.guide-split-boxes {
    display: flex;
    gap: 0;
    margin-bottom: 28px;
    border: 1px solid #e0e0e0;
}

.guide-split-boxes.has-gap {
    gap: 16px;
    border: none;
}

.guide-split-box {
    padding: 18px 20px;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.guide-split-box.honin {
    background: #e1f4fc;
    border: 1px solid #e0e0e0;
}

.guide-split-box.light {
    background: #ffffff;
    border: 1px solid #e5e5e5;
}

.guide-split-title {
    font-weight: bold;
    font-size: 0.95rem;
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
}

.guide-split-tag {
    display: inline;
    font-size: 0.75rem;
    color: #c06;
    font-weight: bold;
    margin-left: 6px;
}

.guide-date-badge {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: bold;
    color: #c06;
    padding: 2px 0;
    margin-top: 6px;
}

.guide-flow {
    list-style: none;
    padding: 0;
    margin: 0;
}

.guide-flow-item {
    display: block;
}

.guide-flow-inner {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px;
    border-bottom: 1px dotted #ccc;
}

.guide-flow-label {
    flex-shrink: 0;
    width: 8.5em;
    color: #c06;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4;
    padding-top: 4px;
}

.guide-flow.slim .guide-flow-label {
    width: 8.5em;
    font-size: 0.9rem;
}

.guide-section+.guide-section .guide-flow-label {
    color: #9b3080;
}

.guide-flow-label::before {
    content: "■";
    margin-right: 6px;
    font-size: 0.8em;
    vertical-align: middle;
}

.guide-flow-content {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}

.guide-flow-content p {
    margin: 0 0 8px;
}

.guide-flow-content p:last-child {
    margin-bottom: 0;
}

.flow-arrow {
    display: none;
}
.guide-deadline {
    font-size: 1.15rem;
    font-weight: bold;
    color: #c06;
    display: block;
    margin: 4px 0 12px;
    background: #fff5f8;
    padding: 6px 12px;
    border-left: 3px solid #c06;
    width: fit-content;
}

.guide-highlight {
    display: inline-block;
    font-weight: bold;
    font-size: 0.85rem;
    color: #fff;
    background: #c06;
    padding: 2px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.guide-btn {
    display: inline-block;
    padding: 0;
    background: transparent;
    color: #555 !important;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: bold;
    border-bottom: 1px solid #999;
    padding-bottom: 1px;
    margin: 4px 0 8px;
}

.guide-btn::after {
    content: ' →';
}

.guide-btn.kazoku {
    color: #9b3080 !important;
    border-bottom-color: #9b3080;
}

.guide-btn.ladies {
    color: #c06 !important;
    border-bottom-color: #c06;
}

.guide-url-text {
    font-size: 0.75rem;
    color: #444;
    word-break: break-all;
    margin-top: 2px;
}

.guide-link {
    font-size: 0.85rem;
    color: #c06;
    text-decoration: underline;
}

.guide-note {
    font-size: 0.78rem;
    color: #444;
}

.guide-contact-grid {
    display: flex;
    gap: 0;
    margin-top: 14px;
    border: 1px solid #e0e0e0;
}

.guide-contact-item {
    flex: 1;
    padding: 12px 14px;
}

.guide-contact-item+.guide-contact-item {
    border-left: 1px solid #e0e0e0;
}

.guide-contact-icon {
    font-size: 0.78rem;
    font-weight: bold;
    color: #444;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.guide-contact-item dl {
    margin: 0;
}

.guide-contact-item dt {
    font-size: 0.7rem;
    color: #444;
    margin-top: 6px;
}

.guide-contact-item dd {
    font-size: 0.88rem;
    margin: 1px 0 0 0;
    word-break: break-all;
    color: #222;
}

.guide-contact-item dd strong {
    font-size: 1.15rem;
    letter-spacing: 0.03em;
}

.guide-bring-box {
    padding: 16px 12px;
    font-size: 0.85rem;
    color: #444;
    background: rgba(255, 255, 255, 0.4);
    border-top: 1px dotted #ccc;
}

.guide-bring-label {
    display: block;
    font-size: 0.72rem;
    font-weight: bold;
    color: #444;
    letter-spacing: 0.06em;
    margin-bottom: 3px;
}

.guide-flow-column {
    flex: 1;
    background: #e1f4fc;
}

.guide-column-header {
    font-size: 0.95rem;
    font-weight: bold;
    padding: 10px 12px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 0;
    background: transparent;
    border-bottom: 2px solid #e0e0e0;
    min-height: 4.5rem;
}

.guide-column-header.kazoku {
    border-bottom-color: #9b3080;
}

.guide-column-header.ladies {
    border-bottom-color: #c06;
}

.guide-flow.slim::before {
    left: 15px;
}

.guide-intro-note {
    font-size: 0.9rem;
    color: #444;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.7;
}

.guide-footnote-bottom {
    font-size: 0.78rem;
    color: #444;
    padding: 14px 0 0;
    border-top: 1px solid #e0e0e0;
    margin: 16px 0 0;
}

@media (max-width: 640px) {
    .guide-split-boxes {
        flex-direction: column;
        border: none;
        gap: 12px;
    }

    .guide-split-box {
        border: 1px solid #e5e5e5;
    }

    .guide-split-box.honin {
        border-right: 1px solid #e5e5e5;
    }

    .guide-contact-grid {
        flex-direction: column;
    }

    .guide-contact-item+.guide-contact-item {
        border-left: none;
        border-top: 1px solid #e0e0e0;
    }

    .guide-flow-inner {
        flex-direction: column;
    }
}
