@charset "utf-8";

/* ============================================================
   10Gプランページ（/docomoHikari_detail/10G）への動線用スタイル
   既存コンポーネントに依存しない最小限の追加のみ
   ============================================================ */

/* ヒーロー直下の10Gプラン導線ボタン（ファーストビューからの動線） */
.hero-10g {
    margin-top: 24px;
    text-align: center;
}

.hero-10g a {
    display: inline-block;
    padding: 12px 32px;
    border-radius: 999px;
    background: #ff6a00;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
}

.hero-10g .badge {
    display: inline-block;
    margin-right: 10px;
    padding: 2px 8px;
    border-radius: 4px;
    background: #fff;
    color: #ff6a00;
    font-size: 1.2rem;
}

/* 料金セクション内の10Gプランご案内パネル */
.charge10g-guide {
    max-width: 720px;
    margin: 40px auto 32px;
    padding: 32px 24px;
    /* セクション背景が白のため、薄いオレンジの座布団でカードとして区別する */
    background: #fff4ea;
    border-radius: 16px;
    text-align: center;
}

.charge10g-guide .guideTitle {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ff6a00;
    margin-bottom: 12px;
}

.charge10g-guide .guideText {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.charge10g-guide .guideBtn {
    display: inline-block;
    padding: 14px 48px;
    border-radius: 999px;
    background: #ff6a00;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
}

/* 「ご利用までの流れ」末尾に置く .hero-10g の余白
   （ヒーロー直下と違い、直前の要素に密着しないよう下余白も確保する） */
.sec_flow .hero-10g {
    margin-top: 32px;
    margin-bottom: 40px;
}

/* ============================================================
   トップ（LP・/docomoHikari）
   ============================================================ */

/* ズーモ横の吹き出し（ヒーロー内 .questionnaire-btn）。
   中身をSVGに差し替えたため、img前提だった既存指定の代わりにSVG用の寸法を与える */
.questionnaire-btn {
    width: 240px;
}

.questionnaire-btn a {
    display: block;
}

.questionnaire-btn svg {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.2s, opacity 0.2s;
}

.questionnaire-btn a:hover svg {
    opacity: 0.85;
    transform: scale(1.04, 1.05);
}

@media all and (max-width: 767px) {
    .questionnaire-btn {
        width: 210px;
    }
}

/* 料金パネル直下の10Gプランページ導線ボタン（青＝ヒーロー吹き出しと同系色） */
.charge-10g-link {
    text-align: center;
    margin: 20px auto 8px;
}

.charge-10g-link a {
    display: inline-block;
    padding: 12px 32px;
    border-radius: 999px;
    background: #1B93EA;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.4;
    text-decoration: none;
    box-shadow: 0 4px #1477c0;
}

.charge-10g-link a:hover {
    opacity: 0.9;
}

/* おすすめポイント4「つながる窓口!」に10Gプラン用の番号を併記。
   .window-area が3行→4行に増えるため、増えた1行分（PC 29px / SP 28px）を
   行間とpaddingの圧縮で打ち消し、パネル高さを他の3枚と揃えたまま保つ */
.item04 .tel-lead {
    font-size: 15px;
}

@media all and (min-width: 768px) {
    /* PC・タブレット：行間 1.45→1.29（29px→25.8px）で4行=103.2px。
       3行時（87px）からの増分16.2pxを、上下padding（-6px / -4px）と
       見出しとの間隔-6pxの計16pxで吸収 */
    .item04 {
        padding: 34px 0px 26px;
    }

    .item04 .window-area {
        line-height: 1.29;
        margin-top: 14px;
    }
}

@media all and (max-width: 767px) {
    /* SP：行間 2→1.7（28px→23.8px）で4行=95.2px。
       3行時（84px）からの増分11.2pxを、上下padding各-4pxと
       見出しとの間隔-3pxの計11pxで吸収 */
    .item04 {
        padding: 18px 0px 16px;
    }

    .item04 .window-area {
        line-height: 1.7;
        margin-top: 8px;
    }

    .item04 .tel-lead {
        font-size: 11px;
    }
}

/* ============================================================
   お問い合わせ欄の電話番号（詳細トップ）
   ※10Gプランページ（10g.css）／オプションページ（option.css）にも同じ定義あり。
     共通化する場合は3ファイルまとめて整理すること
   ============================================================ */

/* 問い合わせ欄：左「メールで気軽に」を右「電話で詳しく」の高さに対し縦中央に配置（2カラム時のみ有効） */
.infoList--02 {
    align-items: center;
}

/* 1Gプラン用／10Gプラン用の2番号を併記する際のプラン別ラベル */
.infoTelLabel {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 6px;
}

/* 電話番号テキスト（番号ごとのSVG画像を増やさずに済むようテキストで再現） */
.telnum--txt {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    text-decoration: none;
    margin-bottom: 15px;
}

.telnum--txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 30px;
    background: url(../img/sec_info/img-telicon.svg) center/contain no-repeat;
}

/* タブレット時は既存の .telnum に合わせて縮小 */
@media screen and (max-width: 1000px) {
    .telnum--txt {
        font-size: 3.2rem;
    }
}

/* SP：メインビジュアルのオレンジ10ギガボタンを、みんそくボックス（.netspeed-block＝幅90%・最大500px）と同じ幅にそろえる */
@media screen and (max-width: 767px) {
    .slideTextArea .hero-10g a {
        display: block;
        width: 90%;
        max-width: 500px;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: center;
    }
}
