/* ===== 支援実績 詳細ページ 追加スタイル（既存トンマナに準拠） ===== */

.achievement-detail-section {
    padding-top: 60px;
    padding-bottom: 80px;
}

.achievement-detail {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.achievement-detail-img {
    width: 100%;
    aspect-ratio: 16 / 8;
    background: #f0f0f0;
    overflow: hidden;
    margin-bottom: 40px;
}

.achievement-detail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 概要テーブル（業種・地域・スキーム・支援内容・本件のポイント） */
.summary-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
    font-size: 15px;
}

.summary-table th,
.summary-table td {
    text-align: left;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
    line-height: 1.9;
    vertical-align: top;
}

.summary-table th {
    width: 150px;
    background: #fafafa;
    color: #333;
    font-weight: 600;
    white-space: nowrap;
}

.summary-table td {
    color: #444;
    font-weight: 300;
}

.detail-section-title {
    font-size: 20px;
    font-weight: 600;
    color: #1E1E1E;
    border-left: 4px solid #333;
    padding-left: 14px;
    margin: 0 0 20px;
    line-height: 1.4;
}

.detail-lead {
    font-size: 15px;
    line-height: 2;
    color: #444;
    font-weight: 300;
    margin-bottom: 50px;
}

.detail-lead p {
    margin: 0 0 1.5em;
}

/* 関連リンク */
.related-links {
    background: #fafafa;
    border: 1px solid #eee;
    padding: 30px 32px;
    margin-bottom: 20px;
}

.related-links h2 {
    font-size: 17px;
    font-weight: 600;
    color: #1E1E1E;
    margin: 0 0 18px;
}

.related-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.related-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    transition: color .2s;
}

.related-links a:hover {
    color: #000;
    text-decoration: underline;
}

.related-links a::before {
    content: "▶";
    font-size: 9px;
    color: #999;
}

.link-tag {
    font-size: 10px;
    color: #fff;
    background: #555;
    border-radius: 4px;
    padding: 2px 8px;
    margin-left: auto;
    font-weight: 500;
    white-space: nowrap;
}

.back-link {
    display: block;
    text-align: center;
    margin-top: 50px;
}

.back-link a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

.back-link a:hover {
    color: #000;
}

@media (max-width: 768px) {
    .summary-table th {
        width: 110px;
        padding: 14px 12px;
        font-size: 13px;
    }
    .summary-table td {
        padding: 14px 12px;
        font-size: 14px;
    }
}
