/* ============================================================
   site-custom.css — このサイト固有のスタイル（共有 style.css の後に読む）
   SITE_CUSTOM_2026_08_24
   自動生成: 旧・独立style.css のうち、共有版と異なる宣言だけを抽出したもの。
   🔴 共有の変更は /var/www/shared/jobs-base/assets/css/style.css に書けば
      4サイト全部に届く。このファイルには「このサイトだけ違う」ものだけを置く。
   ============================================================ */

body {
    background: var(--bg-primary);
}

.nav-link {
    font-size: 14px;
}

.header-search-input {
    background: #ffffff;
}

.features-section {
    padding: 80px 0;
    background: #ffffff;
}

.categories-section {
    padding: 80px 0;
}

.flow-section {
    background: var(--bg-secondary);
}

.articles-section {
    padding: 80px 0;
}

.articles-grid .article-card-thumb .article-card-badge {
    background: rgba(255,255,255,0.92);
}

.articles-grid .article-card-body {
    gap: 6px;
}

.detail-price {
    font-size: 26px;
}

.faq-question {
    justify-content: space-between;
}

.faq-question.open {
    background: var(--accent-light);
    color: var(--accent);
}

.faq-q-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: var(--accent-light);
    color: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.faq-q-text {
    flex: 1;
}

.faq-toggle-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    color: var(--text-muted);
    transition: transform var(--transition);
}

.faq-question.open .faq-toggle-icon {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 16px 20px 20px;
}

.faq-answer.open {
    display: block;
}

.list-page-header {
    padding-top: calc(var(--header-h) + 32px);
}

.related-section {
    padding: 48px 0 80px;
    background: var(--bg-secondary);
}

.list-cta-actions {
    flex-wrap: wrap;
    align-items: center;
}

.footer-top {
    flex-wrap: wrap;
}

.footer-areas {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #2e2e2e;
}

.footer-areas-title {
    color: #9ca3af;
    font-size: 12px;
    font-weight: 600;
    margin-right: 4px;
}

.footer-areas a {
    color: #6b6b6b;
    font-size: 12px;
    text-decoration: none;
    transition: color var(--transition);
}

.footer-areas a:hover {
    color: #ffffff;
}
