@charset "UTF-8";

/*Custom-MV*/
.lib-card__btn.custom-top-btn {
    display: flex;
    flex-direction: column;
}

.lib-fv__outer.lib-wide__outer {
    background-image: url('/dcms_media/image/mainvisual_bg.webp');
}

.custom-top-slide__row {
    display: flex;
    flex-direction: column-reverse;
}

.custom-top-slide__thumb {
    width: 100%;
    margin-top: 10px;
}

.lib-fv__thumb.custom-lib-fv__thumb {
    height: unset;
}

@media print,
screen and (min-width: 992px) {
.custom-top-slide__row {
    display: flex;
    flex-direction: row;
}

.custom-top-slide__textarea {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-top-slide__thumb {
    width: 50%;
    height: auto;
    margin-top: 10px;
}
}

/*Header*/
@media print,
screen and (min-width: 1190px) {
    .is-scroll .lib-header__outer.lib-header-BS02 .lib-induce__outer {
        width: 350px;
    }

    .is-scroll .lib-nav__panel:has(.lib-induce__outer) {
        padding-right: 350px;
    }
}

/*Page-top*/
.lib-hero__outer {
    background-image: url(/dcms_media/image/pagetitle_bg.webp);
    background-size: cover;
}

/*Other-custom*/
.lib-induce__btn {
    font-size: 14px;
}

.lib-title__outer.--typeD : where(.title) {
    position:relative;
    padding-bottom: 8px;
    border-bottom: var(--GRY) 3px solid;
    color: var(--DEF)
}

@media print,
screen and (max-width: 992px) {
    .lib-card__title.custom-lib-card__title_wht {
        display: inline-block;
        padding: 5px;
        background:rgba( 255, 255, 255, 0.55 );
    }
    .lib-card__txt.custom-lib-card__txt_wht {
        padding: 3px;
        background:rgba( 255, 255, 255, 0.55 );
    }
    .lib-card__title.custom-lib-card__title_bk {
        display: inline-block;
        padding: 5px;
        background:rgba( 155, 154, 156, 0.45 );
    }
    .lib-card__txt.custom-lib-card__txt_bk {
    padding: 3px;
    background:rgba( 155, 154, 156, 0.45 );
}
}

/* ================================================
   ERAVIDAS サービスページ カスタムCSS
   対象ページ: /service/ERAVIDAS/
   追加日: 2026-02-25
   命名規則: .er-* （既存スタイルとの衝突回避）
   ================================================ */

/* ─── 共通ユーティリティ ─── */
.er-eyebrow {
    font-size: 11px;
    letter-spacing: 2px;
    color: #888;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.er-sec-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.45;
    margin-bottom: 12px;
}
.er-sec-lead {
    font-size: 14px;
    color: #555;
    line-height: 1.85;
    margin-bottom: 36px;
}
.er-badge {
    display: inline-block;
    background: #f0f0f0;
    color: #555;
    font-size: 12px;
    padding: 4px 12px;
    margin: 0 4px 6px 0;
}

/* ─── S02 課題提起カード ─── */
.er-problem-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    margin-top: 36px !important;
}
@media screen and (max-width: 768px) {
    .er-problem-grid { grid-template-columns: 1fr !important; }
}
.er-problem-card {
    padding: 28px 22px;
    border-left: 4px solid #aaa;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
}
.er-problem-card .er-dept {
    font-size: 10px;
    letter-spacing: 1px;
    color: #888;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}
.er-problem-card h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}
.er-problem-card p {
    font-size: 13px;
    color: #555;
    line-height: 1.8;
}
.er-voice {
    margin-top: 14px;
    padding: 10px 12px;
    background: #f7f7f7;
    border-left: 3px solid #ccc;
    font-size: 12px;
    color: #666;
    font-style: italic;
    line-height: 1.7;
}

/* ─── S03 概念説明（Excelフォーミュラ） ─── */
.er-concept-inner {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 48px !important;
    align-items: center !important;
}
@media screen and (max-width: 992px) {
    .er-concept-inner { grid-template-columns: 1fr !important; }
}
.er-formula {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    margin: 28px 0 !important;
}
.er-formula-box {
    background: #f0f0f0;
    border: 1px solid #ddd;
    padding: 12px 18px;
    text-align: center;
    min-width: 90px;
}
.er-formula-box .er-formula-main {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #222;
}
.er-formula-box .er-formula-sub {
    display: block;
    font-size: 11px;
    color: #888;
    margin-top: 2px;
}
.er-formula-op {
    font-size: 24px;
    color: #bbb;
    font-weight: bold;
}
.er-formula-result {
    background: #1a1a1a;
    color: #fff;
    padding: 12px 18px;
    text-align: center;
    min-width: 120px;
}
.er-formula-result .er-formula-main {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.er-formula-result .er-formula-sub {
    display: block;
    font-size: 11px;
    color: #aaa;
    margin-top: 2px;
}
.er-points {
    list-style: none;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0;
}
.er-points li {
    display: flex;
    gap: 12px;
    font-size: 14px;
    align-items: flex-start;
    line-height: 1.6;
}
.er-point-num {
    width: 24px;
    height: 24px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 1px;
}
.er-point-sub {
    display: block;
    font-size: 12px;
    color: #888;
    margin-top: 3px;
}

/* ─── S04 比較表 ─── */
.er-compare-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 36px;
    font-size: 13px;
}
.er-compare-table th,
.er-compare-table td {
    padding: 13px 18px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
}
.er-compare-table thead th {
    background: #333;
    color: #fff;
    font-size: 14px;
}
.er-compare-table thead th.er-th-eravidas { background: #555; }
.er-compare-table .er-td-axis {
    text-align: left;
    background: #f5f5f5;
    font-weight: bold;
    width: 180px;
}
.er-compare-table .er-td-eravidas {
    background: #fffde7;
    font-weight: bold;
}
.er-compare-note {
    font-size: 11px;
    color: #888;
    margin-top: 12px;
}

/* ─── S05 機能説明リスト ─── */
.er-feature-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 2px !important;
    margin-top: 36px !important;
}
@media screen and (max-width: 768px) {
    .er-feature-grid { grid-template-columns: 1fr !important; }
}
.er-feature-item {
    display: flex;
    gap: 18px;
    padding: 26px 22px;
    background: #fff;
    border: 1px solid #ebebeb;
    align-items: flex-start;
}
.er-feature-icon {
    width: 48px;
    height: 48px;
    background: #e8e8e8;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
}
.er-feature-name {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
}
.er-feature-arrow {
    font-size: 11px;
    color: #aaa;
    margin: 3px 0;
    display: block;
}
.er-feature-benefit {
    font-size: 13px;
    font-weight: bold;
    color: #222;
    margin-bottom: 6px;
    display: block;
}
.er-feature-detail {
    font-size: 12px;
    color: #888;
    line-height: 1.7;
}

/* ─── S06 導入事例カード ─── */
.er-case-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    margin-top: 36px !important;
}
@media screen and (max-width: 992px) {
    .er-case-grid { grid-template-columns: 1fr !important; }
}
.er-case-card {
    border: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.er-case-head {
    background: #f5f5f5;
    padding: 14px 18px;
    border-bottom: 1px solid #ddd;
    display: flex;
    gap: 12px;
    align-items: center;
}
.er-case-industry {
    font-size: 11px;
    color: #888;
    display: block;
    margin-bottom: 2px;
}
.er-case-name {
    font-size: 14px;
    font-weight: bold;
    display: block;
}
.er-case-body {
    padding: 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.er-case-persona { font-size: 11px; color: #aaa; }
.er-case-challenge {
    font-size: 13px;
    color: #555;
    line-height: 1.8;
    padding-left: 10px;
    border-left: 3px solid #ddd;
}
.er-ba {
    display: grid !important;
    grid-template-columns: 1fr 24px 1fr !important;
}
.er-ba-label {
    font-size: 10px;
    font-weight: bold;
    color: #888;
    display: block;
    margin-bottom: 5px;
}
.er-ba-before {
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    font-size: 12px;
    line-height: 1.7;
    color: #555;
}
.er-ba-after {
    padding: 10px;
    background: #fffde7;
    border: 1px solid #e0d878;
    font-size: 12px;
    line-height: 1.7;
    color: #444;
}
.er-ba-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #bbb;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.er-case-result {
    padding: 10px 12px;
    background: #f0f0f0;
    font-size: 12px;
    color: #555;
    line-height: 1.6;
    margin-top: auto;
}

/* ─── S07 導入プロセス ─── */
.er-steps {
    display: flex !important;
    margin-top: 36px !important;
    position: relative !important;
}
.er-steps::before {
    content: '';
    position: absolute;
    top: 26px;
    left: 5%;
    right: 5%;
    height: 2px;
    background: #ddd;
    z-index: 0;
}
@media screen and (max-width: 768px) {
    .er-steps { flex-direction: column; gap: 16px; }
    .er-steps::before { display: none; }
}
.er-step {
    flex: 1;
    text-align: center;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
.er-step-num {
    width: 52px;
    height: 52px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 14px;
    border: 3px solid #f9f9f9;
}
.er-step h4 { font-size: 13px; font-weight: bold; margin-bottom: 6px; }
.er-step p  { font-size: 12px; color: #888; line-height: 1.6; }
.er-step-duration {
    display: inline-block;
    background: #eee;
    font-size: 11px;
    color: #666;
    padding: 2px 8px;
    margin-top: 8px;
    border-radius: 2px;
}
.er-support-bar {
    margin-top: 32px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 18px 22px;
    display: flex;
    gap: 16px;
    align-items: center;
}
.er-support-bar p    { font-size: 13px; color: #555; line-height: 1.7; }
.er-support-bar strong { display: block; font-weight: bold; color: #222; margin-bottom: 4px; }

/* ─── S08 投資対効果 ─── */
.er-roi-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
    margin-top: 36px !important;
}
@media screen and (max-width: 768px) {
    .er-roi-grid { grid-template-columns: 1fr !important; }
}
.er-cost-box { border: 2px solid #ddd; padding: 26px; }
.er-cost-box.er-cost-eravidas { border-color: #333; background: #fffde7; }
.er-cost-label { font-size: 11px; color: #888; display: block; margin-bottom: 10px; }
.er-cost-main  { font-size: 30px; font-weight: bold; color: #1a1a1a; display: block; margin-bottom: 4px; }
.er-cost-sub   { font-size: 13px; color: #888; display: block; margin-bottom: 18px; }
.er-cost-list  { list-style: none; padding: 0; font-size: 13px; color: #666; line-height: 2; }
.er-cost-list li::before { content: '– '; color: #bbb; }
.er-saving-bar {
    margin-top: 20px;
    background: #1a1a1a;
    color: #fff;
    padding: 22px 28px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.er-saving-bar small { display: block; font-size: 11px; color: #aaa; font-weight: normal; margin-top: 4px; }
.er-ringi-bar {
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 18px 22px;
    display: flex;
    gap: 18px;
    align-items: center;
}
.er-ringi-bar p      { font-size: 13px; color: #555; line-height: 1.7; }
.er-ringi-bar strong { display: block; font-weight: bold; color: #222; margin-bottom: 4px; }

/* ─── S09 IT評価向け スペック表 ─── */
.er-spec-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 28px !important;
    margin-top: 36px !important;
}
@media screen and (max-width: 768px) {
    .er-spec-grid { grid-template-columns: 1fr !important; }
}
.er-spec-block h3 {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 2px solid #333;
    margin-bottom: 14px;
}
.er-spec-list { list-style: none; padding: 0; }
.er-spec-list li {
    display: flex;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    align-items: flex-start;
}
.er-spec-key { width: 130px; flex-shrink: 0; color: #888; line-height: 1.6; }
.er-spec-val { color: #333; line-height: 1.6; }
.er-spec-dl-bar {
    margin-top: 28px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.er-spec-dl-bar p     { font-size: 14px; font-weight: bold; color: #222; }
.er-spec-dl-bar small { display: block; font-size: 12px; color: #888; font-weight: normal; margin-top: 3px; }

/* ─── S10 FAQ ─── */
.er-faq-item { border-bottom: 1px solid #eee; padding: 22px 0; }
.er-faq-q {
    display: flex;
    gap: 12px;
    font-weight: bold;
    font-size: 15px;
    align-items: flex-start;
    margin-bottom: 10px;
}
.er-faq-q-mark {
    background: #333;
    color: #fff;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 1px;
    border-radius: 2px;
}
.er-faq-a { font-size: 13px; color: #666; line-height: 1.85; padding-left: 34px; }

/* ─── S11 CTAグリッド ─── */
.er-cta-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 18px !important;
    margin-top: 36px !important;
}
@media screen and (max-width: 768px) {
    .er-cta-grid { grid-template-columns: 1fr !important; }
}
.er-cta-box {
    background: #fff;
    padding: 26px 20px;
    text-align: center;
    border: 1px solid #e0e0e0;
}
.er-cta-box h4 { font-size: 15px; font-weight: bold; color: #1a1a1a; margin-bottom: 8px; }
.er-cta-box p  { font-size: 12px; color: #888; margin-bottom: 18px; line-height: 1.75; }
