/* =========================================================
   /industry/ 業種別支援ハブ 専用スタイル
   /media ハブ(media-hub.css)と同様、対象ページのみで読み込み。
   衝突回避のため indhub- プレフィックスを付与。
   既存サイトのデザインに合わせ、styles.css の変数・common.css の .btn・
   page.css の .pageblock2-head（見出し）をそのまま利用する。
   ========================================================= */

.indhub {
    --indhub-blue: var(--main-theme-color, #0A32FF);
    --indhub-navy: var(--main-txt-color, #1A294E);
    --indhub-accent: var(--accent-color, #F37600);
    --indhub-marker: #F6C696;
    --indhub-sub: #4f5964;
    --indhub-line: #dfe5ec;
    --indhub-bg-soft: #f4f7fc;
    color: #222;
    line-height: 1.8;
    line-break: strict;
    word-break: auto-phrase; /* 対応ブラウザでは文節単位で改行 */
    overflow-wrap: break-word;
}
.indhub h1,
.indhub h2,
.indhub h3,
.indhub h4,
.indhub-kv__lead,
.indhub-ach__metric,
.indhub-ach__headline {
    text-wrap: balance;
}
.indhub p,
.indhub blockquote {
    text-wrap: pretty;
}
.indhub h1,
.indhub h3,
.indhub h4,
.indhub p,
.indhub figure,
.indhub blockquote {
    margin: 0;
}
.indhub a:focus-visible,
.indhub button:focus-visible {
    outline: 3px solid var(--indhub-blue);
    outline-offset: 2px;
}

.indhub-inner {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
}
.indhub-inner--narrow {
    max-width: 800px;
}
.indhub-section {
    padding: 70px 0;
}
.indhub-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
/* 既存の見出し(.pageblock2-head)を利用。ヘッダーの下余白だけ調整 */
.indhub .pageblock2-head,
.indhub .pageblock2-head.wid2 {
    max-width: 480px;
    margin: 0 auto 40px;
}
.indhub .pageblock2-head h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.5;
}
.indhub-note {
    max-width: 720px;
    margin: -14px auto 32px !important;
    text-align: center;
    font-size: 0.9rem;
    color: var(--indhub-sub);
}

/* ---------- ボタン（既存 .btn を幅指定のラッパーで利用） ---------- */
.indhub-btnwrap {
    width: 100%;
    max-width: 280px;
}
.indhub-btnwrap--center {
    margin: 36px auto 0;
}
.indhub-btnwrap--wide {
    max-width: 357px; /* .mv-btn と同じ幅 */
}
.indhub-btnwrap .btn {
    font-size: 16px;
}
.indhub-btnwrap--wide .btn {
    font-size: 20px;
    padding: 14px;
}
.indhub .btn.line {
    transition: background-color 0.2s, color 0.2s;
}
.indhub .btn.line:hover {
    background: var(--indhub-blue);
    color: #fff;
}

/* ---------- 2-1 KV（軽量なページ見出し。既存MVの装飾を小さく再利用） ---------- */
.indhub-kv {
    position: relative;
    padding: 56px 0 48px;
    text-align: center;
    background:
        url(../images/mv-bg-left.png) no-repeat left bottom / auto 100%,
        url(../images/mv-bg-right.png) no-repeat right bottom / auto 100%;
}
.indhub-kv__inner {
    position: relative;
    z-index: 1;
    width: 92%;
    max-width: 760px;
    margin: 0 auto;
}
.indhub-kv__title {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.6;
    color: var(--indhub-navy);
}
.indhub-kv__title span {
    display: inline-block;
    background: linear-gradient(transparent 70%, var(--indhub-marker) 70%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.indhub-kv__lead {
    margin-top: 22px !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.9;
    color: #222;
}
.indhub-kv__pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 26px 0 0;
    padding: 0;
}
.indhub-kv__pills a {
    display: block;
    padding: 9px 26px;
    border: 2px solid var(--indhub-blue);
    border-radius: 50px;
    background: #fff;
    color: var(--indhub-blue);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
}
.indhub-kv__pills a:hover {
    background: var(--indhub-blue);
    color: #fff;
}

/* ---------- KV直下：業種から探す ---------- */
.indhub-jump {
    padding: 0 0 8px;
}
.indhub-jump__card {
    padding: 28px 32px 30px;
    background: #fff;
    border: 1px solid var(--indhub-line);
    border-top: 5px solid var(--indhub-accent);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(26, 41, 78, 0.08);
}
.indhub-jump__head {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px 16px;
    margin-bottom: 20px;
}
.indhub-jump__title {
    font-size: 20px;
    font-weight: 900;
    color: var(--indhub-navy);
}
.indhub-jump__hint {
    font-size: 13px;
    color: var(--indhub-sub);
}
.indhub-jump__cols {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1.3fr;
}
.indhub-jump__col {
    padding: 0 24px;
    border-left: 1px solid var(--indhub-line);
}
.indhub-jump__col:first-child {
    padding-left: 0;
    border-left: 0;
}
.indhub-jump__col:last-child {
    padding-right: 0;
}
.indhub-jump__group {
    margin-bottom: 12px !important;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: var(--indhub-blue);
}
.indhub-jump__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
}
.indhub-jump__list a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: 2px solid var(--indhub-line);
    border-radius: 50px;
    background: var(--indhub-bg-soft);
    color: var(--indhub-navy);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.indhub-jump__list a::after {
    content: "↓";
    font-size: 12px;
    color: var(--indhub-blue);
    transition: color 0.2s;
}
.indhub-jump__list a:hover {
    background: var(--indhub-blue);
    border-color: var(--indhub-blue);
    color: #fff;
}
.indhub-jump__list a:hover::after {
    color: #fff;
}

/* ---------- 2-2 業種一覧 ---------- */
.indhub-industries {
    padding-top: 56px;
}
.indhub-group {
    scroll-margin-top: 130px;
}
.indhub-group + .indhub-group {
    margin-top: 52px;
}
.indhub-group__title {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 22px !important;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--indhub-navy);
    font-size: 26px;
    font-weight: 900;
    color: var(--indhub-navy);
}
.indhub-group__name {
    background: linear-gradient(transparent 70%, var(--indhub-marker) 70%);
}
.indhub-group__count {
    font-size: 14px;
    font-weight: 700;
    color: var(--indhub-sub);
}
.indhub-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 0;
    padding: 0;
}
.indhub-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 2px solid var(--indhub-line);
    border-radius: 18px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.indhub-card:hover {
    border-color: var(--indhub-blue);
    box-shadow: 0 8px 24px rgba(10, 50, 255, 0.1);
}
.indhub-card__head {
    padding: 18px 26px;
    background: var(--indhub-bg-soft);
    border-bottom: 1px solid var(--indhub-line);
}
.indhub-card__name {
    scroll-margin-top: 130px; /* 固定ヘッダー分（業種ボタンからの遷移先） */
    display: inline-block;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.4;
    color: var(--indhub-navy);
}
.indhub-card__name:target {
    animation: indhubFlash 1.8s ease-out;
}
@keyframes indhubFlash {
    0%, 40% { background: var(--indhub-marker); }
    100% { background: transparent; }
}
@media (prefers-reduced-motion: reduce) {
    .indhub-card__name:target { animation: none; background: var(--indhub-marker); }
}
.indhub-card__body {
    flex: 1;
    padding: 22px 26px 24px;
}
.indhub-card__issue {
    padding: 12px 16px;
    background: #fff6ea;
    border-left: 4px solid var(--indhub-accent);
    border-radius: 0 10px 10px 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--indhub-navy);
}
.indhub-card__label {
    margin-right: 0.5em;
    font-size: 13px;
    font-weight: 900;
    color: #7a3800; /* on #fff6ea = 7:1 以上 */
}
.indhub-card__menubox {
    margin-top: 20px;
}
.indhub-card__sub {
    margin-bottom: 8px !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    color: var(--indhub-sub);
}
.indhub-card__menu {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
}
.indhub-card__menu li {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.6;
}
.indhub-card__menu li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--indhub-blue);
}
.indhub-card__menu li::after {
    content: "";
    position: absolute;
    left: 6.5px;
    top: calc(0.2em + 5px);
    width: 7px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
.indhub-card__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 26px;
    border-top: 1px solid var(--indhub-line);
    color: var(--indhub-blue);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s;
}
.indhub-card__link:hover {
    background: var(--indhub-bg-soft);
}
.indhub-card__link.is-pending {
    color: var(--indhub-sub);
    cursor: default;
}
.indhub-card__link.is-pending:hover {
    background: none;
}
.indhub-card__pending {
    flex-shrink: 0;
    padding: 2px 12px;
    border-radius: 50px;
    background: #eceff3;
    color: #2f3a46; /* on #eceff3 = 9:1 以上 */
    font-size: 12px;
    font-weight: 700;
}

/* 1件だけのグループ（士業）は全幅の横並びレイアウト */
.indhub-card:only-child {
    grid-column: 1 / -1;
}
.indhub-card:only-child .indhub-card__body {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 28px;
    align-items: start;
}
.indhub-card:only-child .indhub-card__menubox {
    margin-top: 0;
}

/* 掲載業種以外の案内 */
.indhub-other {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 52px;
    padding: 28px 32px;
    background: var(--indhub-bg-soft);
    border: 2px dashed #9db2f0;
    border-radius: 16px;
}
.indhub-other .indhub-btnwrap {
    flex: 0 0 240px;
}
.indhub-other__title {
    margin-bottom: 4px !important;
    font-size: 18px;
    font-weight: 900;
    color: var(--indhub-navy);
}

/* ---------- グリッド共通 ---------- */
.indhub-grid {
    display: grid;
    gap: 24px;
    margin: 0;
    padding: 0;
}
.indhub-grid--3 {
    grid-template-columns: repeat(3, 1fr);
}

/* ---------- 実績 ---------- */
.indhub-achievements {
    background: var(--indhub-bg-soft);
}
.indhub-ach {
    display: flex;
    flex-direction: column;
    padding: 26px 22px;
    background: #fff;
    border-radius: 16px;
    border-top: 5px solid var(--indhub-accent);
}
.indhub-ach__area {
    align-self: flex-start;
    padding: 2px 12px;
    border-radius: 50px;
    background: var(--indhub-navy);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.indhub-ach__client {
    margin-top: 10px !important;
    font-size: 14px;
    font-weight: 700;
    color: var(--indhub-sub);
}
.indhub-ach__metric {
    margin-top: 6px !important;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.4;
    color: var(--indhub-navy);
    background: linear-gradient(transparent 70%, var(--indhub-marker) 70%);
    align-self: flex-start;
}
.indhub-ach__headline {
    margin-top: 12px !important;
    font-size: 16px;
    font-weight: 900;
    color: var(--indhub-blue);
}
.indhub-ach__text {
    margin-top: 10px !important;
    font-size: 14px;
    color: #333;
}

/* ---------- 想い ---------- */
.indhub-philosophy__text {
    max-width: 720px;
    margin: 0 auto !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 2.1;
}

/* ---------- 強み ---------- */
.indhub-strengths {
    background: var(--indhub-bg-soft);
}
.indhub-strength {
    padding: 28px 24px;
    background: #fff;
    border-radius: 16px;
}
.indhub-strength__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: var(--indhub-blue);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}
.indhub-strength h3 {
    margin-bottom: 8px !important;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 900;
    color: var(--indhub-navy);
}
.indhub-strength p {
    font-size: 14px;
    color: var(--indhub-sub);
}

/* ---------- お客様の声 ---------- */
.indhub-voice {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 26px 22px;
    background: #fff;
    border: 2px solid var(--indhub-line);
    border-radius: 16px;
}
.indhub-voice blockquote {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.9;
    color: var(--indhub-navy);
}
.indhub-voice figcaption {
    margin-top: 14px;
    font-size: 13px;
    color: var(--indhub-sub);
}

/* ---------- 支援の進め方 ---------- */
.indhub-steps {
    background: var(--indhub-bg-soft);
}
.indhub-steplist {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin: 0;
    padding: 0;
}
.indhub-step {
    position: relative;
    text-align: center;
}
.indhub-step:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 22px;
    left: calc(50% + 32px);
    width: calc(100% - 64px + 16px);
    height: 2px;
    background: var(--indhub-line);
}
.indhub-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: var(--indhub-blue);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}
.indhub-step h3 {
    margin-bottom: 6px !important;
    font-size: 16px;
    font-weight: 900;
    color: var(--indhub-navy);
}
.indhub-step p {
    font-size: 14px;
    color: var(--indhub-sub);
    text-align: left;
    padding: 0 4px;
}

/* ---------- FAQ ---------- */
.indhub-faqitem {
    margin-bottom: 12px;
    background: #fff;
    border: 2px solid var(--indhub-line);
    border-radius: 12px;
}
.indhub-faqitem__q {
    font-size: 16px;
}
.indhub-faqitem__btn {
    position: relative;
    display: block;
    width: 100%;
    padding: 18px 52px 18px 20px;
    border: 0;
    background: none;
    color: var(--indhub-navy);
    font-family: inherit;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.6;
    text-align: left;
    cursor: pointer;
}
.indhub-faqitem__btn::after {
    content: "＋";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--indhub-blue);
}
.indhub-faqitem__btn[aria-expanded="true"]::after {
    content: "－";
}
.indhub-faqitem__a {
    padding: 0 20px 18px;
    font-size: 15px;
    color: var(--indhub-sub);
}
.indhub-faqitem__a[hidden] {
    display: none;
}

/* ---------- 最終CTA ---------- */
.indhub-cta {
    padding: 72px 0;
    background: var(--indhub-navy);
    text-align: center;
    scroll-margin-top: 100px;
}
.indhub .indhub-cta__title {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.6;
    color: #fff;
}
.indhub .indhub-cta__lead {
    margin-top: 12px !important;
    font-size: 16px;
    color: #e6edf5;
}
.indhub-cta__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 32px;
}
.indhub .indhub-cta__sub {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.indhub .indhub-cta__sub:hover {
    color: var(--indhub-marker);
}
.indhub-cta a:focus-visible {
    outline-color: #fff;
}

/* ---------- レスポンシブ（720px以下） ---------- */
@media (max-width: 720px) {
    .indhub-section {
        padding: 46px 0;
    }
    .indhub-industries {
        padding-top: 36px;
    }
    .indhub-kv {
        padding: 36px 0 32px;
        background: none;
    }
    .indhub-kv__title {
        font-size: 32px; /* デスクトップ44pxの約73% */
    }
    .indhub-kv__pills {
        gap: 8px;
    }
    .indhub-kv__pills a {
        padding: 8px 16px;
        font-size: 14px;
    }
    .indhub .pageblock2-head,
    .indhub .pageblock2-head.wid2 {
        margin-bottom: 28px;
    }
    .indhub .pageblock2-head h2 {
        font-size: 24px;
    }
    .indhub-step:not(:last-child)::before {
        display: none;
    }
    .indhub-step p {
        padding: 0;
    }
    .indhub-kv__lead {
        font-size: 15px;
    }
    .indhub-jump__card {
        padding: 22px 18px 24px;
        border-radius: 16px;
    }
    .indhub-jump__cols {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .indhub-jump__col,
    .indhub-jump__col:first-child,
    .indhub-jump__col:last-child {
        padding: 0;
        border-left: 0;
    }
    .indhub-jump__col + .indhub-jump__col {
        padding-top: 16px;
        border-top: 1px solid var(--indhub-line);
    }
    .indhub-card__head {
        padding: 14px 20px;
    }
    .indhub-card__body {
        padding: 18px 20px 20px;
    }
    .indhub-card__link {
        padding: 14px 20px;
    }
    .indhub-card:only-child .indhub-card__body {
        display: block;
    }
    .indhub-card:only-child .indhub-card__menubox {
        margin-top: 20px;
    }
    .indhub-cards,
    .indhub-grid--3 {
        grid-template-columns: 1fr;
    }
    .indhub-steplist {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .indhub-step {
        display: grid;
        grid-template-columns: 46px 1fr;
        column-gap: 14px;
        text-align: left;
    }
    .indhub-step__num {
        grid-row: 1 / span 2;
        margin-bottom: 0;
    }
    .indhub-other {
        flex-direction: column;
        align-items: stretch;
        padding: 22px 20px;
        text-align: center;
    }
    .indhub-other .indhub-btnwrap {
        flex: none;
        margin: 0 auto;
    }
    .indhub-note {
        margin-top: -10px !important;
        text-align: left;
    }
    .indhub-cta {
        padding: 48px 0;
    }
    .indhub .indhub-cta__title {
        font-size: 20px;
    }
    .indhub-btnwrap--wide .btn {
        font-size: 18px;
    }
    .indhub-group,
    .indhub-card__name {
        scroll-margin-top: 100px;
    }
}


/* =========================================================
   公開中（詳細ページあり）／準備中 の作り分け
   ========================================================= */

/* 凡例（業種から探す） */
.indhub-legend { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-left: auto; font-size: 12px; font-weight: 700; color: var(--indhub-sub); }
.indhub-legend__item { display: inline-flex; align-items: center; gap: 6px; }
.indhub-legend__item::before { content: ""; width: 14px; height: 14px; border-radius: 4px; box-sizing: border-box; }
.indhub-legend__item.is-live::before { background: var(--indhub-navy); }
.indhub-legend__item.is-soon::before { background: #fff; border: 2px dashed #9aa5b3; }

/* 業種から探す：公開中は濃紺の塗り、準備中は破線の薄い表示 */
.indhub-jump__list a.is-live {
    background: var(--indhub-navy);
    border-color: var(--indhub-navy);
    color: #fff;
}
.indhub-jump__list a.is-live::after { color: var(--indhub-marker); }
.indhub-jump__list a.is-live:hover { background: var(--indhub-blue); border-color: var(--indhub-blue); }
.indhub-jump__list a.is-live:hover::after { color: #fff; }
.indhub-jump__list a.is-soon {
    background: #fff;
    border: 2px dashed #b3bcc8;
    color: #5b6670;
    font-weight: 500;
}
.indhub-jump__list a.is-soon::after { color: #8a95a3; }
.indhub-jump__list a.is-soon small { font-size: 11px; font-weight: 700; color: #5b6670; }
.indhub-jump__list a.is-soon:hover { background: var(--indhub-bg-soft); border-color: #8a95a3; color: #2f3a46; }
.indhub-jump__list a.is-soon:hover::after { color: #5b6670; }

/* カード見出し帯のステータス表示 */
.indhub-card__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.indhub-card__status {
    flex-shrink: 0;
    padding: 3px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .02em;
}
.indhub-card__status.is-live { background: var(--indhub-accent); color: var(--indhub-navy); } /* on #F37600 = 4.9:1 */
.indhub-card__status.is-soon { background: #fff; border: 1.5px solid #aab4c0; color: #4a5561; font-weight: 700; }

/* 公開中カード：濃紺の見出し帯＋塗りのボタン */
.indhub-card.is-live { border-color: var(--indhub-navy); box-shadow: 0 6px 20px rgba(26, 41, 78, .12); }
.indhub-card.is-live .indhub-card__head { background: var(--indhub-navy); border-bottom-color: var(--indhub-navy); }
.indhub-card.is-live .indhub-card__name { color: #fff; }
.indhub-card.is-live .indhub-card__name:target { animation: indhubFlashLive 1.8s ease-out; }
@keyframes indhubFlashLive {
    0%, 40% { background: rgba(246, 198, 150, .35); }
    100% { background: transparent; }
}
.indhub-card__link.is-live {
    padding: 16px 26px;
    background: var(--indhub-blue);
    border-top: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    transition: background-color .2s;
}
.indhub-card__link.is-live:hover { background: var(--indhub-navy); text-decoration: none; }
.indhub-card__arrow { font-size: 18px; transition: transform .2s; }
.indhub-card__link.is-live:hover .indhub-card__arrow { transform: translateX(4px); }

/* 準備中カード：破線・グレー調で「まだ見られない」と分かる表示 */
.indhub-card.is-soon { background: #f7f8fa; border: 2px dashed #c3cbd6; box-shadow: none; }
.indhub-card.is-soon:hover { border-color: #c3cbd6; box-shadow: none; }
.indhub-card.is-soon .indhub-card__head { background: #eef0f3; border-bottom: 1px dashed #c3cbd6; }
.indhub-card.is-soon .indhub-card__name { color: #4a5561; }
.indhub-card.is-soon .indhub-card__issue { background: #eceff3; border-left-color: #9aa5b3; color: #3b4652; }
.indhub-card.is-soon .indhub-card__label { color: #3b4652; }
.indhub-card.is-soon .indhub-card__sub { color: #5b6670; }
.indhub-card.is-soon .indhub-card__menu li { color: #3b4652; }
.indhub-card.is-soon .indhub-card__menu li::before { background: #9aa5b3; }
.indhub-card__link.is-pending {
    margin: 0;
    padding: 14px 26px;
    border-top: 1px dashed #c3cbd6;
    color: #5b6670;
    font-size: 13px;
    font-weight: 500;
    cursor: default;
}

@media (max-width: 720px) {
    .indhub-legend { margin-left: 0; width: 100%; }
    .indhub-card__link.is-live { padding: 14px 20px; }
    .indhub-card__link.is-pending { padding: 12px 20px; }
}

/* 公開中ボタンの文字は白（テーマ共通の `* { color: #000 }` が span に効くため、子要素も明示） */
.indhub-card__link.is-live,
.indhub-card__link.is-live span {
    color: #fff;
}
