/* =========================================================
   業界別セクション
   ========================================================= */
.aind-tax {
    margin-top: 48px;
}

.aind-tax__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d5db;
}

.aind-tax__heading {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}

.aind-tax__more-link {
    font-size: 13px;
    color: #64748b;
    text-decoration: none;
    white-space: nowrap;
}

.aind-tax__more-link:hover {
    color: #2563eb;
}

.aind-tax__icon {
    font-size: 18px;
}

.aind-tax__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.aind-term-card {
    min-width: 0;
}

.aind-term-card__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 2px solid #3b82f6;
}

.aind-term-card__name {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}

.aind-term-card__more {
    font-size: 11px;
    font-weight: 600;
    color: #3b82f6;
    text-decoration: none;
    white-space: nowrap;
}

.aind-term-card__more:hover {
    text-decoration: underline;
}

.aind-term-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
}

.aind-term-card__article {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.aind-term-card__article:hover .aind-term-card__article-title {
    color: #3b82f6;
}

.aind-term-card__article-thumb {
    width: 70px;
    height: 70px;
    border-radius: 2px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f0f2f5;
}

.aind-term-card__article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aind-term-card__article-text {
    flex: 1;
    min-width: 0;
}

.aind-term-card__article-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    transition: color 0.15s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aind-term-card__article-excerpt {
    display: -webkit-box;
    font-size: 11px;
    color: #999;
    line-height: 1.3;
    margin-top: 2px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.aind-term-card__empty {
    font-size: 12px;
    color: #ccc;
}
