@charset "UTF-8";

/* ----------------------------------------------------------------
投稿の詳細ページ
---------------------------------------------------------------- */

/* 共通CSS上書き */
.sectionContainer_inner {
    width: 100%;
    margin: 24px auto 0;
}
.sectionContainer_inner.cat {
    margin: 0 auto;
    padding: 0 0 20px;
}
.catList {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.articleList {
    margin: 0 auto 30px;
}
.shopSearch.btn_container {
    padding: 40px 0;
}

@media print, screen and (min-width:768px) {
    .sectionContainer_inner {
        margin: 0 auto 20px;
    }
    .sectionContainer_inner.cat {
        margin: 0 auto;
        padding: 0 0 40px;
    }
    .shopSearch.btn_container {
        padding: 60px 0;
    }
    .articleList {
        margin: 0 auto 20px;
    }
}

/* コンテンツ */
.contentsWrap.white {
    background-color: #FFF;
}
.contentsWrap.gray {
    background-color: #F7F7F1;
}
.mainContents {
    width: 90.4%;
    margin: 0 auto;
}
.contentsWrap.gray > .mainContents {
    margin-bottom: 30px;
}
.postItem_content {
    font-size: 1.6rem;
    line-height: 1.875;
    padding-bottom: 30px;
}
/* .postItem_content p:not(:first-of-type), */
.postItem_content p + p {
    margin-top: 20px;
}
.postItem_content p + div {
    margin-top: 20px;
}
.postItem_content p + ul,
.postItem_content p + ol {
    margin-top: 10px;
}
.postItem_content div + p {
    margin-top: 13px;
}
.postItem_content p + figure {
    margin: 30px 0;
}
.postItem_content h4 + p,
.postItem_content h4 + ul,
.postItem_content h4 + ol,
.postItem_content h4 + div {
    margin-top: 14px;
}
.postItem_content h2 + p {
    margin-top: 0;
}
.postItem_content a:link, .postItem_content a:visited {
    color: inherit;
    text-decoration: none;
    word-break: break-all;
}
.postItem_content p a:link, .postItem_content p a:visited {
    color: #EF6D22;
    text-decoration: none;
}
.postItem_content a:hover {
    opacity: 0.7;
}
.postItem_content ul li {
    text-indent: -1em;
    padding-left: 1em;
}
.postItem_content ul li::before {
    content: '●';
    color: #EF6D22;
    margin-right: 0.3em;
}
.postItem_content ol li {
    counter-increment: numCount;
}
.postItem_content ol li::before {
    content: counter(numCount);
    color: #EF6D22;
    margin-right: 0.3em;
    font-weight: 600;
}
@media print, screen and (min-width:768px) {
    .mainContents {
        width: 1040px;
        margin: 0 auto;
    }
    .contentsWrap.gray > .mainContents {
        margin-bottom: 20px;
    }
    .postItem_content {
        padding-bottom: 25px;
    }
    .postItem_content h2 + p {
        margin-top: 10px;
    }
    .postItem_content p + p {
        margin-top: 30px;
    }
    .postItem_content div + p {
        margin-top: 33px;
    }
    .postItem_content p + div {
        margin-top: 47px;
    }
    .postItem_content p + ul,
    .postItem_content p + ol {
        margin-top: 24px;
    }
    .postItem_content p + figure {
        margin: 43px 0;
    }
}

/* 見出し・タイトル */
.titleBox_inner {
    padding: 26px 0 0;
}
.titleBox_inner h3 {
    margin: 0 0 24px;
}
.titleBox_inner.catTitle {
    font-size: 1.6rem;
    line-height: 2.25;
    font-weight: 400;
    text-align: left;
    padding: 16px 0 8px;
    width: 90.4%;
    margin: 0 auto;
}
.titleBox_inner h1 {
    font-size: 2.0rem;
    line-height: 1.5;
    text-align: center;
    padding: 16px 0;
}
.titleBox_inner.topTitle {
    padding: 8px 0 16px;
}
.titleBox_inner.topTitle h1 {
    font-size: 2.0rem;
    line-height: 1.5;
    text-align: center;
    padding: 0;
    font-family: "A1 Gothic M", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif !important;
}
.postItem_content h2 {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 20px 0;
    font-family: "A1 Gothic M", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif !important;
}
.postItem_content h3 {
    font-size: 1.8rem;
    line-height: 1.556;
    font-weight: 400;
    margin: 30px 0 24px;
    padding-bottom: 16px;
    border-bottom: solid 2px #D7D2CB;
    position: relative;
}
.postItem_content h3::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100px;
    height: 2px;
    background: #EF6D22;
}
.postItem_content h4 {
    color: #EF6D22;
    font-size: 1.8rem;
    line-height: 1.556;
    font-weight: 400;
}
.postItem_content h4:has(+ h4) {
    font-size: 1.6rem;
    line-height: 1.875;
    font-weight: 700;
    font-family: "A1 Gothic B", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif !important;
}
.postItem_content h4 + h4 {
    margin-bottom: 14px;
}
.postItem_content p + h4 {
    margin-top: 20px;
}
div + .postItem_content h3 {
    margin-top: 40px;
}
@media print, screen and (min-width:768px) {

    .titleBox_inner.catTitle {
        font-size: 2.0rem;
        line-height: 1.8;
        padding: 31px 0 15px;
        width: 1040px;
        margin: 0 auto;
    }
    .titleBox_inner h1 {
        font-size: 2.8rem;
        line-height: 1.286;
        padding: 23px 0 49px;
        margin: 0 auto;
    }
    .titleBox_inner.topTitle {
        padding: 23px 0 49px;
    }
    .titleBox_inner.topTitle h1 {
        font-size: 2.8rem;
        line-height: 1.286;
        margin: 0 auto;
        padding: 0;
    }
    .titleBox_inner h3 {
        margin: 30px 0 40px;
    }
    .postItem_content h2 {
        font-size: 2.8rem;
        line-height: 1.286;
    }
    .titleBox_inner h3,
    .postItem_content h3 {
        font-size: 2.4rem;
        line-height: 1.5;
    }
    .postItem_content h4 {
        font-size: 2.0rem;
        line-height: 1.5;
    }
    .postItem_content h4 + h4 {
        margin-top: 3px;
    }
    p + .postItem_content h3,
    div + .postItem_content h3 {
        margin: 74px auto 33px;
    }
    .postItem_content p + h4 {
        margin-top: 60px;
    }
}


/* ------- リフォームで解決 HTMLカスタムパーツ------- */
.postItem_content .kodate-solve-wrap {
    margin: 82px auto 52px;
}
.kodate-solve-inner {
    padding: 0 14px;
}
.kodate-solve-ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2.0rem;
}
.kodate-solve-ttl-txt {
    width: 100%;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    font-family: "A1 Gothic M", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif !important;
    position: relative;
    margin-bottom: 10px;
}
.kodate-solve-ttl-txt::before {
    content: "";
    background: url(../img/ico_solve.svg) 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    width: 42px;
    height: 51px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.kodate-solve-item {
    position: relative;
    box-sizing: border-box;
    margin: 16px 0 0 0;
    padding: 20px 0;
    border: 2px solid #000;
    border-radius: 8px;
    text-align: center;
}
.kodate-solve-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}
.kodate-solve-ic {
    display: block;
    bottom: -25px;
    left: 50%;
    width: 24px;
    height: 5px;
    padding: 0 12px;
    background: #fff;
    -webkit-transform: translate(-80%);
    transform: translate(-80%);
    position: relative;
}
.kodate-solve-ic::after {
    content: "";
    background: url(../img/ico_check.svg) 50% 50% no-repeat;
    background-size: 100%;
    background-color: #FFF;
    position: absolute;
    width: 18px;
    height: 15px;
    /* padding: 0 4px; */
    position: absolute;
    top: 0;
    left: 4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contentsWrap.gray .kodate-solve-ic,
.contentsWrap.gray .kodate-solve-ic::after {
    background-color: #F7F7F1;
}
.postItem_content .kodate-solve-item::before {
    content: none;
}
@media print, screen and (min-width:768px) {
    .postItem_content .kodate-solve-wrap {
        margin: 100px auto;
    }
    .kodate-solve-inner {
        padding: 0;
    }
    .postItem_content .kodate-solve-items {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }
    .postItem_content .kodate-solve-item {
        margin: 40px 0 0 0;
        padding: 32px 0;
    }
    .kodate-solve-item.is-col4 {
        width: calc((100% - 48px)/ 4);
    }
    .kodate-solve-item.is-col3 {
        width: calc((100% - 32px)/ 3);
    }
    .kodate-solve-ic::after {
        top: 10px;
    }
    .kodate-solve-ttl-txt {
        font-size: 2.8rem;
        line-height: 1.286;
        margin-left: 42px;
    }
    .kodate-solve-ttl-txt::before {
        bottom: -34px;
        left: 25.5%;
    }
}

/* ------- ここち・さがすリノベーション リンクボタン HTMLカスタムパーツ------- */
.renovateBtn {
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    height: 80px;
    line-height: 1.45;
    border: 1px solid #edebe2;
    border-radius: 8px;
    background: #f8f7f2!important;
    color: #000!important;
    font-size: 16px!important;
    font-weight: 400;
    text-align: center;
    text-decoration: none!important;
}
.renovateBtn_title {
    order: 2;
    color: #a89a7a;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: -.1em;
    margin: auto auto auto 0;
}
.renovateBtn_img {
    order: 1;
    width: 130px;
}
.renovateBtn_img img {
    width: 50px;
}
@media print, screen and (min-width:768px) {
    .renovateBtn_box {
        max-width: 800px;
        margin: 0 auto;
    }
    .renovateBtn {
        flex-flow: nowrap;
        height: 80px;
        margin: 0 auto;
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        height: 80px;
        font-size: 14px;
        font-size: 14px;
        line-height: 1.71;
        transition: all .2s linear 0s;
    }
    .renovateBtn_title {
        margin: auto auto auto 0;
        font-size: 16px;
        text-align: left;
    }
    .renovateBtn_img {
        width: 95px;
        margin: 0 0 0 auto;
        padding-right: 50px;
    }
    .renovateBtn_img img {
        width: 100%;
    }
    .renovateBtn:hover {
        border-radius: 80px;
    }
}

/* ------- 目次 ------- */
.toc {
    padding: 15px 10px 15px;
    background-color: #F7F7F1;
    border-radius: 6px;
    position: relative;
}
.contentsWrap.gray .toc {
    padding: 15px 10px 15px;
    background-color: #fff;
    border-radius: 6px;
}
.toc .title {
    text-align: center;
    cursor: pointer;
}
.toc .title::after {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: '\f067';
    color: #EF6D22;
    font-weight: 900;
    font-size: 1.9rem;
    line-height: 1.65;
    right: 10px;
    transition: all .3s;
}
.toc .title.show::after {
    content: '\f068';
}
.toc ol {
    padding-top: 14px;
    padding-bottom: 10px;
    display: none;
}
.toc ol li {
    position: relative;
    text-indent: -1em;
    padding: 10px 0 10px 3em;
    border-bottom: 1px solid #D7D2CB;
    line-height: 1.5;
}
.toc ol li::before {
    color: #333333;
    content:counter(numCount) '.';
    font-weight: inherit;
}
.toc ol li::after {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: '\f054';
    color: #EF6D22;
    font-weight: 900;
    font-size: 1.2rem;
    left: 28px;
    top: 14px;
}
.toc ol li:first-of-type {
    border-top: 1px solid #D7D2CB;
}
@media print, screen and (min-width:768px) {
    .toc,
    .contentsWrap.gray .toc {
        padding: 22.5px 30px;
        border-radius: 10px;
    }
    .toc .title::after {
        right: 30px;
    }
    .toc ol {
        padding-bottom: 7.5px;
    }
}

/* ------- ブロックエディタースタイル上書き ------- */
.wp-block-columns {
    justify-content: space-between;
}
.contentsWrap.gray .wp-block-columns.has-background,
.contentsWrap.gray .wp-block-column.has-background {
    padding: 1.5em 1em 1em;
    border-radius: 0.8em;
}
.wp-block-columns .wp-block-column + .wp-block-colum figure.wp-block-image {
    margin: 0;
}

/* ------- 光熱費高騰対策ページ KVセクション ------- */
.utilityexpenses-kv {
    background-color: #F7F7F1;
}
.utilityexpenses-kv .mainContents {
    padding: 48px 0;
}

/* コンテナ */
.kv-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.kv-container + .kv-container {
    margin-top: 40px;
}

/* タイトルエリア */
.kv-title-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.kv-label {
    background-color: #EF6D22;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 8px 20px 10px;
    border-radius: 9999px;
    letter-spacing: 0.02em;
}
.kv-title {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #333;
    letter-spacing: 0.02em;
    margin: 0;
}
.kv-subtitle-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.kv-subtitle-text {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    color: #333;
    letter-spacing: 0.02em;
    margin: 0;
}
.kv-subtitle-highlight {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    color: #333;
    letter-spacing: 0.02em;
    margin: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.kv-subtitle-highlight::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 8px;
    background-color: #EAEB17;
    z-index: -1;
}

/* まるごと断熱リフォームリンク */
.kv-reform-link {
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    color: #EF6D22;
    transition: opacity 0.3s;
    overflow: hidden;
}
.kv-reform-link:hover {
    opacity: 0.7;
}
.kv-reform-image {
    width: 100%;
    aspect-ratio: 160 / 90;
    flex-shrink: 0;
}
.kv-reform-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    gap: 16px;
}
.kv-reform-text {
    font-size: 1.6rem;
    line-height: 1.2;
    flex: 1;
    max-width: 185px;
    color: #EF6D22;
}
.kv-reform-content i {
    font-size: 1.6rem;
    flex-shrink: 0;
    color: #EF6D22;
}

/* 施工箇所エリア */
.kv-locations {
    gap: 20px;
}
.kv-locations-title {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #333;
    letter-spacing: 0.02em;
    margin: 0;
}
.kv-locations-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.kv-location-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 80px;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    color: #EF6D22;
    padding: 16px;
    transition: opacity 0.3s;
}
.kv-location-btn:hover {
    opacity: 0.7;
}
.kv-location-text {
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
    color: #333333;
}
.kv-location-btn i {
    font-size: 1.6rem;
    color: #EF6D22;
}

/* ショップ検索エリア */
.kv-shop-search {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0;
}
.kv-shop-search_spacer {
    margin-top: 40px;
}
.kv-shop-note {
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: right;
    color: #EF6D22;
    margin: 0;
    width: 100%;
    text-decoration: none;
    transition: opacity 0.3s;
}
.kv-shop-note:hover {
    opacity: 0.7;
}

@media print, screen and (min-width:768px) {
    .utilityexpenses-kv .mainContents {
        width: 1040px;
        padding: 56px 0;
    }

    /* コンテナ */
    .kv-container {
        width: 1040px;
        margin: 0 auto;
    }

    /* タイトルエリア */
    .kv-title-area {
        gap: 24px;
    }
    .kv-label {
        font-size: 1.8rem;
        line-height: 1.6;
        padding: 10px 30px;
    }
    .kv-title {
        font-size: 2.8rem;
        letter-spacing: 0.01em;
    }
    .kv-subtitle-wrap {
        gap: 0;
    }
    .kv-subtitle-text {
        font-size: 1.6rem;
        line-height: 1.7;
    }
    .kv-subtitle-highlight {
        font-size: 1.6rem;
        line-height: 1.7;
    }

    /* まるごと断熱リフォームリンク */
    .kv-reform-link {
        flex-direction: row;
        padding-right: 40px;
        gap: 40px;
    }
    .kv-reform-image {
        width: 213px;
        height: 120px;
        aspect-ratio: auto;
        border-radius: 10px 0 0 10px;
    }
    .kv-reform-content {
        flex: 1;
        padding: 0;
        gap: 20px;
    }
    .kv-reform-text {
        max-width: none;
    }

    /* 施工箇所 */
    .kv-locations {
        gap: 40px;
    }
    .kv-locations-title {
        font-size: 2.8rem;
        letter-spacing: 0.01em;
    }
    .kv-locations-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 32px;
    }
    .kv-location-btn {
        height: 90px;
        padding: 30px 20px 24px;
    }

    /* ショップ検索 */
    .kv-shop-search {
        width: 100%;
        gap: 40px;
    }
    .kv-shop-note {
        max-width: 1040px;
    }
}

/* ------- 光熱費高騰対策ページ ポイントセクション ------- */
.utilityexpenses-point {
    background-color: #FFF;
}
.utilityexpenses-point .mainContents {
    padding: 40px 0;
}

/* タイトル */
.point-title {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #333;
    letter-spacing: 0.02em;
    margin: 0 0 40px;
}

/* グリッド */
.point-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* カード */
.point-card {
    background-color: #FFF;
    border: 1px solid #BEBEBE;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.point-card-title {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    color: #EF6D22;
    letter-spacing: 0.02em;
    margin: 0;
}
.point-card-text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    letter-spacing: 0.02em;
    margin: 0;
}

@media print, screen and (min-width:768px) {
    .utilityexpenses-point .mainContents {
        width: 1040px;
        padding: 56px 0;
    }

    /* タイトル */
    .point-title {
        font-size: 2.8rem;
        letter-spacing: 0.01em;
    }

    /* グリッド */
    .point-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    /* カード */
    .point-card {
        padding: 32px 40px;
        gap: 12px;
    }
    .point-card-title {
        font-size: 2.0rem;
        line-height: 1.5;
    }
    .point-card-text {
        line-height: 1.75;
    }
}

/* ------- 光熱費高騰対策ページ 比較表セクション ------- */
.utilityexpenses-table {
    background-color: #F7F7F1;
}
.utilityexpenses-table .mainContents {
    padding: 40px 0;
}

/* タイトル */
.table-title {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #333;
    letter-spacing: 0.02em;
    margin: 0 0 40px;
}

/* テーブルラッパー */
.table-wrapper {
    width: 100%;
    overflow-x: auto;
}

/* 比較表 */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #FFF;
}
.comparison-table thead th {
    background-color: #F7F7F7;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
    height: 50px;
    vertical-align: middle;
}
.comparison-table tbody td {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    color: #333;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #BEBEBE;
    height: 50px;
    vertical-align: middle;
}
.comparison-table tbody td.highlight {
    color: #EF6D22;
}

@media print, screen and (min-width:768px) {
    .utilityexpenses-table .mainContents {
        width: 1040px;
        padding: 56px 0;
    }

    /* タイトル */
    .table-title {
        font-size: 2.8rem;
        letter-spacing: 0.01em;
    }
}

/* ------- 光熱費高騰対策ページ リフォームセクション ------- */
.utilityexpenses-reform-section {
    background-color: #FFF;
}
.utilityexpenses-reform-section .mainContents {
    padding: 40px 0;
}

/* セクションタイトル */
.reform-section-title {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #333;
    letter-spacing: 0.01em;
    margin: 0 0 56px;
}

/* サブセクション */
.reform-subsection {
    margin-bottom: 56px;
}
.reform-subsection:last-child {
    margin-bottom: 0;
}

/* セクションヘッダー */
.section-header {
    margin-bottom: 32px;
}
.section-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    letter-spacing: 0.02em;
    margin: 0 0 16px;
}
.section-divider {
    display: flex;
    align-items: center;
    width: 100%;
    height: 2px;
}
.divider-accent {
    width: 100px;
    height: 2px;
    background-color: #EF6D22;
}
.divider-line {
    flex: 1;
    height: 2px;
    background-color: #D7D2CB;
}

/* リフォーム方法グリッド */
.reform-method-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* リフォームカード */
.reform-card {
    background-color: #FFF;
    border: 1px solid #BEBEBE;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.reform-card-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    letter-spacing: 0.02em;
    margin: 0;
}
.reform-card-text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    letter-spacing: 0.02em;
    margin: 0;
}
.reform-card-specs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
}
.spec-item {
    display: flex;
    align-items: flex-start;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
}
.spec-item dt {
    font-weight: 700;
    color: #333;
    white-space: nowrap;
}
.spec-item dd {
    font-weight: 400;
    color: #333;
    margin: 0;
    flex: 1;
}
.spec-price {
    display: inline-flex;
    align-items: center;
    background-color: #FFDFCA;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    align-self: flex-start;
}
.price-label {
    font-weight: 700;
    color: #333;
}
.price-value {
    font-weight: 400;
    color: #333;
}
.reform-card-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #EF6D22;
    text-decoration: none;
    letter-spacing: 0.02em;
    text-align: right;
    transition: opacity 0.3s;
}
.reform-card-link:hover {
    opacity: 0.7;
}
.reform-card-link span {
    color: #EF6D22;
}
.reform-card-link i {
    font-size: 1.3rem;
    color: #EF6D22;
}
.reform-card-link-placeholder {
    display: none;
}

@media print, screen and (min-width:768px) {
    .reform-card-link-placeholder {
        display: block;
        height: 21px;
    }
}

/* おすすめ情報 */
.reform-card-recommend {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.recommend-title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    letter-spacing: 0.02em;
    margin: 0;
}
.recommend-text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    letter-spacing: 0.02em;
    margin: 0;
}

/* タグ */
.reform-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.reform-tag {
    background-color: #FFDFCA;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

/* 実現のポイント */
.reform-card-points-type {
    justify-content: flex-start;
}

.reform-card-points {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
}
.point-item {
    display: flex;
    align-items: flex-start;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
}
.point-item dt {
    font-weight: 700;
    color: #333;
    white-space: nowrap;
}
.point-item dd {
    font-weight: 400;
    color: #333;
    margin: 0;
    flex: 1;
}

/* お客様の声グリッド */
.voice-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* 声カード */
.voice-card {
    background-color: #FFF;
    border: 1px solid #BEBEBE;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s, box-shadow 0.3s;
}
.voice-card:hover {
    opacity: 0.9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.voice-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.voice-header {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.voice-icon {
    width: 60px;
    height: 60px;
    background-color: #EF6D22;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    color: #FFF;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}
.voice-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.voice-address {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    color: #333;
    letter-spacing: 0.02em;
    margin: 0;
}
.voice-reform {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    letter-spacing: 0.02em;
    margin: 0;
}
.voice-text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    letter-spacing: 0.02em;
    margin: 0;
}
.voice-footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.voice-result {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #FFDFCA;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
}
.result-label {
    font-weight: 700;
    color: #333;
}
.result-value {
    font-weight: 700;
    color: #333;
    text-align: center;
}
@media print, screen and (min-width:768px) {
    .result-value {
        text-align: left;
    }
}
.voice-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #EF6D22;
    text-decoration: none;
    letter-spacing: 0.02em;
    text-align: right;
    transition: opacity 0.3s;
}
.voice-link:hover {
    opacity: 0.7;
}
.voice-link span {
    color: #EF6D22;
}
.voice-link i {
    font-size: 1.3rem;
    color: #EF6D22;
}

/* 声リンクテキスト（カード全体がリンクの場合） */
.voice-link-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #EF6D22;
    letter-spacing: 0.02em;
    text-align: right;
}
.voice-link-text span {
    color: #EF6D22;
}
.voice-link-text i {
    font-size: 1.3rem;
    color: #EF6D22;
}

@media print, screen and (min-width:768px) {
    .utilityexpenses-reform-section .mainContents {
        width: 1040px;
        padding: 56px 0;
    }

    /* セクションタイトル */
    .reform-section-title {
        font-size: 2.8rem;
    }

    /* セクションヘッダー */
    .section-title {
        font-size: 2.4rem;
    }

    /* リフォーム方法グリッド */
    .reform-method-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    /* リフォームカード */
    .reform-card {
        padding: 32px 40px;
    }
    .reform-card-title {
        font-size: 2.0rem;
    }

    /* お客様の声グリッド */
    .voice-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    /* 声カード */
    .voice-card {
        padding: 32px 40px;
    }
}

/* ------- 施工事例 ------- */
.case-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.case-card {
    background-color: #FFF;
    border: 1px solid #BEBEBE;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.case-image {
    width: 100%;
    aspect-ratio: 424 / 238;
    border-radius: 4px;
}
.case-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.case-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.case-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    color: #333;
    letter-spacing: 0.02em;
    margin: 0;
}
.case-text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    letter-spacing: 0.02em;
    margin: 0;
}
.case-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #EF6D22;
    text-decoration: none;
    letter-spacing: 0.02em;
    text-align: right;
    transition: opacity 0.3s;
    margin-top: 6px;
}
.case-link:hover {
    opacity: 0.7;
}
.case-link span {
    color: #EF6D22;
}
.case-link i {
    font-size: 1.3rem;
    color: #EF6D22;
}

@media print, screen and (min-width:768px) {
    .case-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    .case-card {
        padding: 32px 40px;
    }
}

/* ------- 補助金 ------- */
.subsidy-box {
    background-color: #FBF5E0;
    border: 1px solid #BEBEBE;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.subsidy-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    letter-spacing: 0.02em;
    margin: 0;
}
.subsidy-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.subsidy-list li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
    color: #E75400;
    letter-spacing: 0.02em;
}
.subsidy-list li i {
    font-size: 1.6rem;
    color: #EF6D22;
    margin-top: 0.5em;
    flex-shrink: 0;
}
.subsidy-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #EF6D22;
    text-decoration: none;
    letter-spacing: 0.02em;
    text-align: right;
    transition: opacity 0.3s;
}
.subsidy-link:hover {
    opacity: 0.7;
}
.subsidy-link span {
    color: #EF6D22;
}
.subsidy-link i {
    font-size: 1.3rem;
    color: #EF6D22;
}

@media print, screen and (min-width:768px) {
    .subsidy-box {
        padding: 32px 40px;
    }
    .subsidy-title {
        font-size: 2.0rem;
    }
    
    /* FAQ アイコン - PC */
    .faq-icon {
        width: 27px;
        height: 25px;
        font-size: 2.5rem;
    }
}

/* ------- FAQ ------- */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.faq-item {
    background-color: #FFF;
    border: 1px solid #BEBEBE;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    cursor: pointer;
    transition: opacity 0.3s;
}
.faq-question:hover {
    opacity: 0.7;
}
.faq-q-label {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}
.faq-q-text {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    letter-spacing: 0.02em;
    flex: 1;
}
.faq-icon {
    width: 21px;
    height: 20px;
    font-size: 2.0rem;
    color: #EF6D22;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.faq-answer {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    overflow: hidden;
    transition: opacity 0.3s ease;
}
.faq-a-label {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}
.faq-a-text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    letter-spacing: 0.02em;
    margin: 0;
    flex: 1;
}

@media print, screen and (min-width:768px) {
    .faq-item {
        padding: 32px 40px;
    }
    .faq-q-label,
    .faq-q-text {
        font-size: 2.0rem;
    }
}

/* ------- 光熱費高騰対策ページ ショップ検索セクション ------- */
.shop-search-section {
    background-color: #F7F7F1;
}
.shop-search-section .mainContents {
    padding: 40px 0;
}

/* ラッパー */
.shop-search-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

/* ショップ検索ボックス */
.shop-search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    min-height: 100px;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 10px 18px;
    text-decoration: none;
    color: #EF6D22;
    transition: opacity 0.3s;
}
.shop-search-box:hover {
    opacity: 0.7;
}

/* コンテンツ */
.shop-search-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* アイコン */
.shop-search-icon-wrapper {
    width: 36px;
    height: 37px;
    flex-shrink: 0;
}
.shop-search-icon {
    width: 36px;
    height: 37px;
    flex-shrink: 0;
}

/* テキスト */
.shop-search-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.shop-search-en {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    color: #EF6D22;
    margin: 0;
}
.shop-search-ja {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #EF6D22;
    letter-spacing: 0.02em;
    margin: 0;
}

/* 矢印アイコン */
.shop-search-box > i {
    font-size: 2.0rem;
    color: #EF6D22;
    flex-shrink: 0;
}

/* 注釈 */
.shop-search-note {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    color: #EF6D22 !important;
    text-align: right;
    margin: 0;
    width: 100%;
    max-width: 1040px;
    text-decoration: none;
    transition: opacity 0.3s;
    display: block;
}
.shop-search-note:hover {
    opacity: 0.7;
}
.shop-search-note:visited {
    color: #EF6D22;
}

@media print, screen and (min-width:768px) {
    .shop-search-section .mainContents {
        width: 1040px;
        padding: 56px 0;
    }
    .shop-search-box {
        min-height: 120px;
        padding: 10px 24px 10px 48px;
    }
    .shop-search-content {
        gap: 38px;
    }
    .shop-search-en {
        font-size: 1.5rem;
    }
    .shop-search-ja {
        font-size: 2.2rem;
    }

    /* アイコン */
    .shop-search-icon-wrapper {
        width: 47px;
        height: 50px;
        flex-shrink: 0;
    }
    .shop-search-icon {
        width: 47px;
        height: 47.83px;
        flex-shrink: 0;
    }
}

/* ===== KVセクション（Figmaデザイン実装） ===== */
.kv-title-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.kv-subtitle-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}


/* ボタングリッド */
.kv-buttons-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
}

.kv-button {
    background-color: #EF6D22;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 32px;
    border-radius: 9999px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    transition: opacity 0.3s;
}

.kv-button:hover {
    opacity: 0.8;
}

.kv-button-text {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: white;
    max-width: 185px;
}

.kv-button > i {
    font-size: 1.6rem;
    color: white;
}

/* 説明テキスト */
.kv-description {
    width: 100%;
    text-align: center;
}

.kv-description-text {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #333;
    margin: 0;
}

.kv-description-highlight {
    color: #EF6D22;
}

/* リフォームコンシェルジュ */
.kv-concierge {
    width: 100%;
    display: flex;
    justify-content: center;
}

.kv-concierge-link {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 18px;
    height: 100px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    transition: opacity 0.3s;
}

.kv-concierge-link:hover {
    opacity: 0.8;
}

.kv-concierge-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.kv-concierge-label {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    color: #EF6D22;
    margin: 0;
}

.kv-concierge-title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.32px;
    color: #EF6D22;
    margin: 0;
}

.kv-concierge-link > i {
    font-size: 1.6rem;
    color: #EF6D22;
    flex-shrink: 0;
}

/* ショップ検索（既存のスタイルを使用） */
.kv-shop-search {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    width: 100%;
}

/* レスポンシブ対応 */
@media print, screen and (min-width:768px) {
    .kv-buttons-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    
    .kv-button {
        padding: 0 56px;
        height: 100px;
    }
    
    .kv-button-text {
        max-width: none;
    }
    
    .kv-concierge-link {
        padding: 10px 24px 10px 48px;
        height: 120px;
        max-width: 900px;
    }
    
    .kv-concierge-label {
        font-size: 1.5rem;
    }
    
    .kv-concierge-title {
        font-size: 2.2rem;
        letter-spacing: 0.02em;
    }
    
    .kv-concierge-link > i {
        font-size: 2.0rem;
    }
}