#main_content section {
    margin-bottom:40px;
}
@media (min-width: 600px) {
    #main_content {
        width: 1000px
    }
}
.area-vendor-card {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f0f6fb;
    border-top: 5px solid #005cb2;}
.area-vendor-card.non-affiliate-store {
    background-color: #f3f3f3;
    border-color: #979797;
}

.area-vendor-card .vendor-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 10px;
}
.area-vendor-card .vendor-title .vendor-name {
    display: flex;
    justify-content: start;
    align-items: center;
}
.area-vendor-card .vendor-title .vendor-name h3 a {
    color: #005cb2;
    text-decoration: underline;
    font-size: 20px;
    margin-left: 10px;
}

.vendor-info {
    margin: 2rem 0;
}
.vendor-info .vendor-services, .vendor-info .vendor-service-type {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.vendor-info .vendor-service-box.service-type {
    background-color: #ff5300;
    color: #fff;
}
.vendor-info .vendor-services {
    flex-direction: row !important;
}

.vendor-info .vendor-service-box.active {
    background-color: #005cb2;
    color: #fff;
}
.vendor-info .vendor-service-box {
    flex: 1 1 calc(20% - 10px);
    max-width: calc(20% - 10px);
    background-color: #e4e4e4;
    color: #bbb7b7;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
}
.area-vendor-card .vendor-info .vendor-summary {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.area-vendor-card .vendor-info .vendor-summary .vendor-summary-item {
    width: calc(50% - 15px);
    padding: 0 10px 5px 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px dotted #005cb2;
}
.area-vendor-card .vendor-info .vendor-summary .vendor-summary-item .vendor-summary-label {
    width: 150px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #005cb2;
    font-size: 16px;
    font-weight: bold;
}
.area-vendor-card.non-affiliate-store .vendor-info .vendor-summary .vendor-summary-item .vendor-summary-label {
    color: #979797;
}
.area-vendor-card .vendor-info .vendor-summary .vendor-summary-item .vendor-summary-value {
    text-align: right;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.vendor-summary-value .vendor-price {
    color: #e50012;
    font-size: 20px;
    font-weight: bold;
}

.vendor-description {
    margin-top: 2rem;
}
.vendor-description .vendor-description-title {
    color: #005cb2;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.vendor-description .vendor-description-text {
    font-size: 14px;
}

.vendor_btn_area {
    width: 100%;
    margin: 2rem 0;
}

.vendor_btn_area button {
    position: relative;
    width: 30%;
    margin: 0 35%;
    border: 1px solid #005cb2;
    border-radius: 7px;
    color: #005cb2;
    background: #fff;
    font-weight: bold;
    text-align: center;
    padding: .5rem 2rem .5rem .5rem;
    cursor: pointer;
}
.vendor_btn_area button a {
    display: block;
    text-decoration: none;
    color: #005cb2;
}
.vendor_btn_area button::after {
    content: "";
    position: absolute;
    top: 47%;
    right: 1rem;
    transform: translateY(-50%) rotate(-45deg);
    display: inline-block;
    border: solid #005cb2;
    border-width: 0 .15em .15em 0;
    padding: .3em;
}

.cta_img_area {
    width: 90%;
    margin: 2rem auto;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cta_img_area .icon_img {
    margin-left: 10px;
    padding-top: 4px;
}
.cta_img_area p.cta_phone {
    margin-left: 10px;
    font-size: 36px;
    font-weight: bold;
    color: #f54532;
    line-height: 1.2;
    text-decoration: none;
}
.cta_img_area .twentyfour_seven {
    margin-left: 20px;
    padding: 4px 10px;
    background: #faebec;
    font-weight: bold;
    color: #f54532;
}

/*  主にエリア別業者一覧ページ */
@media (min-width: 600px) {
    .l-content {
        padding-top: 2em;
    }
}
.mv_header_wrapper{
    position: relative;
}
.mv_header_wrapper p {
    font-size: 20px;
    position: absolute;
    top: 44px;
    right: 15.5%;
    font-weight: bold;
    color: white;
    display: block;
    width: 270px;
    text-align: center;
}
.mv_body_wrapper{
    margin-top:30px;
    position:relative;
}

.mv_body_wrapper .phone_number{
    position: absolute;
    font-size: 50px;
    color: white;
    font-family: Roboto, serif;
    top: 297px;
    left: 350px;
}
#regulation .section_header .reg_header {
    font-size: 20px;
    font-weight: 500;
    padding: 13px;
    background: #005cb2;
    color: white;
    text-align: center;
}
#regulation .section_body {
    width: 100%;
    margin-top: 15px;
    padding: 10px 20px;
    background: #eff4f8;
    display: flex;
    justify-content: space-between;
}
#regulation .section_header .reg_header .logowrap {
    position: relative;
    display: block;
    background: white;
    border-radius: 7px;
    width: 350px;
    padding: 7px 0;
    margin: 10px auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#regulation .section_header .reg_header .logowrap::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}
#regulation .section_header .reg_header .logowrap img {
    display: block;
    margin-left: 14px;
}
#regulation .section_header .reg_header .hdr_title {
    position: relative;
}
#regulation .section_header .reg_header .hdr_title img {
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    top: -7px;
    left: -35px;
}
#regulation .section_body {
    width: 100%;
    margin-top: 15px;
    padding: 10px 20px;
    background: #eff4f8;
    display: flex;
    justify-content: space-between;
    margin-bottom:20px;
}
#regulation .section_body p {
    width: 90%;
    font-weight: bold;
    padding-left: 30px;
    margin-left: 0;
    margin-right: auto;
    padding-top:13px;
}
.trigger_link {
    color: #005cb2;
    text-align: right;
    display: block;
    position: relative;
    padding-right: 25px;
    margin-top: 10px;
}
.trigger_link::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #005cb2;
}
#regulation #reg_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    align-items: center;
}
#regulation #reg_modal.is-active {
    display: flex;
    justify-content: center;
    align-items: center;
}
#reg_modal.is-active {
    display: flex;
}
#reg_modal.is-active .reg_modal_wrap {
    transform: scale(1);
}
#reg_modal .reg_modal_wrap {
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 900px;
    overflow: hidden;
    transform: scale(0.95);
    transition: transform 0.3s ease-out;
}
#reg_modal .reg_modal_wrap .reg_modal_content {
    padding: 0;
    padding-bottom: 30px;
    position: relative;
}
#reg_modal .reg_modal_wrap .reg_modal_btn_area {
    text-align: center;
    padding: 20px;
}
#reg_modal .reg_modal_wrap .reg_modal_content h3 {
    text-indent: 30px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    color: white;
    background-color: #005cb2;
    margin-bottom: 20px;
}
#reg_modal .reg_modal_wrap .reg_modal_content .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}
.plus-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #005cb2;
}
.trigger_link::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #005cb2;
}
.reg_modal_content .closeBtn {
    --size: 28px;
    --thickness: 2px;
    --color: currentColor;
    position: relative;
    inline-size: var(--size);
    block-size: var(--size);
    display: inline-block;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background: #86c2f9;
}
#reg_modal .reg_modal_wrap .reg_modal_content dl {
    margin: 0;
    padding: 0 30px;
}
#reg_modal .reg_modal_wrap .reg_modal_content dl dt {
    font-weight: bold;
    color: #005cb2;
    margin-top: 15px;
}
#reg_modal .reg_modal_wrap .reg_modal_content dl dd {
    margin: 5px 0 0 10px;
    color: #555;
    line-height: 1.6;
    font-size: 14px;
}
#reg_modal .reg_modal_wrap .reg_modal_content p.note {
    font-size: 12px;
    color: #666;
    margin: 30px;
    padding: 15px;
    background: #f1f1f1;
}
#reg_modal .reg_modal_wrap .reg_modal_content p.note .note_text {
    display: block;
    line-height: 1.4;
    margin-bottom: 5px;
    padding-left: 1em;
    position: relative;
}
#reg_modal .reg_modal_wrap .reg_modal_content p.note .note_text::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
#reg_modal .reg_modal_wrap .reg_modal_btn_area {
    text-align: center;
    padding: 20px;
}
#reg_modal .reg_modal_wrap .reg_modal_btn_area .close {
    width: 250px;
    height: 40px;
    background: #85c1f7;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#reg_modal .reg_modal_wrap .reg_modal_btn_area .close::before {
    content: "閉じる";
}
.closeBtn::before {
    transform: rotate(45deg);
}
.closeBtn::before, .closeBtn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(var(--size) * 0.72);
    height: var(--thickness);
    background: var(--color);
    border-radius: 999px;
    transform-origin: center;
    translate: -50% -50%;
}
.closeBtn::after {
    transform: rotate(-45deg);
}

#template-area-vendors {
    margin: 40px 0 30px 0;
}
.section-title-wrapper {
    margin-bottom: 30px;
    text-align: center;
}
#template-area .section-title-wrapper h2 {
    text-align: center;
}
#template-area .section-title-bg-blue {
    background-color: #005cb2;
    padding: 5px 10px;
}
.section-title-bg-blue {
    padding: 10px 20px;
    background-color: #007bff;
    border-radius: 5px;
    color: white;
    font-size: 24px;
    font-weight: bold;
}
@media (min-width: 960px) {
    #template-area .section-title {
        top: -20px;
    }
}
#template-area .section-title-light-blue {
    background-color: #86c2fb;
    color: #fff;
}
#template-area .section-title {
    display: inline-block;
    position: relative;
    min-width: 300px;
    width: fit-content;
    padding: 5px 20px;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    font-size: 20px !important;
    font-weight: bold;
}
@media (min-width: 960px) {
    #template-area .section-name {
        position: relative;
        top: -7px;
    }
}
#template-area .section-name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.section-title-bg-blue .section-title-white, .section-title-bg-blue .section-name {
    display: flex;
    align-items: center;
    gap: 8px;
}
.submit-btn-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin: 1rem 0;
}
.submit-btn {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: .25rem .75rem;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

/********************************************************
***  エリアページ：口コミセクション
*********************************************************/
#template-area-reviews .area-review-contents{
    padding: 20px 10px 30px;
}

 .vendor-latest-item-box{
    width: 100%;
    min-height: 300px;
    overflow-y: auto;
    background-color: #f0f6fb;
    padding: 10px 20px;
    border-radius: 5px;
}

.reviewed_vendor_name{
    width:100%;
    font-size:12px;
}

.vendor-latest-item-card-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: 2px dotted #005cb2;
    font-size:12px;
}

.vendor-latest-item-header-left-inner {
    display: flex;
    gap: 10px;
    color: #005cb2;
}

.vendor-latest-item-header-right {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: baseline;
}
.vendor-latest-item-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.vendor-latest-item-card-body {
    font-size: 14px;
}
#template-area-reviews .area-review-contents .vendor-latest-item-header-left .vendor-latest-item .vendor-latest-item-type {
    font-weight: bold;

}
#template-area-reviews .area-review-contents .vendor-latest-item-location,
#template-area-reviews .area-review-contents .vendor-latest-item-location a
{
    font-size:11px;
    color: #005cb2;
}

/* =========================
   Area Reviews Grid
   ========================= */

/* 一覧（グリッド親） */
.area-review-contents#js-area-reviews-list {
    display: grid;
    grid-template-columns: 1fr; /* SP: 1列 */
    gap: 16px;
}

/* タブレット: 2列 */
@media (min-width: 768px) {
    .area-review-contents#js-area-reviews-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

/* PC: 3列 */
@media (min-width: 1024px) {
    .area-review-contents#js-area-reviews-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }
}

/* 子要素は “グリッドアイテム” として素直に伸びるように */
.area-review-contents#js-area-reviews-list > .area-review-item {
    min-width: 0; /* 長い文字で横はみ出し防止 */
}

/* カードを高さ揃えしたい場合（任意だけど見た目よくなる） */
.area-review-contents#js-area-reviews-list .vendor-latest-item-box,
.area-review-contents#js-area-reviews-list .vendor-latest-item-card {
    height: 100%;
}

/* 任意：レビュー本文が長すぎてカードがバラつくのを軽減（必要なら） */
/*
.area-review-contents#js-area-reviews-list .vendor-latest-item-card-text {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
*/
.area-reviews-more{
    text-align: center;
    margin: 15px 0 30px;
}



#js-area-reviews-more
{
    display: inline-block;
    width: fit-content;
    min-width: 300px;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #0073e6;
    background-color: #fff;
    border: solid 1px #0073e6;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s;
}
#js-area-reviews-more::after
{
content: '';
display: inline-block;
border: solid currentColor;
border-width: 0 1px 1px 0;
padding: 3px;
margin-left: 10px;
transform: translateY(-50%) rotate(45deg);
}

/* PC view */
@media (min-width: 960px) {
    #template-area-reviews {
        margin-top: 50px;
    }

    .vendor-distributor-area {
        width: 80%;
    }
    #vendor_official{
        position:relative;
    }

    .vendor-summary-item{
        align-items:center !important;
    }
}

/* Mobile view */
@media (max-width: 959px){
    #template-area-reviews {
        margin-top: 20px;
    }
    #template-area-reviews .area-review-contents{
        padding: 20px 5px 30px;
    }
    #vendor_official{
        position:relative;
    }

    .vendor-summary-value {
        display: flex;
        align-items: flex-start; /* または center */
    }
    .vendor-distributor-area {
        width: 80%;
    }
    .bubble_trigger {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        background-color: #007bff;
        color: #fff;
        border-radius: 50%;
        font-size: 13px;
        font-weight: bold;
        cursor: pointer;
    }

    .bubble{
        overflow:visible!important;
    }
    .distributor-row{position:relative; margin-left:auto; margin-right:0;}
    .vendor-bubble {
        position: relative;
        margin-right:0;
        margin-left:10px;
    }
    .tooltip_content {
        display: none;
        position: absolute;
        background-color: #fff;
        border: 1px solid #007bff;
        padding: 12px;
        border-radius: 6px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        z-index: 9999;
        width:80%;
        white-space: normal;
        top:-11rem;
        right:1rem;
    }
    .area-reviews-more {
        flex-direction: column;
        align-items: center;
    }
    .tooltip_content::after {
        content: '';
        position: absolute;
        top: 100%; /* ツールチップの下端に配置 */
        right: 0; /* ←右下に寄せる */
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #fff; /* ツールチップと同じ背景色 */
        filter: drop-shadow(0 -1px 1px rgba(0,0,0,0.1));
    }

    .vendor-bubble:hover .tooltip_content {
        display: block;
    }

    .tooltip_content h3 {
        margin-top: 0;
        font-size: 16px;
        margin-bottom: 6px;
        color:#005cb2;
    }

    .tooltip_content p {
        margin: 0 0 6px 0;
        font-size: 13px;
    }
    span.maker-title{font-size:3.7vw;}
}
.swiper-vendor-mvs [class*="swiper-button-"].swiper-button-disabled {
    opacity: 0;            /* 見えなくする */
    pointer-events: none;  /* クリック不可 */
    transition: opacity .2s ease; /* 任意：ふわっと */
}
#load-more-cases,
#load-more-reviews {
    display: inline-block;
    width: fit-content;
    min-width: 300px;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #0073e6;
    background-color: #fff;
    border: solid 1px #0073e6;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s;
}
@media (min-width: 960px) {
    #load-more-reviews:hover,
    #load-more-cases:hover {
        /* 背景色を白にして、メインカラーの枠線と文字で強調 */
        background-color: #0073e6;
        color: #fff;
    }
}

#load-more-cases::after,
#load-more-reviews::after{
    content: '';
    display: inline-block;
    border: solid currentColor;
    border-width: 0 1px 1px 0;
    padding: 3px;
    margin-left: 10px;
    transform: translateY(-50%) rotate(45deg);
}


.back-to-vendors-wrap {
    margin-top: 12px;
    text-align: center;
}

#back-to-vendors {
    display: inline-block;
    width: fit-content;
    min-width: 300px;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    background-color: #0073e6;
    color: #fff;
    border: solid 1px #0073e6;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s;
}

#back-to-vendors:hover{
    background-color:#fff ;
    color:#0073e6 ;
}

.area-total-content .anker_jump{
    display:block;
    text-decoration: none;
}

.loadmore-wrap .fiy {
    font-size: 11px;
    text-align: right;
    margin-bottom: 15px;
}
dl.rating_box {
     background: #fff;
     border-radius: 8px;
     padding: 6px 14px 6px 7px;
     font-size: 14px;
     font-weight: bold;
 }
.vendor-latest-item-review-stars dl {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
    padding: 4px 12px;
}
dl.total_rate {
    background: #f5f9ff;
    border-radius: 8px;
    padding: 6px 14px 6px 7px;
    font-size: 14px;
    font-weight: bold;
}
.vendor-latest-item-review-stars dt {
    font-weight: 600;
}
.star-rating {
    display: inline-block;
    margin-right: 8px;
}
.review-star .full-star {
    color: #ff5300;
}
.star-rating .full-star {
    color: #ff5300;
}
#template-area .review-star .empty-star {
    color: #e4e4e4;
}
.star-rating .empty-star {
    color: #e4e4e4;
}
.half-star {
    color: #ddd;
    background: linear-gradient(90deg, #ff5300 50%, #e4e4e4 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/**
* エリアピッカーモーダル用
**/
.battery110-area-picker { display:none; }
.battery110-area-picker.is-open { display:block; }
.battery110-area-picker__backdrop{
    position:fixed; inset:0; background:rgba(0,0,0,.45); z-index:9998;
}
.battery110-area-picker__panel{
    position:fixed; left:30%; top:20%; transform:translate(-50%,-50%);
    width:min(92vw, 680px); max-height:80vh; overflow:auto;
    background:#fff; border-radius:12px; z-index:9999; padding:16px;
    outline:none;
}
.battery110-area-picker__chips{
    display:flex; flex-wrap:wrap; gap:10px 14px; margin-top:8px;
}
.battery110-area-link{ white-space:nowrap; text-decoration:none; }
.battery110-area-link--parent{ font-weight:700; }
.battery110-area-link--child{ font-size:.95em; }
.battery110-area-picker__group{ margin-top:12px; }

/* =========================================================
   Area Picker Modal
   - visibility control: #area-picker-modal.is-open
   - mobile accordion: .area-picker-ward-container.open
========================================================= */

/* JS連動：モーダル表示 */
#area-picker-modal { display: none; }
#area-picker-modal.is-open { display: block; }

/* 共通：背景コンテナ（固定・全面） */
#area-picker-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

/* =========================================================
   共通：モーダルボックス
========================================================= */
.area-picker-modal-box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

/* 共通：ヘッダー */
.area-picker-header {
    background: #005cb2;
    color: #fff;
    padding: 16px 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 1;
    border-bottom: 1px solid #004a91;
}

.area-picker-title { margin: 0; }

/* 共通：閉じるボタン */
.area-picker-close-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    padding: 4px 8px;
    font-size: 1.5rem;
    line-height: 1;
}

/* 共通：本文 */
.area-picker-body {
    flex-grow: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* 共通：リスト */
.area-picker-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.area-picker-links li a {
    text-decoration: none;
    display: block;
}

.area-picker-links li a:hover,
.area-picker-grid-4col li a:hover,
.area-picker-ward-link:hover {
    text-decoration: underline;
}

/* =========================================================
   PC (>= 768px)
========================================================= */
@media (min-width: 768px) {

    /* 背景の余白感（鍵のPC：上下20%） */
    .area-picker-modal-box {
        position: relative;
        margin: 20vh auto;
        max-height: 60vh;
        width: 60%;
        /* max-width: 45%; */
    }

    .area-picker-header {
        font-size: 1.1rem;
    }

    .area-picker-body {
        padding: 20px 5%;
        padding-bottom: 40px;
    }

    /* liの余白（鍵PC） */
    .area-picker-links li {
        padding: 10px 0;
    }

    /* 共通リンク色（鍵PC） */
    .area-picker-links li a {
        color: #666;
        font-size: 1rem;
    }

    /* 市名（▶付き） */
    .area-picker-city-label {
        display: block;
        font-weight: bold;
        font-size: 1.05rem;
        padding: 12px 0 6px;
        color: #222;
    }

    /* 区名（・付き） */
    .area-picker-ward-link {
        display: block;
        font-size: 0.95rem;
        color: #666;
        padding-left: 0.5em;
    }

    /* 区なし市町村（4列グリッド） */
    .area-picker-grid-4col {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 8px 12px;
        padding: 0;
        margin: 0;
    }

    .area-picker-grid-4col li a {
        display: block;
        padding: 4px 6px;
        font-size: 0.95rem;
        color: #666;
    }

    /* 市名の区切り感 */
    .area-picker-fullrow {
        grid-column: 1 / -1;
    }

    .area-picker-city-link {
        display: block;
        font-size: 0.95rem;
        color: #333;
        padding: 4px 6px;
    }

    /* PCではトグルUI不要（常時表示想定） */
    .area-picker-toggle-btn { display: none; }

    /* PCでは ward-container はただのラッパなので制限しない */
    .area-picker-ward-container {
        max-height: none;
        overflow: visible;
        transition: none;
        background: transparent;
        padding: 0;
    }
}

/* =========================================================
   Mobile (< 768px)
========================================================= */
@media (max-width: 767px) {

    #area-picker-modal {
        background-color: rgba(0, 0, 0, 0.6);
        overflow: hidden;
    }

    .area-picker-modal-box {
        width: 90%;
        height: 80%;
        margin: 15px auto;
        border-radius: 8px;
    }

    .area-picker-header {
        padding: 12px 16px;
        font-size: 1rem;
        border-bottom: 1px solid #ddd;
    }

    .area-picker-body {
        padding: 16px;
    }

    .area-picker-links li {
        padding: 8px;
        border-bottom: 1px solid #eee;
    }

    .area-picker-links li a {
        color: #333;
        font-size: 1rem;
    }

    /* トグル行（親） */
    .area-picker-toggle-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 16px;
        position: relative;
    }

    /* 市区町村リンク */
    .area-picker-city-link {
        flex-grow: 1;
        color: #333;
        font-size: 1rem;
        padding-right: 32px;
    }

    /* ＋ボタン */
    .area-picker-toggle-btn {
        flex-shrink: 0;
        font-size: 1.3rem;
        background: none;
        border: none;
        color: #007bff;
        cursor: pointer;
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
    }

    /* SPアコーディオン */
    .area-picker-ward-container {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
        background-color: #fafafa;
    }

    .area-picker-ward-container.open {
        padding-top: 4px;
        padding-bottom: 4px;
        max-height: 1000px;
    }

    .area-picker-ward-list {
        display: block;
        margin: 0;
        padding: 0 16px;
    }

    /* SPではグリッドは使わない（縦） */
    .area-picker-grid-4col {
        display: block;
    }
}

/* =========================================================
   EasyForm 苦肉の策CSS
========================================================= */

 p:has(+ .easy_form) {
     /* 自動で入ってしまうpタグのmargin打消 */
     margin-bottom: 0;
 }
@keyframes flash {
    0%, 15%, 85%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
.easyform__ttl {
    position: relative;
    margin-top: -2em;
    text-align: center;
}
.easyform__ttl:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: #004cac transparent transparent transparent;
}
.easyFormWrapper {
    padding: 2.2em 1em 1em;
    border: 2px solid #004cac !important;
}
.easyFormWrapper .input_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 0.6em;
}
.easyFormWrapper .input_wrapper .form-group {
    flex: 1;
}
.input_wrapper .form-group .form-group-ttl {
    line-height: 2rem;
    text-align:left;
}
.input_wrapper .form-group .form-group-ttl.highlighted {
    /* 強調表示 */
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0;
    animation: flash 2s ease-in-out infinite;
}
.input_wrapper .form-group .form-group-content {
    margin-top: 1vw;
    padding: 0 4vw;
}
.easyFormWrapper .input_wrapper .form-group input,
.easyFormWrapper .input_wrapper .form-group select {
    width: 100%;
    height: 58px;
    font-size: 1rem;
}
/* ラジオボタン */
.form-group-radio input {
    display: none;
}
.form-group-radio .radio-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3vw;
    row-gap: 1.5vw;
}
.form-group-radio .radio-items.radio_0 {
    grid-template-areas:
                        "car bike"
                        "car truck";
}
.form-group-radio .radio-item.grid-area-car {
    grid-area: car;
}
.form-group-radio .radio-item.grid-area-bike {
    grid-area: bike;
}
.form-group-radio .radio-item.grid-area-truck {
    grid-area: truck;
}
/* 非セレクト時（デフォルト） */
.form-group-radio .radio-item {
    border-radius: 2.5vw;
    box-shadow: 0 1vw 0 #003594;
    transition: transform .25s, box-shadow .25s, -webkit-transform .25s;
    line-height: 0;
    background: #003594;
}
.form-group-radio .radio-item .radio_btn.selected {
    display: none;
}
/* セレクト時 */
.form-group-radio .radio-item:has(input:checked) {
    box-shadow: 0 0 0;
    transform: translate3d(0, 1vw, 0);
}
.form-group-radio .radio-item:has(input:checked) .radio_btn {
    display: none;
}
.form-group-radio .radio-item:has(input:checked) .radio_btn.selected {
    display: block;
}
/* 注意文 */
.loading-hide,
.notice-hide {
    display: none;
}
.tel-info {
    margin-top: 0.3em;
    font-size: 0.7em;
}
.help-block p {
    margin-top: 0.5em;
}
.help-block p::before { /* チェックマーク */
    content: '';
    width: 13px;
    height: 9px;
    border-left: 3px solid #004cac;
    border-bottom: 3px solid #004cac;
    transform: rotate(-45deg);
    display: inline-block;
    margin: 0 5px;
}
.notice {
    margin-top: 0.8em;
    font-size: 0.8em;
}
/* 送信ボタン */
.btn_area {
    margin-top: 1em;
}
.submit__btn {
    display: block;
    width: 80%;
    height: 3.5rem;
    margin: 0 auto;
    font-weight: bold;
    text-decoration: none;
    outline: 0;
    color: #fff9eb;
    font-size: 18px;
    background: #ffa900;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffa900), color-stop(100%, #ff6c00), to(#fff));
    background: linear-gradient(180deg, #ffa900 0%, #ff6c00 100%, #fff 100%);
    border-radius: 30px;
    border: 1px solid #ff6c00;
    box-shadow: 1px 0px 3px rgb(0 0 0 / 30%);
}
.submit__note {
    margin-top: 1.5em;
    font-size: 10px;
    letter-spacing: -0.02em;
    color: #fff;
}
/* sp only */
@media (max-width: 959px) {
    .easyFormWrapper {
        padding: 1em 0.5em 0.5em;
        border: 5px solid #052b73 !important;
        background: #f5f5f5;
    }
    .easyFormWrapper p{
        text-align:left;
    }
    .easyFormWrapper .input_wrapper {
        flex-direction: column;
        gap: 1.5em;
    }
    .easyform__ttl:after {
        border-color: #052b73 transparent transparent transparent;
    }
    .easyFormWrapper .input_wrapper .form-group input,
    .easyFormWrapper .input_wrapper .form-group select {
        height: 40px !important;
        font-size: 1.2rem !important;
        background:#fff;
    }
    .input_wrapper .form-group .form-group-ttl{
        line-height:1.2rem;
    }
    .form-group .tel{
        border: 1px solid #666;
    }
    /* 送信ボタン */
    .submit__btn {
        color: #fff;
        background: #fa2c00;
        border: 2px solid #fff;
        box-shadow: 0px 3px 3px rgba(0,0,0,.2);
    }
    .submit__note {
        color: var(--color_text);
    }
    .submit__note a {
        color: var(--color_text);
    }
}

/**
一覧カード内 口コミCSS
 */
.area-vendor-reviews{
    margin-top:50px;
    margin-bottom:50px;
}
.area-vendor-reviews .section-title-wrapper{}
.area-vendor-reviews .section-title-wrapper h4.section-title_reviews{
    color: #fff;
    background-color: #2c93fd;
    font-size: 18px;
    padding: 0.6rem;
    margin-bottom: 1rem;
}

.vendor-latest-reviews {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-start;
}
.vendor-latest-reviews:has(:nth-child(3)):not(:has(:nth-child(4))) {
    justify-content: space-between;
}


.vendor-review-item {
    width:32%; height:250px;
    padding:20px;
    background: #fff;
    border-radius:5px;
    overflow-y: auto;
}
.vendor-review-card_head{
    border-bottom:2px dotted #005cb2;
    display:flex; justify-content: space-between;
    font-size:12px; font-weight:700;
    color:#005cb2;
    letter-spacing:0.8px;
    line-height:19px;
}
.star-rating{}
.star-rating .full-star {
    color: #ff5300;
}
.star-rating .empty-star {
    color: #e4e4e4;
}
.vendor-review-card_body{
    padding-top:10px;
    font-size:14px; font-weight:500;
    letter-spacing:0.8px;
    line-height:22px;
}
.vendor-review-card_head_left,
.vendor-review-card_head_right{
    margin-bottom:10px;
}
.vendor-review-card_head_left_inner{
    display:block;
    width:100%;
}
.vendor-review-card_head_left_inner a {
    color:#005cb2;
}

.vendor-summary-item .vendor-summary-label {
    width: fit-content;
    color: #979797;
}

/****** モバイル用コード 暫定 ************************************/
@media (max-width: 959px) {
    #content {
        padding-top: 0 !important;
    }

    #template-area .mv-wrapper {
        height: auto !important;
    }

    img.tiled {
        display: block;
    }

    #template-area .mv-wrapper {
        left: calc(50% - 50vw + var(--swl-scrollbar_width, 0px) / 2);
        width: calc(100vw - var(--swl-scrollbar_width, 0px));
        height: 100vw;
    }

    #template-area .mv-wrapper h1 span.mv-description-area-name {
        position: absolute;
        width: 74vw;
        height: 6.5vw;
        top: 5.5vw;
        left: 13vw;
        color: white;
        font-size: 1.2rem;
        display: block;
        text-align: center;
    }
    #template-area .mv-wrapper .mv_content {
        position: absolute;
        width: 90%;
        min-height:60px;
        margin: 0 5%;
        bottom: 33vw;
        left: 0;
    }
    #template-area .mv-wrapper .mv_content_inner {
        width: 92%;
        position: absolute;
        margin: 0 4%;
    }

    #template-area .section-title {
        font-size:4vw!important;
    }

    #template-area .mv-wrapper .mv_content .phone_number {
        position: absolute;
        font-size: 8vw;
        color: white;
        font-weight: bold;
        font-family: Roboto, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        top: 6vw;
        left: 25vw;
    }
    #template-area .mv-wrapper .mv_content_inner .phone_number{

    }
    #template-area .mv-wrapper .note
    {
        font-size: 2.5vw;
        display: block;
        color: #333;
        position: absolute;
        bottom: 5vw;
        left: 8vw;
    }
    .img_tosho .note{
        margin-bottom:5vw;
        font-size: 2.5vw;
        display: block;
        color: #333;
    }
    #template-area .mv-wrapper .img_tosho {
        width: 90%;
        font-weight: bold;
        margin: 5vw 5% 0;
    }
    span.hdr_title{font-size:15px;}
    span.hdr_title .spfs20{font-size:20px;}
    #template-area .mv-wrapper {
        position: relative;
    }
    .payment{margin-bottom:5vw}
    #regulation .section_body p {
        width: 96%;
        font-weight: bold;
        padding-left: 0;
        margin-left: 0;
        margin-right: 2%;
        line-height: 1.7;
        font-size: 3.5vw;
        letter-spacing: 0.4px;
    }
    #regulation .section_body {
        padding-left: 10px;
        padding-right: 10px;
    }
    #regulation .section_body img{display: block;
        height: 70px;
        margin-top: 6%;}
    .plus-icon {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: white;
        border: 2px solid #005cb2;
    }
    .trigger_link::after {
        content: '';
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2px solid #005cb2;
    }
    .plus-icon::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 10px;
        height: 2px;
        background-color: #005cb2;
    }
    .plus-icon::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        width: 10px;
        height: 2px;
        background-color: #005cb2;
    }
    #reg_modal .reg_modal_wrap {
        width: 94%;
    }
    #reg_modal .reg_modal_wrap .reg_modal_content {
        padding: 0;
        padding: 0;
        overflow: scroll;
        height: 60vh;
    }
    #template-area .section-name {
        font-size: 4vw;
        margin: 2vw 0;
    }
    .vendor-info {
        margin: 0.5rem 0;
    }
    .vendor-info .vendor-services, .vendor-info .vendor-service-type {
        margin-bottom: 5px !important;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
    .vendor-info .vendor-service-box.service-type {
        padding-top: 3px;
        font-size: 2.5vw;
    }
    .vendor-info .vendor-service-box {
        flex: 1 1 calc(25% - 5px);
        max-width: calc(25% - 5px);
        height: 20px;
        text-align: center;
        border-radius: 5px;

        padding-top: 5px;
        font-size: 1.6vw;
        font-weight: bold;
        box-sizing: border-box;
    }
    .vendor-info .vendor-services, .vendor-info .vendor-service-type {
        margin-bottom: 5px !important;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
    .vendor-info .vendor-services {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row !important;
        gap: 5px;
    }
    #template-area-vendor-data .area-vendor-card .vendor-info .vendor-summary {
        flex-direction: column;
        gap: 5px;
        padding-top: 5px;
        padding-bottom: 20px;
    }
    .vendor_btn_area {
        margin: 1rem 0;
    }
    #template-area-vendor-data .area-vendor-card .vendor-info .vendor-summary {
        flex-direction: column;
        gap: 5px;
        padding-top: 5px;
        padding-bottom: 20px;
    }
    #template-area-vendor-data .area-vendor-card .vendor-info .vendor-summary .vendor-summary-item {
        width: calc(50% - 15px);
        padding: 0 10px 5px 10px;
        display: flex;
        justify-content: space-between;
        border-bottom: 2px dotted #005cb2;
    }
    #template-area-vendor-data .area-vendor-card .vendor-info .vendor-summary .vendor-summary-item {
        width: calc(50% - 15px);
        padding: 0 10px 5px 10px;
        display: flex;
        justify-content: space-between;
        border-bottom: 2px dotted #005cb2;
    }

    .vendor_btn_area button.w100 {
        width: 100%;
        margin: 0;
    }
    #regulation .section_header .reg_header .logowrap {
        width: 80%;
        padding: 7px 0;
    }
    #regulation .section_header .reg_header .logowrap img {
    width: 90%;
    margin: 0 5%;
    }
    .area-vendor-card .vendor-info .vendor-summary,
    .area-vendor-card .vendor-info .vendor-summary .vendor-summary-item{
        width:100%;
    }
    #template-area .vendor-price {
        font-size: 3vw !important;
        padding-right: 0;
        padding-top: 1vw;
    }
    .area-vendor-card .vendor-info .vendor-summary .vendor-summary-item .vendor-summary-label  {
        font-size: 3.7vw;
        width: 40vw;
    }
    .area-vendor-card .vendor-info .vendor-summary .vendor-summary-item .vendor-summary-label.review-label {
        width:33vw;
    }
    #template-area-vendor-data .area-vendor-card .vendor-info .vendor-summary .vendor-summary-item .vendor-summary-value.vendor-summary-value-reviews
        {
            justify-content: flex-start;
        }
    #template-area-vendor-data .area-vendor-card .vendor-info .vendor-summary .vendor-summary-item .vendor-summary-value {
        text-align: right;
        font-size: 3vw !important;
        padding-top: 3px;
    }
    #template-area-vendor-data .area-vendor-card .vendor-info .vendor-summary .review-star-rating {
        font-size: 4.5vw;
    }
    #template-area .review-star-rating {
        margin-right: 5px;
        margin-left: 2px;
        color: #ff5300;
        font-weight: bold;
        font-size:4.5vw;
    }
    #template-area .review-count a {
        color: #005cb2;
    }
.vendor-card .tax_notice{display:block; text-align:right; font-size:12px;}

    /* + / − 記号 */
    .extra-toggle{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .toggle-symbol::before{
        content: '+';
        font-weight: 900;
        font-size: 18px;
    }

    .extra-toggle[aria-expanded="true"] .toggle-symbol::before{
        content: '−';
        font-weight: 900;
    }

    /* パネル開閉（aria-hidden をSSOTにする） */
    .extra-panel[aria-hidden="true"]{
        display: none;
    }

    .vendor_price_btn_area button {
        position: relative;
        width: 30%;
        margin: 0 35%;
        border: 1px solid #005cb2;
        border-radius: 7px;
        color: #005cb2;
        background: #fff;
        font-weight: bold;
        text-align: center;
        padding: .5rem 2rem .5rem .5rem;
        cursor: pointer;
    }
    .vendor_price_btn_area button.w100 {
        width: 100%;
        margin: 0;
    }

    .toggle-label {
        display: block;
        text-align: center;
        width: 100%;
    }
    .vendor_price_btn_area button.w60{
        width:60%;
        margin: 0 20%;
    }
    .section-title-wrapper {
        margin-bottom: 15px;
    }
    .vendor-latest-reviews {
        display: flex;
        flex-wrap: nowrap;
        gap: 0;
        justify-content: normal;
    }



}
#template-area .section-name img {
    margin-right: 10px;
}
#template-area-vendor-data .area-vendor-card .vendor-info .vendor-summary .vendor-summary-item .vendor-summary-label {
    font-size: 3.7vw;
    width: 40vw;
}
#template-area-vendor-data .area-vendor-card .vendor-info .vendor-summary .vendor-summary-item .vendor-summary-label {
    width: 35vw;
}
.payment{margin:30px auto;}
.payment .wp-block-column {
    border: none !important;
    padding: 0 !important;
}

/**********************************************************************************
 * swiper CSS
 **********************************************************************************/

.swiper-button-next-vendor-latest,
.swiper-button-prev-vendor-latest {
    background-color: #86c2fb;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    position: absolute;
    top: 55%;
    z-index: 9999;
}

/* 矢印の共通定義 */
.swiper-button-next-vendor-latest::after,
.swiper-button-prev-vendor-latest::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.swiper-button-prev-vendor-latest {
    left: 0;
    right: auto;
}
.swiper-button-next-vendor-latest {
    right: 0;
    left: auto;
}
/* ← */
.swiper-button-prev-vendor-latest::after {
    transform: rotate(-135deg);
}

/* → */
.swiper-button-next-vendor-latest::after {
    transform: rotate(45deg);
}


.vendor-review-item {
    width: auto;
}
.swiper-button-disabled { display: none !important; }
.vendor-latest-reviews { list-style: none; padding: 0; margin: 0; }
.vendor-price-note {
    font-size: 2vw;
    line-height: 1.4;
}
.review-card-head-left .label{font-size:14px;}
.review-card-wrap{
    background: #fff;
    padding: 15px;
    min-height: 250px;
    width: 32%;
}
.review-card-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom:8px;
    border-bottom:2px dotted #005cb2;
}
.review-card-date{
    text-align:right;
    margin-bottom:10px;
}
@media (max-width: 959px) {
    .vendor-latest-reviews {}
    .vendor-review-item {
        width: auto;
    }
    .swiper-button-disabled { display: none !important; }
    .vendor-latest-reviews { list-style: none; padding: 0; margin: 0; }
    .vendor-price-note {
        font-size: 2vw;
        line-height: 1.4;
    }
    .review-card-wrap{
        background: #fff;
        padding:15px;
        min-height:250px;
    }
    .review-card-head{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom:8px;
        border-bottom:2px dotted #005cb2;
    }
    .review-card-date{
        text-align:right;
        margin-bottom:10px;
    }

}

/**********************************************************************************
 * CSS Cleanup & Optimization
 **********************************************************************************/

/* --- 共通・ベース設定 --- */
.post_content > *:not(.u-mb-ctrl + *) {
    clear: both;
    margin-bottom: var(--swl-block-margin, 2em);
}

.post_content div > :first-child,
.post_content > :first-child,
.l-mainContent__inner > :first-child,
.l-parent > :first-child {
    margin-top: 0 !important;
}

.post_content dd > :last-child,
.post_content div > :last-child,
.post_content > :last-child {
    margin-bottom: 0 !important;
}

.u-mb-10 { margin-bottom: 1em !important; }
.fs_xs, .has-xs-font-size, .u-fz-xs { font-size: var(--swl-fz--xs) !important; }
.has-swl-main-color { color: var(--color_main) !important; }
.swl-inline-color { --color_link: currentcolor; }
b, strong { font-weight: 700; }

/* --- 見出し (h2) --- */
.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    color: #fff;
    padding: .75em 1em;
    border-radius: 2px;
    background: var(--color_htag);
    font-weight: 700;
    line-height: 1.4;
    margin: 4em 0 2em;
    position: relative;
    z-index: 1;
}

@media (min-width: 600px) {
    .post_content h2 { font-size: 1.4em; }
}

.post_content .is-style-section_ttl {
    background: none;
    border: none;
    border-radius: 0;
    color: inherit;
    letter-spacing: var(--swl-letter_spacing, .2px);
    padding: 0 5.5em;
    position: relative;
    text-align: center;
}

/* --- カラムブロック --- */
.wp-block-columns {
    --wp-column-gap: 1.5em;
    gap: var(--wp-column-gap) !important;
    line-height: 1.6;
}

.wp-block-columns .wp-block-column { margin: 0 !important; }

@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="flex-basis"] {
        flex-grow: 0;
    }
}

/* 装飾バリエーション */
.border_gray > .wp-block-column { border: 1px solid var(--color_border); padding: 1.5em; }
.border_main > .wp-block-column { border: 1px solid var(--color_main); padding: 1.5em; }
.shadow_on > .wp-block-column {
    background: #fff;
    box-shadow: var(--swl-box_shadow);
    color: #333;
    padding: 1.5em;
}

/* --- ステップブロック --- */
.swell-block-step {
    --swl-step_arrow_color: #dedede;
    counter-reset: step;
}

.swell-block-step__item {
    padding: 0 0 3em 64px;
    position: relative;
    margin-bottom: 0 !important;
}

.swell-block-step__item:before {
    border-left: 1px dashed var(--color_border);
    content: "";
    display: block;
    height: 100%;
    left: 23px;
    position: absolute;
    top: 0;
    width: 0;
}

.swell-block-step__number {
    box-sizing: content-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 48px;
    justify-content: center;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px;
}

.swell-block-step__number .__label {
    display: block;
    font-size: 10px;
    padding-bottom: 1px;
}

.swell-block-step__number:after {
    content: counter(step);
    counter-increment: step;
    display: block;
    font-size: 20px;
}

.swell-block-step__title {
    font-weight: 700;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 48px;
}

.swell-block-step__title + .swell-block-step__body { margin-top: 1em; }

/* --- アコーディオンブロック --- */
.swell-block-accordion__title {
    align-items: center;
    background: var(--color_gray);
    cursor: pointer;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    padding: 1em;
    position: relative;
}

.swell-block-accordion__title .swell-block-accordion__label {
    flex: 1 1 auto;
    margin: 0;
    padding: 0 1em 0 0;
    word-break: break-all;
}

.swell-block-accordion__body {
    height: auto;
    opacity: 1;
    overflow: hidden;
    padding: 1em;
    transition: padding .25s, height .25s, opacity .25s, visibility .25s;
}

/* --- アイコン & アニメーション --- */
.c-switch_icon_btn, .c-switchIconBtn {
    display: block;
    position: relative;
}

.swell-block-accordion__icon {
    flex: 0 0 auto;
    font-size: 1.25em;
    text-align: right;
    width: 1em;
}

.c-switch_icon_btn .__icon--closed,
.c-switch_icon_btn .__icon--opened,
.c-switchIconBtn .__icon--closed,
.c-switchIconBtn .__icon--opened {
    display: block;
    line-height: 1;
    transition: transform .25s, opacity .25s;
    width: 100%;
}

.c-switch_icon_btn .__icon--opened,
.c-switchIconBtn .__icon--opened {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(.5) rotate(-180deg);
}

.c-switch_icon_btn[data-opened=true] > .__icon--opened,
.c-switchIconBtn[data-opened=true] > .__icon--opened {
    opacity: 1;
    transform: scale(1) rotate(0);
}

/* Icomoon設定 */
[class^="icon-"]:before, [class*=" icon-"]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon !important;
    font-weight: 400;
    line-height: 1;
}
.icon-plus:before { content: "\e91c"; }
.icon-minus:before { content: "\e919"; }

/* --- 画像 --- */
.wp-block-image { text-align: center; }
.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
.wp-block-image:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

/**********************************************************************************
 * area page filter-sorter modal css
 **********************************************************************************/
/* =========================
   Filter bar（ボタン・ソート）
   ========================= */
.b110-filterbar__row {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

/* 既存クラスをそのまま使う前提（submit-btn / submit-btn_filter） */
.submit-btn,
.submit-btn_filter {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: .25rem .75rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.submit-btn.filtered {
    background-color: #e4e4e4;
}

.submit-btn_filter.filtered  {
    background-color: #86c2fb;
    border: 1px solid #86c2fb;
    color: #fff;
}

.submit-btn_filter.filtered .white-filter{
    filter: brightness(0) invert(1);
}

.select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.sort-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 2rem;
    outline: none;
    font-size: 14px;
}

.sort-icon {
    position: absolute;
    left: .75rem;
    pointer-events: none;
}


/* =========================
   Modal（移植先DOM構造対応）
   ========================= */

/* 重要：#b110FilterModal が“画面全体の固定レイヤー” */
#b110FilterModal.modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none; /* JSで block にする想定 */
}

/* JSで display:block にした時に、中身をセンタリング */
#b110FilterModal.modal[aria-hidden="false"],
#b110FilterModal.modal.is-open {
    display: block;
}

/* モーダルのレイアウトコンテナ */
#b110FilterModal .filter-modal {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 背景の黒いオーバーレイ（兄弟要素なので単独指定） */
#b110FilterModal .filter-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
}

/* 本体（overlayの“子”じゃなく“兄弟”なのでここがポイント） */
#b110FilterModal .filter-modal-content {
    position: relative;
    width: 40vw;
    max-height: 70vh;
    background-color: #f0f6fb;
    box-sizing: border-box;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    z-index: 1; /* overlayより前 */
}

/* Header */
#b110FilterModal .filter-modal-header {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #005cb2;
    color: #fff;
    padding: 15px 1.5rem;
    z-index: 2;
}

#b110FilterModal .filter-modal-close-button {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0;
    margin-right: auto;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

#b110FilterModal .filter-modal-header-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    font-weight: bold;
}

/* Body */
#b110FilterModal .filter-modal-form {
    flex: 1;
    overflow-y: auto;
}

#b110FilterModal .filter-options {
    padding: 0 1.5rem;
}

#b110FilterModal .filter-category {
    padding: .5rem 0;
}

#b110FilterModal .filter-items {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    padding: .75rem;
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

#b110FilterModal .filter-item {
    flex: 1 1 calc(50% - .5rem);
    box-sizing: border-box;
}

#b110FilterModal .filter-item input {
    width: 12px;
    height: 12px;
    transform: scale(1.4);
    margin-right: .5rem;
}

/* Footer */
#b110FilterModal .filter-modal-footer {
    position: sticky;
    bottom: 0;
    padding: 1rem 1.5rem;
    margin-top: 2rem;
    background-color: #979797;
    display: flex;
    gap: 1rem;
    justify-content: start;
    align-items: center;
    z-index: 2;
}

#b110FilterModal .filter-modal-footer button {
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: .5rem 1rem;
    cursor: pointer;
}

#b110FilterModal .filter-modal-reset-button {
    background-color: #fff;
    color: #333;
}

#b110FilterModal .filter-modal-submit-button {
    background-color: #ff5300;
    color: #fff;
}

#b110FilterModal .filter-modal-submit-button.disabled {
    background-color: #767676;
}


/* =========================
   SP
   ========================= */
@media (max-width: 959px) {
    .submit-btn,
    .submit-btn_filter {
        font-size: 3vw;
    }

    .sort-select {
        font-size: 3vw;
    }

    #b110FilterModal .filter-modal-header-title {
        font-size: 4vw;
    }

    #b110FilterModal .filter-modal-content {
        width: 100%;
        max-height: 70vh;
    }

    #b110FilterModal .filter-category strong {
        font-size: 3.5vw;
    }

    #b110FilterModal .filter-items {
        font-size: 3.1vw;
    }

    #b110FilterModal .filter-modal-footer {
        justify-content: center;
    }

    #b110FilterModal .filter-modal-footer button {
        font-size: 3.5vw;
    }
}


/**********************************************************************************
 * area page third layer pager css
 **********************************************************************************/

/* pager wrapper */
.b110-pager {
    margin-top: 16px;
}

/* list layout */
.b110-pager__list {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* each box */
.b110-pager__link {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #dcdcdc;
    background: #fff;
    color: #bcbcbc;

    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;

    /* little “square button” feel */
    border-radius: 2px;
    user-select: none;
}

/* active (current page) */
.b110-pager__link.is-active {
    background: #0b4fa3;   /* 濃い青 */
    border-color: #0b4fa3;
    color: #fff;
}

/* arrow button (next/prev) - blue border */
.b110-pager__link--arrow {
    border-color: #0b4fa3;
    color: #0b4fa3;
    font-weight: 800;
}

/* hover */
.b110-pager__link:hover {
    border-color: #0b4fa3;
    color: #0b4fa3;
}

.b110-pager__link.is-active:hover {
    color: #fff;
}

/* disabled */
.b110-pager__link.is-disabled {
    opacity: 0.45;
    pointer-events: none;
}

/* ========================================
 * Area Related Navigation (screenshot-like)
 * ======================================== */

.b110-area-related {
    margin-top: 24px;
    background: #fff;
    font-size:14px;
}

/* タイトル帯（青い帯） */
.b110-area-related__title {
    margin: 0;
    padding: 12px 16px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .02em;
    background: #1f4fb8
}

/* 本文側の余白 */
.b110-area-related__inner {
    padding: 14px 32px 18px;
}


.b110-area-related__title {
    color:white;
    border: none;
    border-radius: 0;
    padding: 16px 32px;
    position: relative;
    text-align: center;
}
.b110-area-related__title::before, .b110-area-related__title::after {
    position: absolute;
    top: 50%;
    bottom: auto;
    display: block;
    width: 3em;
    height: 1px;
    pointer-events: none;
    content: "";
    background: currentColor;
}
.b110-area-related__title::before {
    left: 2em;
    right: auto;
}
.b110-area-related__title::after {
    left: auto;
    right: 2em;
}

.contents-container section {
    margin-bottom:40px!important;
}




/* ========================================
 * 子あり（市 + 区）
 * ======================================== */

.b110-area-related__group {
    margin: 0 0 14px;
    padding: 0 0 14px;
    border-bottom: 1px solid #e7eefb;
}
.b110-area-related__group:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* 市名（見出しっぽく） */
.b110-area-related__parent {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 700;
    color: #1a2a44;
}

/* 市名リンク */
.b110-area-related__parent-link {
    color: #1f5fd1;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.b110-area-related__parent-link:hover {
    text-decoration: underline;
}

/* 区一覧（テキスト索引風） */
.b110-area-related__children {
    font-size: 14px;
    line-height: 1.85;
    color: #1f2d3d;
}

/* 区名リンク（青 + 下線） */
.b110-area-related__child-link {
    color: #1f5fd1;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.b110-area-related__child-link:hover {
    opacity: .85;
}

/* 区名（リンク無しは少し薄く） */
.b110-area-related__child-text {
    color: #5b6b82;
}

/* 区切り | */
.b110-area-related__separator {
    color: #9aa9bf;
    margin: 0 6px;
}

/* ========================================
 * 子なし（市だけの列挙）
 * ======================================== */

.b110-area-related__normal {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e7eefb;

    font-size: 14px;
    line-height: 1.85;
}

/* 子なし市も “索引風リンク” */
.b110-area-related__city-link {
    color: #1f5fd1;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.b110-area-related__city-link:hover {
    opacity: .85;
}

.b110-area-related__city-text {
    color: #5b6b82;
}

#randam_content{
    margin-bottom:40px;
}
[class*=is-style-btn_] a {
    background: var(--color_deep01)!important;
    border-radius: var(--the-btn-radius, 0);
    display: inline-block;
    letter-spacing: var(--swl-letter_spacing, 1px);
    line-height: 1.5;
    margin: 0;
    min-width: var(--the-min-width);
    padding: var(--the-padding);
    position: relative;
    text-decoration: none;
    width: var(--the-width);
}
.is-style-btn_solid a {
    box-shadow: 0 4px 0 #810606 !important;
    color: #fff;
    font-weight: 700;
    transition: box-shadow .25s, -webkit-transform .25s;
    transition: transform .25s, box-shadow .25s;
    transition: transform .25s, box-shadow .25s, -webkit-transform .25s;
    z-index: 1;
}

/***********************
* おすすめ10,11業者
**************************/
.area-vendor-card.non-affiliate-store.no-reviews.no-cases.no-info .vendor-summary{
    display:flex;
    margin-left:32px;
}
.area-vendor-card.non-affiliate-store.no-reviews.no-cases.no-info .vendor-summary .vendor-summary-item{
    display:flex;
    width:40%;
    gap: 12px;
    margin-right:100px;
}

@media (max-width: 959px){
    .floating_cta_sp {display:block!important}
    .area-vendor-card.non-affiliate-store.no-reviews.no-cases.no-info .vendor-summary{
        display:block;
        margin-top:24px;
        margin-left:32px;
    }
    .area-vendor-card.non-affiliate-store.no-reviews.no-cases.no-info .vendor-summary .vendor-summary-item{
        display:flex;
        align-items: center;
        width:90%;
        gap: 12px;
        margin-right:0;
        margin-bottom:16px;

    }
    .area-vendor-card.non-affiliate-store.no-reviews.no-cases.no-info .vendor-summary .vendor-summary-item .vendor-summary-label{

    }
    .vendor-summary-value.item-phone{
        padding-bottom:6px;
    }
    h3.vendor_title_for_six{
        font-size:18px;
    }
    .battery110-area-picker__panel {
        left:50%;
        top:50%;
    }

}
.tel_n.top50{
    top:55%!important;
}

.floating_cta_sp .floating_cta_sp_btn a .tel_no {
    top:38%!important;
}

.plus-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 10px;
    height: 2px;
    background-color: rgb(0, 92, 178);
}

.plus-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 2px;
    background-color: rgb(0, 92, 178);
}
.area-reviews-more {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.area-reviews-more .is-secondary {
    display: inline-block;
    width: fit-content;
    min-width: 300px;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #0073e6;
    background-color: #fff;
    border: solid 1px #0073e6;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s;
}

.tax_notice{
font-size: 12px;
text-align: right;
display: block;
margin-right: 30px;}