/*
  LPガス料金ページ専用（#lp.lp-gas）
  対象: /for_home/city/ （固定ページ）
  対応HTML: lp-gas-content.html
  読み込み: header.php で is_page( 'city' ) のときのみ
  更新: 2026年7月23日
*/

/* ▼▼▼▼▼ LPガス料金ページ専用（PC） ▼▼▼▼▼
 * スコープ: #lp.lp-gas のみ（他ページ・他の #lp には影響しない）
 * ▲▲▲▲▲ */

 #lp.lp-gas {
    --lp-orange: #f3a62d;
    --lp-yellow: #ffd100;
    --lp-border: #d2c4b1;
    --lp-border-width: 2px;
    --lp-blue: #5ec1c4;
    --lp-blue-dark: #2ea7e0;
    --lp-red: #e33b57;
    --lp-text: #333;
    --lp-cta-blue: #00aeef;
    font-family: "BIZ UDPGothic", sans-serif;
    color: #333;
    max-width: 100%;
}

/* 旧 #lp スタイルのリセット */
#lp.lp-gas h3,
#lp.lp-gas h4,
#lp.lp-gas h5 {
    background: none;
    padding: 0;
    margin: 0;
    line-height: inherit;
}

#lp.lp-gas h4:before,
#lp.lp-gas h5:before {
    display: none !important;
    content: none !important;
}

#lp.lp-gas table {
    margin: 0;
}

#lp.lp-gas table tr:nth-of-type(1) th {
    background: inherit;
}

#lp.lp-gas p {
    max-width: none;
}

#lp.lp-gas section {
    margin: 0 0 50px;
}

#lp.lp-gas .lp-section-title {
    color: #6da8d7;
    font-size: 18px;
    border-bottom: none;
    /* color: var(--lp-blue); */
    /* border-bottom: 2px solid var(--lp-blue); */
    padding: 0 0 5px;
    /* margin: 0 0 25px; */
    background: none;
}

#lp.lp-gas .lp-info-table {
    width: 100%;
    border-collapse: collapse;
    border: var(--lp-yellow) solid 2px;
    margin: 0 0 22px;
    table-layout: fixed;
}

#lp.lp-gas .lp-info-table th,
#lp.lp-gas .lp-info-table td {
    border: var(--lp-yellow) solid 2px;
    /* border: var(--lp-border-width) solid var(--lp-border) !important; */
    /* padding: 12px 14px !important; */
    /* font-size: 12px; */
    /* line-height: 1.65; */
    color: #333;
    vertical-align: middle;
    text-align: left;
    background: #fff;
    font-weight: normal;
}

#lp.lp-gas .lp-info-table tr:nth-of-type(1) th {
    background: var(--lp-yellow) !important;
}

#lp.lp-gas .lp-info-table .lp-info-label {
    width: 13%;
    background: var(--lp-yellow) !important;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle;
    padding: 12px 10px !important;
}

#lp.lp-gas .lp-info-table .lp-info-item {
    background: #fff !important;
    text-align: left !important;
    padding: 5px 8px 5px 2.5em !important;
    line-height: 1.65;
    /* ①②③ 改行時、番号の下に文字が来ないようぶら下げインデント */
    text-indent: -1.5em;
    word-break: keep-all;
    overflow-wrap: normal;
}

#lp.lp-gas .lp-formula-panel {
    padding: 18px 12px;
    margin: 0 0 12px;
    background: #fff;
}

#lp.lp-gas .lp-formula {
    display: flex;
    align-items: stretch; /* 同じ行のボックス高さを揃える */
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

#lp.lp-gas .lp-formula-box {
    border: var(--lp-yellow) solid 5px;
    /* border: var(--lp-border-width) solid var(--lp-border); */
    border-radius: 4px;
    padding: 8px 10px;
    /* font-size: 12px; */
    font-weight: bold;
    color: #4b5e86;
    /* color: var(--lp-text); */
    text-align: center;
    background: #fff;
    min-width: 82px;
    min-height: 58px; /* 2行テキスト（料金＋補足）に合わせた高さ */
    line-height: 1.4;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#lp.lp-gas .lp-formula-box .lp-formula-sub {
    display: block;
    /* font-size: 9px; */
    font-weight: normal;
    margin-top: 3px;
    color: #4b5e86;
}

#lp.lp-gas .lp-formula-box.is-result {
    /* border-color: var(--lp-border); */
    color: var(--lp-red);
}

#lp.lp-gas .lp-formula-op {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    flex-shrink: 0;
    align-self: center; /* 演算子はボックス中央に揃える */
}

/* 「＋ 消費税」を1セットにするラッパー（セクション2）— LPガス料金ページ専用 */
#lp.lp-gas .lp-formula-taxrow {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    align-self: center;
}

#lp.lp-gas .lp-formula-tax {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: bold;
    color: #333;
    flex-shrink: 0;
    display: inline-block;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

/* WordPressが <p> で包む場合の計算式演算子・消費税 */
#lp.lp-gas .lp-formula > p {
    margin: 0 !important;
    padding: 0;
    max-width: none !important;
    line-height: 1.4 !important;
    flex-shrink: 0;
    align-self: center;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

#lp.lp-gas .lp-formula > p .lp-formula-op {
    white-space: nowrap;
}

#lp.lp-gas .lp-formula > p .lp-formula-tax {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: normal;
}

#page .main #lp.lp-gas .lp-formula > p {
    max-width: none !important;
    margin: 0 !important;
}

#lp.lp-gas .lp-rate-heading {
    /* margin: 0 0 12px; */
}

#lp.lp-gas .lp-rate-heading span,
#lp.lp-gas .lp-rate-block > span,
#lp.lp-gas section > span {
    letter-spacing: normal;
    writing-mode: horizontal-tb;
    line-height: 1.8;
}

#lp.lp-gas .lp-rate-block > span {
    display: block;
    color: #4b5e86;
}

#lp.lp-gas .lp-body-text,
#lp.lp-gas p.lp-body-text {
    display: block;
    margin: 0 0 1em;
    color: #4b5e86;
    letter-spacing: normal;
    writing-mode: horizontal-tb;
    line-height: 1.8;
    max-width: none;
}

#page .main #lp.lp-gas .lp-body-text,
#page .main #lp.lp-gas p.lp-body-text {
    max-width: none !important;
    letter-spacing: normal !important;
    writing-mode: horizontal-tb !important;
    line-height: 1.8 !important;
}

#lp.lp-gas .lp-notes {
    font-size: 11px;
    line-height: 1.8;
    color: #666;
    margin: 0;
    padding: 0;
    list-style: none;
}

#lp.lp-gas .lp-note-text {
    color: #4b5e86;
}

#lp.lp-gas .lp-notes li {
    list-style: none;
    margin: 0 0 3px;
    padding: 0;
}

#lp.lp-gas .lp-rate-block {
    margin: 0 0 35px;
}

#lp.lp-gas .lp-rate-heading {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 5px;
    margin-top: 5px; */
}

#lp.lp-gas .lp-rate-heading h4 {
    background: none !important;
    color: #333 !important;
    font-size: 18px;
    /* font-weight: bold; */
    margin: 0 0 4px;
    padding: 0;
    line-height: 1.6;
}

#lp.lp-gas .lp-rate-heading h4:before {
    display: none !important;
}

#lp.lp-gas .lp-rate-date {
    font-size: 11px;
    color: #666;
    margin: 0;
    text-align: left;
}

#lp.lp-gas .lp-rate-table {
    width: 100%;
    border-collapse: collapse;
    border: var(--lp-yellow) solid 2px;
    /* border: var(--lp-border-width) solid var(--lp-border); */
    margin: 0 0 15px;
    table-layout: fixed;
}

#lp.lp-gas .lp-rate-table th,
#lp.lp-gas .lp-rate-table td {

    /* border: var(--lp-border-width) solid var(--lp-border) !important; */
    padding: 10px 12px !important;
    /* font-size: 12px; */
    vertical-align: middle;
    background: #fff;
    font-weight: normal;
    text-align: center;
}

#lp.lp-gas .lp-rate-table tr:nth-of-type(1) th {
    background: var(--lp-yellow) !important;
}

#lp.lp-gas .lp-rate-table .lp-rate-label {
    width: 28%;
    background: var(--lp-yellow) !important;
    color: #333 !important;
    font-weight: bold;
    font-size: 13px;
    text-align: center !important;
}

#lp.lp-gas .lp-rate-table .lp-rate-range {
    border: var(--lp-yellow) solid 2px;
    text-align: left !important;
    padding-left: 14px !important;
    color: #333;
}

#lp.lp-gas .lp-rate-table .lp-rate-value {
    border: var(--lp-yellow) solid 2px;
    /* font-weight: bold; */
    color: #333;
    text-align: center !important;
}

/* ------------------------------------------------------------
 * 計算例ブロック（標準A・標準B共通）
 * 対象クラス: .lp-calc-* / .lp-calc-box--usage
 * ※ #lp.lp-gas 配下のみ。他の #lp ページには適用しない
 * ------------------------------------------------------------ */
#lp.lp-gas .lp-calc-title {
    /* font-size: 12px; */
    font-weight: bold;
    color: #6da8d7;
    margin: 0 0 8px;
}

#lp.lp-gas .lp-calc-panel {
    margin: 0 0 10px;
    background: #fff;
}

#lp.lp-gas .lp-calc-formula {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 4px;
    width: 100%;
}

#lp.lp-gas .lp-calc-box {
    border: #ffd100 solid 2px;
    border-radius: 4px;
    text-align: center;
    flex: 1 1 0;
    min-width: 0;
    max-width: 130px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-sizing: border-box;
}

#lp.lp-gas .lp-calc-box .lp-calc-box-label {
    background: #ffd100;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 4px;
    line-height: 1.3;
    border-bottom: 2px solid #ffd100;
    box-sizing: border-box;
    white-space: nowrap;
}

#lp.lp-gas .lp-calc-box .lp-calc-box-value {
    padding: 8px 4px;
    /* font-size: 10px; */
    font-weight: bold;
    color: #00aeef;
    line-height: 1.45;
    background: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#lp.lp-gas .lp-calc-inline {
    display: block;
    /* font-size: 9px; */
    font-weight: bold;
    /* color: var(--lp-text); */
    margin-bottom: 3px;
}

#lp.lp-gas .lp-calc-inline-result {
    display: block;
    /* font-size: 10px; */
    font-weight: bold;
    /* color: var(--lp-text); */
}

#lp.lp-gas .lp-calc-box.is-total {
    max-width: 130px;
}

#lp.lp-gas .lp-calc-box.is-total .lp-calc-box-label {
    background: #ffff00;
}

#lp.lp-gas .lp-calc-box.is-total .lp-calc-box-value {
    /* color: var(--lp-text); */
    /* font-size: 11px; */
    background: #fff;
}

/* 従量料金ボックス（ご使用量 × 従量単価）横並び — LPガス料金ページ専用 */
#lp.lp-gas .lp-calc-box.lp-calc-box--usage,
#lp.lp-gas .lp-calc-formula > .lp-calc-box:nth-child(3) {
    border: 2px solid #ffd100;
    flex: 1.6 1 0;
    max-width: 165px;
}

#lp.lp-gas .lp-calc-box.lp-calc-box--usage .lp-calc-box-label,
#lp.lp-gas .lp-calc-formula > .lp-calc-box:nth-child(3) .lp-calc-box-label {
    background: #ffd100;
    color: #333;
    border-bottom: 2px solid #ffd100;
}

#lp.lp-gas .lp-calc-box.lp-calc-box--usage .lp-calc-box-value,
#lp.lp-gas .lp-calc-formula > .lp-calc-box:nth-child(3) .lp-calc-box-value {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 8px 4px;
    background: #fff;
    color: #00aeef;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
}

#lp.lp-gas .lp-calc-usage-col,
#lp.lp-gas .lp-calc-box.lp-calc-box--usage .lp-calc-box-value > div,
#lp.lp-gas .lp-calc-formula > .lp-calc-box:nth-child(3) .lp-calc-box-value > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 0 0 auto;
    min-width: 0;
    font-weight: bold;
    line-height: 1.45;
    color: #00aeef;
}

#lp.lp-gas .lp-calc-usage-label,
#lp.lp-gas .lp-calc-usage-num,
#lp.lp-gas .lp-calc-usage-col .lp-calc-usage-label,
#lp.lp-gas .lp-calc-usage-col .lp-calc-usage-num {
    display: block;
    font-weight: bold;
    color: #00aeef;
    line-height: 1.45;
    white-space: nowrap;
}

#lp.lp-gas .lp-calc-usage-op,
#lp.lp-gas .lp-calc-box.lp-calc-box--usage .lp-calc-box-value > span,
#lp.lp-gas .lp-calc-formula > .lp-calc-box:nth-child(3) .lp-calc-box-value > span {
    display: block;
    flex: 0 0 auto;
    font-weight: bold;
    color: #00aeef;
    line-height: 1.45;
    padding: 0 2px;
}

/* 演算子（＋＝）— WPが <p><span> で包む場合にも対応 / LPガス料金ページ専用 */
#lp.lp-gas .lp-calc-formula > p {
    margin: 0 !important;
    padding: 0 2px;
    max-width: none !important;
    line-height: 1 !important;
    flex: 0 0 auto;
    align-self: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-weight: bold;
    color: #333;
}

#lp.lp-gas .lp-calc-formula > p .lp-calc-op,
#lp.lp-gas .lp-calc-formula > p > span {
    display: block;
    padding: 0;
    line-height: 1;
    transform: none;
}

#lp.lp-gas .lp-calc-op,
#lp.lp-gas .lp-calc-formula > span,
#page .main #lp.lp-gas .lp-calc-op,
#page .main #lp.lp-gas .lp-calc-formula > span {
    flex: 0 0 auto;
    min-width: 14px;
    font-weight: bold;
    color: #333;
    display: block !important;
    align-self: center;
    box-sizing: border-box;
    padding: 0 2px;
    line-height: 1;
}

#page .main #lp.lp-gas .lp-calc-formula > p {
    max-width: none !important;
    line-height: 1 !important;
    margin: 0 !important;
}

#lp.lp-gas .lp-text-block {
    font-size: 13px;
    line-height: 1.9;
    margin: 0 0 12px;
    max-width: none;
}

#lp.lp-gas .lp-cta-btn {
    display: block;
    background: var(--lp-cta-blue);
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 14px;
    padding: 28px 24px;
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
    transition: opacity 0.2s;
    box-sizing: border-box;
}

#lp.lp-gas .lp-cta-btn:hover {
    opacity: 0.9;
    color: #fff;
    text-decoration: none;
}

#lp.lp-gas .lp-cta-btn .lp-cta-main {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
}

#lp.lp-gas .lp-cta-btn .lp-cta-sub {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
}

#page .main #lp.lp-gas p,
#page .main #lp.lp-gas .lp-text-block,
#page .main #lp.lp-gas .lp-calc-title,
#page .main #lp.lp-gas .lp-rate-date {
    max-width: none;
}

/* ▲▲▲▲▲ ここまで：LPガス料金ページ専用（style.css） ▲▲▲▲▲ */

@media screen and (max-width: 979px) {
    /* ▼▼▼▼▼ LPガス料金ページ専用（スマホ） ▼▼▼▼▼ */
    #lp.lp-gas .lp-section-title {
        font-size: 1.5rem;
        margin: 0 0 1.5rem;
    }

    /* セクション1：説明表（番号のぶら下げインデント） */
    #lp.lp-gas .lp-info-table {
        display: table;
        width: 100%;
        table-layout: fixed;
        margin-bottom: 1.5rem;
    }

    #lp.lp-gas .lp-info-table tbody {
        display: table-row-group;
    }

    #lp.lp-gas .lp-info-table tr {
        display: table-row;
    }

    #lp.lp-gas .lp-info-table th,
    #lp.lp-gas .lp-info-table td {
        display: table-cell;
        vertical-align: middle;
    }

    #lp.lp-gas .lp-info-table .lp-info-label {
        width: 28% !important;
        font-size: 1.1rem;
        text-align: center !important;
        padding: 0.8rem 0.5rem !important;
    }

    #lp.lp-gas .lp-info-table .lp-info-item {
        font-size: 1.2rem;
        line-height: 1.65;
        text-align: left !important;
        padding: 0.8rem 1rem 0.8rem 2.4em !important;
        text-indent: -1.5em;
    }

    #lp.lp-gas .lp-formula-panel {
        padding: 1rem 0.8rem;
    }

    /* ------------------------------------------------------------
     * セクション2「ガス料金の計算方法について」— スマホ縦並び
     * ------------------------------------------------------------ */
    #lp.lp-gas .lp-formula {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        gap: 0.35rem;
    }

    #lp.lp-gas .lp-formula-box {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 52px;
        font-size: 1.2rem;
        padding: 0.6rem 0.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }

    #lp.lp-gas .lp-formula-box.is-result {
        width: 100% !important;
    }

    #lp.lp-gas .lp-formula-box .lp-formula-sub {
        font-size: 1rem;
        margin-top: 2px;
    }

    #lp.lp-gas .lp-formula-op,
    #lp.lp-gas .lp-formula > span,
    #lp.lp-gas .lp-formula > p,
    #page .main #lp.lp-gas .lp-formula-op,
    #page .main #lp.lp-gas .lp-formula > span {
        flex: none !important;
        align-self: stretch !important;
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        margin: 0 !important;
        line-height: 1 !important;
        font-size: 1.4rem;
        white-space: normal !important;
    }

    #lp.lp-gas .lp-formula > p {
        max-width: none !important;
        padding: 0 !important;
    }

    #lp.lp-gas .lp-formula > p .lp-formula-op {
        display: block;
        text-align: center;
    }

    #lp.lp-gas .lp-formula-taxrow {
        flex: none !important;
        align-self: stretch !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.25rem;
        width: 100% !important;
    }

    #lp.lp-gas .lp-formula-taxrow .lp-formula-op {
        flex: none;
        width: auto !important;
    }

    #lp.lp-gas .lp-formula-taxrow .lp-formula-tax {
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        font-size: 1.2rem;
        width: auto !important;
    }
    /* ------------------------------------------------------------
     * ここまで：セクション2 計算方法（スマホ縦並び）
     * ------------------------------------------------------------ */

    /* セクション3：見出し（持家／賃貸・検針分） */
    #lp.lp-gas .lp-rate-heading {
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }

    #lp.lp-gas section:nth-of-type(3) > .lp-rate-block:first-of-type {
        margin-top: 10px;
    }

    /* セクション3：標準料金表（PC同様の表組みを維持） */
    #lp.lp-gas .lp-rate-table {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        margin: 0 0 1.2rem;
    }

    #lp.lp-gas .lp-rate-table tbody {
        display: table-row-group;
    }

    #lp.lp-gas .lp-rate-table tr {
        display: table-row;
    }

    #lp.lp-gas .lp-rate-table th,
    #lp.lp-gas .lp-rate-table td,
    #lp.lp-gas table.lp-rate-table td {
        display: table-cell;
        width: auto !important;
        box-sizing: border-box;
        font-size: 1.1rem;
        padding: 0.7rem 0.5rem !important;
        vertical-align: middle;
    }

    #lp.lp-gas .lp-rate-table .lp-rate-label {
        width: 26% !important;
        font-size: 1.1rem;
        text-align: center !important;
        white-space: nowrap;
    }

    #lp.lp-gas .lp-rate-table tr:not(:last-child) th.lp-rate-label {
        border-bottom: 2px solid #fff;
    }

    #lp.lp-gas .lp-rate-table .lp-rate-range {
        text-align: left !important;
        padding-left: 0.6rem !important;
        font-size: 1.05rem;
        white-space: nowrap;
    }

    #lp.lp-gas .lp-rate-table .lp-rate-value {
        text-align: center !important;
        font-size: 1.05rem;
    }

    /* セクション4・5：本文 */
    #lp.lp-gas .lp-body-text,
    #lp.lp-gas p.lp-body-text,
    #lp.lp-gas section > span,
    #page .main #lp.lp-gas section p {
        display: block;
        max-width: none !important;
        font-size: 1.3rem !important;
        line-height: 1.8 !important;
        letter-spacing: normal !important;
        writing-mode: horizontal-tb !important;
        text-align: left !important;
    }

    #lp.lp-gas section:nth-of-type(5) .lp-body-text,
    #lp.lp-gas section:nth-of-type(5) p.lp-body-text,
    #page .main #lp.lp-gas section:nth-of-type(5) .lp-body-text,
    #page .main #lp.lp-gas section:nth-of-type(5) p.lp-body-text {
        margin-bottom: 0;
    }

    #lp.lp-gas .lp-notes {
        font-size: 1.1rem;
        line-height: 1.7;
    }

    /* セクション3：計算例（縦並びのみ） */
    #lp.lp-gas .lp-calc-panel {
        padding: 0.8rem 0.5rem;
    }

    #lp.lp-gas .lp-calc-formula {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        gap: 0.2rem;
    }

    #lp.lp-gas .lp-calc-box,
    #lp.lp-gas .lp-calc-box.is-basic,
    #lp.lp-gas .lp-calc-box.is-total,
    #lp.lp-gas .lp-calc-box.lp-calc-box--usage,
    #lp.lp-gas .lp-calc-formula > .lp-calc-box:nth-child(3) {
        flex: none;
        width: 100%;
        max-width: none !important;
    }

    #lp.lp-gas .lp-calc-box .lp-calc-box-label {
        font-size: 1.3rem;
        white-space: normal;
        padding: 0.5rem 0.4rem;
    }

    #lp.lp-gas .lp-calc-box.is-total .lp-calc-box-label {
        background: #ffff00;
    }

    #lp.lp-gas .lp-calc-box .lp-calc-box-value {
        font-size: 1.4rem;
        padding: 0.7rem 0.4rem;
    }

    #lp.lp-gas .lp-calc-box.lp-calc-box--usage .lp-calc-box-value {
        gap: 0.4rem;
        padding: 0.7rem 0.5rem;
    }

    #lp.lp-gas .lp-calc-usage-label,
    #lp.lp-gas .lp-calc-usage-num {
        font-size: 1.2rem;
        white-space: nowrap;
    }

    #lp.lp-gas .lp-calc-usage-op {
        font-size: 1.3rem;
    }

    #lp.lp-gas .lp-calc-op,
    #lp.lp-gas .lp-calc-formula > span,
    #lp.lp-gas .lp-calc-formula > p,
    #page .main #lp.lp-gas .lp-calc-op,
    #page .main #lp.lp-gas .lp-calc-formula > span,
    #page .main #lp.lp-gas .lp-calc-formula > p {
        width: 100% !important;
        display: block !important;
        text-align: center !important;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1 !important;
        padding: 0.35rem 0;
        margin: 0 !important;
        transform: none !important;
    }

    /* セクション5：営業所一覧CTA */
    #lp.lp-gas .lp-cta-btn {
        padding: 1.5rem 1.2rem;
        border-radius: 0.9rem;
    }

    #lp.lp-gas .lp-cta-btn .lp-cta-main {
        font-size: 2.2rem;
        font-weight: bold;
    }

    #lp.lp-gas .lp-cta-btn .lp-cta-sub {
        font-size: 1.3rem;
        font-weight: bold;
    }
    /* ▲▲▲▲▲ ここまで：LPガス料金ページ専用・スマホ（更新日: 2026年7月14日） ▲▲▲▲▲ */
}
