/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20260914
*/

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

	
	/*-- ここまで --*/
}

/* ============================================================
   ここから iejimai 業者ディレクトリ用CSS（旧astra-childより移植）
   ============================================================ */
/* ==== hikaku-card / area-content / footer-area 系CSS 移植（astra-childより抽出） ==== */

/* ========================================
   hikaku-card カードCSS（れのぼくん area.css 準拠）
======================================== */

/* ランキングリスト */
.hikaku-ranking {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* カード基本 */
.hikaku-card {
  position: relative;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 16px 18px;
  transition: box-shadow .15s, transform .15s;
}

.hikaku-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,.06); transform: translateY(-1px); }

/* プレミアム（黄色枠＋グラデ背景） */
.hikaku-card--premium {
  background: #fff;
  border-color: #f0c040;
  border-width: 2px;
  box-shadow: 0 2px 8px rgba(212,160,23,.15);
}

/* スタンダード（画像あり・通常枠） */
.hikaku-card--standard {
  border-color: #d0e4f5;
  border-width: 2px;
}

/* ヘッド：会社名 */
.hikaku-card__head {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 14px;
}

.hikaku-card__titleArea {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hikaku-card__title {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 1.4;
}

.hikaku-card__title a { color: #1a73c0; text-decoration: none; }

.hikaku-card__title a:hover { color: #c33; text-decoration: underline; }

.hikaku-card__industry { font-size: 13px; color: #888; }

/* メイン：画像＋詳細グリッド */
.hikaku-card__main {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 20px;
  margin-bottom: 12px;
}

.hikaku-card__main--noimage { grid-template-columns: 1fr; }

.hikaku-card__media img {
  width: 320px;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.hikaku-card__noimage {
  width: 320px;
  height: 200px;
  background: #f0f0f0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 12px;
}

/* 詳細カラム */
.hikaku-card__info {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.hikaku-card__info .hikaku-card__actions { margin-top: auto; padding-top: 10px; }

.hikaku-card .hikaku-card__actions--bottom { display: none; }

/* キャッチコピー */
.hikaku-card__sub {
  color: #c33;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.5;
}

/* メタ情報リスト */
.hikaku-card__meta {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
  font-size: 13.5px;
  color: #555;
  line-height: 1.7;
}

.hikaku-card__meta li { display: flex; gap: 8px; padding: 2px 0; }

.hikaku-card__metaLabel {
  flex: 0 0 70px;
  font-weight: 700;
  color: #888;
}

/* タグ */
.hikaku-card__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.hikaku-card__tagLead { font-size: 12px; color: #888; }

.hikaku-card__tag {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 3px;
  line-height: 1.5;
  white-space: nowrap;
  border: 1px solid;
}

.hikaku-card__tag.is-active {
  background: #fff0e8;
  color: #c33;
  border-color: #f5c8b8;
}

.hikaku-card__tag.is-inactive {
  background: #f2f2f2;
  color: #b0b0b0;
  border-color: #e0e0e0;
}

/* 許可・資格バッジ */
.hikaku-card__certs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.hikaku-card__cert {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 3px;
  background: #ecf7f1;
  color: #2f8a5f;
  border: 1px solid #bfe4d1;
  white-space: nowrap;
}

.hikaku-card__cert i { font-size: 11px; }

/* 連絡先（電話・公式サイト） */
.hikaku-card__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin-bottom: 8px;
}

.hikaku-card__tel {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #1B3A5C;
  text-decoration: none;
}

.hikaku-card__tel i { color: #56C289; font-size: 13px; }

.hikaku-card__site {
  font-size: 13px;
  color: #42AA73;
  text-decoration: none;
  font-weight: 600;
}

.hikaku-card__site:hover { text-decoration: underline; }

/* 説明文（もっと見るアコーディオン） */
.hikaku-card__intro {
  font-size: 14.5px;
  color: #333;
  margin: 8px 0 0;
  line-height: 1.85;
}

.hikaku-card__introChk { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }

.hikaku-card__introMore { display: none; }

.hikaku-card__introMore .is-less { display: none; }

/* アクション・ボタン */
.hikaku-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hikaku-card__actions--inline { margin-top: 10px; }

.hikaku-card__btn {
  display: inline-block;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  border: 1px solid;
}

.hikaku-card__btn--quote {
  background: #f08000;
  color: #fff;
  border-color: #f08000;
  box-shadow: 0 2px 0 #c66c00;
}

.hikaku-card__btn--quote:hover { background: #e07500; border-color: #e07500; color: #fff; text-decoration: none; }

.hikaku-card__btn--official { background: #c33; color: #fff; border-color: #c33; }

.hikaku-card__btn--official:hover { opacity: .88; color: #fff; text-decoration: none; }

/* ランキングタイトル・注記 */
h2.hikaku-ranking-title { font-size: 1.2em; font-weight: bold; margin-bottom: 10px; color: #333; }

/* ランキング注記（移植漏れ） */
.ranking-note { font-size: 0.82rem; color: #777; margin: -8px 0 20px; }

/* 選ぶときのポイント（緑枠、移植漏れ） */
.ga-summary { background: #F5FBF8; border: 2px solid #56C289; border-radius: 8px; padding: 16px 20px; margin: 1.5em 0; }
.ga-summary h3 { font-size: 1rem; font-weight: 700; color: #2A6B56; margin-bottom: 10px; }
.ga-summary ol, .ga-summary ul { margin: 0; padding-left: 1.4em; }
.ga-summary li { font-size: .92rem; line-height: 1.8; }

/* 記事用の注意書き・目次（移植漏れ） */
.ga-notice { background: #FFF8E1; border-left: 4px solid #F0705A; border-radius: 0 6px 6px 0; padding: 14px 16px; margin: 1.5em 0; }
.ga-notice__title { font-weight: 700; margin-bottom: 6px; }
.ga-toc { background: #F8F8F8; border: 1px solid #ddd; border-radius: 8px; padding: 16px 20px; margin: 1.5em 0; }
.ga-toc__title { font-weight: 700; margin-bottom: 10px; }
.ga-toc__list { margin: 0; padding-left: 1.4em; }
.ga-toc__list li { font-size: .92rem; line-height: 1.8; }
.ga-toc__list a { color: #2A6B56; text-decoration: none; }
.ga-toc__list a:hover { text-decoration: underline; }

/* 記事下書き確認用：画像を入れる予定の場所を可視化するプレースホルダー（公開前に実画像に差し替える） */
.img-placeholder {
    border: 2px dashed #bbb;
    border-radius: 8px;
    padding: 24px 20px;
    margin: 1.5em 0;
    text-align: center;
    color: #888;
    background: #fafafa;
    font-size: .88rem;
    line-height: 1.7;
}
.img-placeholder__label { display: block; font-weight: 700; color: #F0705A; margin-bottom: 6px; }

/* 業者なし地域（移植漏れ） */
.no-company-content {
    text-align: center;
    padding: 40px 20px;
    background: #f9f9f9;
    border-radius: 6px;
}

.no-company-msg {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* 掲載申し込みリンク */
.hikaku-contact-link { text-align: right; margin-top: 20px; }

.hikaku-contact-link a { color: #0073aa; font-size: 0.95em; text-decoration: underline; }

/* ========================================
   アーカイブページ全体ラッパー
======================================== */
.hikaku-archive-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px 16px 48px;
}

.hikaku-archive-header { margin-bottom: 24px; }

.hikaku-archive-title {
    font-size: 1.35rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
    border-left: 4px solid #56C289;
    padding-left: 10px;
}

/* ========================================
   2カラムレイアウト（サイドバー＋メイン）
======================================== */
.hikaku-wrap {
    display: flex;
    max-width: 1296px;
    margin: 0 auto;
    padding: 24px 48px;
    gap: 52px;
}

/* サイドバー */
.hikaku-sidebar {
    width: 304px;
    flex-shrink: 0;
}

.sidebar-inner {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 16px;
    background: #fafafa;
    position: sticky;
    top: 80px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
}

/* メイン */
.hikaku-main {
    flex: 1;
    min-width: 0;
}

/* SP: 2カラム→縦積み（移植漏れ、旧astra-childにあった分を復元） */
@media (max-width: 768px) {
    .hikaku-wrap { flex-direction: column; padding: 16px; gap: 16px; }
    .hikaku-sidebar { width: 100%; }
    .sidebar-inner { position: static; max-height: none; overflow-y: visible; }
}

/* サイドバーの絞り込みフォーム（都道府県・エリア・サービス種別セレクト＋ボタン）
   これも移植漏れで素のブラウザ標準見た目になっていた分を復元 */
.sidebar-filter .filter-group {
    margin-bottom: 14px;
}

.sidebar-filter label {
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
    color: #555;
    margin-bottom: 4px;
}

.filter-select {
    width: 100%;
    padding: 7px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.85rem;
    background: #fff;
}

.btn-search {
    display: block;
    width: 100%;
    padding: 9px;
    background: #1565c0;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 8px;
}

.btn-reset {
    display: block;
    width: 100%;
    padding: 7px;
    background: #fff;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.85rem;
    text-align: center;
    text-decoration: none;
}

/* ========================================
   hikaku-ページネーション
======================================== */
.hikaku-pagination { margin-top: 32px; text-align: center; }

.hikaku-pagination__list { list-style: none; padding: 0; margin: 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 4px; }

.hikaku-pagination__item a,
.hikaku-pagination__item span {
    display: inline-block;
    padding: 7px 13px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.875rem;
    text-decoration: none;
    color: #333;
}

.hikaku-pagination__item .current { background: #56C289; color: #fff; border-color: #56C289; }

/* ロゴ＋都道府県エリア横並び */
.l-footer__top {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;
}

.l-footer__logo {
    flex-shrink: 0;
    width: 160px;
}

.l-footer__logo a { display: inline-block; }

.l-footer__logo img { max-width: 100%; height: auto; }

/* 都道府県エリア */
.l-footer__area {
    display: flex;
    flex: 1;
    gap: 20px;
    margin-bottom: 32px;
}

.l-footer__region { flex: 1; min-width: 0; }

.l-footer__region-title {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 8px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.l-footer__region-links {
    display: flex;
    flex-direction: column;
}

.l-footer__region-links a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 13px;
    padding: 3px 0;
    display: block;
}

.l-footer__region-links a:hover { color: #fff; text-decoration: underline; }

/* yane-contractor 内フォーム */
.yane-contractor .hikaku-form-wrap { max-width: 840px; margin: 40px 16px 40px; }

/* SP時 hikaku-btn スタック */
@media (max-width: 599px) {
    .hikaku-button-group .hikaku-btn {
        flex: 1 1 49%;
        max-width: 48%;
        font-size: 0.95em;
        padding: 10px 6px;
    }
    .hikaku-btn-text-mobile { white-space: normal; font-size: 0.9em; }
    .hikaku-line1, .hikaku-line2 { display: block; }
    .hikaku-archive-wrap { padding: 16px 12px 40px; }
    .hikaku-archive-title { font-size: 1.1rem; }
}

/* ===== エリア別 パンくずバー ===== */
.hikaku-breadcrumb-bar {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.hikaku-breadcrumb-bar__inner {
    max-width: 1296px;
    margin: 0 auto;
    padding: 8px 48px;
}

.hikaku-breadcrumb {
    font-size: 0.8rem;
    color: #666;
}

.hikaku-breadcrumb a {
    color: #555;
    text-decoration: none;
}

.hikaku-breadcrumb a:hover { text-decoration: underline; }

.hikaku-breadcrumb__sep { margin: 0 6px; color: #999; }

/* ===== エリア別 H1全幅帯 ===== */
.hikaku-heading-band {
    background: #E8705A;
    width: 100%;
}

.hikaku-heading-band__inner {
    max-width: 1296px;
    margin: 0 auto;
    padding: 48px 48px 52px;
    color: #fff;
}

.hikaku-h1 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 16px;
    color: #fff;
}

.hikaku-desc {
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
    opacity: 0.92;
}

/* ===== エリア別 最終更新日バー ===== */
/* 見積もりCTAバー */
.hikaku-cta-bar {
    background: #fff7ed;
    border-top: 3px solid #e76f22;
    border-bottom: 1px solid #fcd9b0;
    padding: 16px 20px;
    text-align: center;
}

.hikaku-cta-bar__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F0705A;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(231,111,34,.35);
    transition: transform .15s, box-shadow .15s;
}

.hikaku-cta-bar__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(231,111,34,.45);
    color: #fff;
}

.hikaku-cta-bar__btn i { font-size: 1rem; }

.hikaku-updated-bar {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.hikaku-updated-bar__inner {
    max-width: 1296px;
    margin: 0 auto;
    padding: 8px 48px;
}

.hikaku-updated {
    font-size: 0.78rem;
    color: #888;
    margin: 0;
}

/* ===== フォーム下の説明文 ===== */
.hikaku-area-desc {
    font-size: 0.92rem;
    line-height: 1.8;
    color: #444;
    margin: 0 0 28px;
}

/* ===== 選び方・悪徳・FAQ 共通 ===== */
.hikaku-area-content { margin-top: 40px; }

.hikaku-section-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #14315F;
    border-left: 4px solid #F0705A;
    padding-left: 12px;
    margin: 0 0 20px;
    line-height: 1.4;
}

.hikaku-howto__lead-title {
    font-size: 1.05rem;
    font-weight: 700;
    background: #f5f5f5;
    border-left: 4px solid #14315F;
    padding: 10px 14px;
    margin: 0 0 14px;
}

.hikaku-howto__sub-title {
    font-size: 1.05rem;
    font-weight: 700;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
    margin: 32px 0 16px;
}

.hikaku-howto__accent { color: #E8705A; }

.hikaku-howto__lead {
    font-size: 0.95rem;
    line-height: 1.85;
    color: #444;
    margin: 0 0 14px;
}

.hikaku-howto__check {
    background: #fff8f5;
    border: 1px solid #F0705A;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #c84000;
    margin: 16px 0 0;
}

/* ===== 業者種類カード（画像＋テキスト交互） ===== */
.hikaku-howto { margin-bottom: 40px; }

.hikaku-media-card {
    display: flex;
    gap: 20px;
    align-items: stretch;
    margin-bottom: 20px;
}

.hikaku-media-card--recommended .hikaku-media-card__body {
    border: 2px solid #f0c040;
    background: #fff;
    box-shadow: 0 2px 10px rgba(212,160,23,.15);
}

.hikaku-osusume-badge {
    display: inline-block;
    background: #F0705A;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 6px;
    vertical-align: middle;
    letter-spacing: .03em;
}

.hikaku-media-card__img {
    flex-shrink: 0;
    width: 200px;
    border-radius: 8px;
    overflow: hidden;
}

.hikaku-media-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.hikaku-media-card__body {
    flex: 1;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px 22px;
}

.hikaku-media-card__num {
    margin: 0 0 10px;
}

.hikaku-media-card__num span:not(.hikaku-osusume-badge) {
    font-size: 1rem;
    font-weight: 700;
    color: #E8705A;
}

.hikaku-media-card__body p {
    font-size: 0.88rem;
    line-height: 1.8;
    color: #444;
    margin: 0;
}

/* ===== テキストハイライト ===== */
.hikaku-mark-yellow {
    background: linear-gradient(transparent 55%, #fff59d 55%);
    padding: 0 2px;
}

.hikaku-mark-orange {
    background: linear-gradient(transparent 55%, #ffd08a 55%);
    padding: 0 2px;
}

/* ===== おすすめ理由リスト ===== */
.hikaku-reason-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 16px 0;
}

.hikaku-reason-item {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 20px 22px;
    box-shadow: 0 2px 6px rgba(0,0,0,.04);
}

.hikaku-reason-item__title {
    font-size: 1rem;
    font-weight: 700;
    color: #14315F;
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #ccc;
}

.hikaku-reason-item p {
    font-size: 0.93rem;
    line-height: 1.8;
    color: #444;
    margin: 0;
}

/* ===== 悪徳業者 ===== */
.hikaku-fraud { margin-bottom: 40px; }

.hikaku-fraud-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 16px;
}

.hikaku-fraud-item {
    background: #fff8f5;
    border-left: 4px solid #E8705A;
    border-radius: 0 8px 8px 0;
    padding: 16px 20px;
}

.hikaku-fraud-item__title {
    font-size: 1rem;
    font-weight: 700;
    color: #E8705A;
    margin: 0 0 8px;
}

.hikaku-fraud-item p {
    font-size: 0.93rem;
    line-height: 1.8;
    color: #444;
    margin: 0;
}

/* ===== FAQ ===== */
.hikaku-faq { margin-bottom: 40px; }

.hikaku-faq__list { display: flex; flex-direction: column; gap: 8px; }

.hikaku-faq__item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.hikaku-faq__q {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #222;
    cursor: pointer;
    list-style: none;
    background: #fff;
    transition: background .15s;
}

.hikaku-faq__q::-webkit-details-marker { display: none; }

.hikaku-faq__q::before {
    content: 'Q';
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #F0705A;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hikaku-faq__q::after {
    content: '';
    margin-left: auto;
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: rotate(45deg);
    transition: transform .2s;
}

.hikaku-faq__item[open] .hikaku-faq__q { background: #fff8f5; }

.hikaku-faq__item[open] .hikaku-faq__q::after { transform: rotate(-135deg); }

.hikaku-faq__q:hover { background: #fff; }

.hikaku-faq__a {
    padding: 14px 20px 16px 60px;
    font-size: 0.88rem;
    line-height: 1.75;
    color: #555;
    background: #fff;
    border-top: 1px solid #eee;
}

.hikaku-faq__a p { margin: 0; }

/* ===== フォームプレースホルダー ===== */
.hikaku-form-wrap {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.1);
    margin-bottom: 32px;
}

.hikaku-form-header {
    background: #56C289;
    padding: 24px 28px 20px;
    color: #fff;
    text-align: center;
}

.hikaku-form-header__eyebrow {
    font-size: 0.85rem;
    margin: 0 0 4px;
    opacity: 0.9;
    letter-spacing: 0.05em;
}

.hikaku-form-header__title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 16px;
}

.hikaku-form-header__title strong {
    color: #FFE066;
}

.hikaku-form-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.hikaku-form-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.hikaku-form-step span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255,255,255,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
}

.hikaku-form-step.is-active span {
    background: #fff;
    color: #42AA73;
}

.hikaku-form-step small {
    font-size: 0.68rem;
    opacity: 0.85;
}

.hikaku-form-step__line {
    flex: 1;
    height: 2px;
    background: rgba(255,255,255,.3);
    min-width: 40px;
    margin: 0 6px 18px;
}

.hikaku-form-body {
    background: #fff;
    padding: 28px;
}

.hikaku-form-body__q {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 18px;
    color: #333;
}

.hikaku-form-choices {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.hikaku-form-choice {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 16px 8px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.85rem;
    color: #444;
    text-decoration: none;
    transition: border-color .2s, background .2s;
}

.hikaku-form-choice i {
    font-size: 1.4rem;
    color: #56C289;
}

.hikaku-form-choice:hover {
    border-color: #56C289;
    background: #f0f9fb;
    color: #42AA73;
}

/* ---- ステップインジケーター（is-done 完了状態） ---- */
.hikaku-form-step.is-done span {
    background: rgba(255,255,255,.6);
    color: #42AA73;
}

/* ---- 多段ステップ本体 ---- */
.hikaku-question-step {
    display: none;
}

.hikaku-question-step.is-active {
    display: block;
}

/* ---- choice を button に対応 ---- */
button.hikaku-form-choice {
    cursor: pointer;
    background: #fff;
    font-family: inherit;
    width: 100%;
}

button.hikaku-form-choice:hover {
    border-color: #56C289;
    background: #f0f9fb;
    color: #42AA73;
}

button.hikaku-form-choice:focus-visible {
    outline: 2px solid #56C289;
    outline-offset: 2px;
}

/* ---- Step 3 フォームフィールド ---- */
.hikaku-field-group {
    margin-bottom: 14px;
}

.hikaku-field-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 5px;
}

.hikaku-required {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    color: #fff;
    background: #e53e3e;
    border-radius: 3px;
    padding: 1px 5px;
    margin-left: 5px;
    vertical-align: middle;
}

.hikaku-field-input {
    width: 100%;
    padding: 10px 12px;
    border: 1.5px solid #ddd;
    border-radius: 6px;
    font-size: 0.95rem;
    font-family: inherit;
    color: #333;
    box-sizing: border-box;
    transition: border-color .2s;
}

.hikaku-field-input:focus {
    outline: none;
    border-color: #56C289;
    box-shadow: 0 0 0 3px rgba(66,169,187,.15);
}

.hikaku-field-textarea {
    min-height: 90px;
    resize: vertical;
}

.hikaku-form-error {
    color: #e53e3e;
    font-size: 0.85rem;
    margin: 0 0 10px;
}

.hikaku-field-submit {
    text-align: center;
    margin-top: 18px;
}

.hikaku-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 40px;
    background: #F0705A;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-family: inherit;
    box-shadow: 0 4px 12px rgba(230,74,25,.35);
    transition: transform .15s, box-shadow .15s;
}

.hikaku-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(230,74,25,.45);
}

.hikaku-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* ---- 完了画面 ---- */
.hikaku-complete {
    text-align: center;
    padding: 40px 20px;
}

.hikaku-complete__icon {
    font-size: 3rem;
    color: #38a169;
    margin-bottom: 16px;
}

.hikaku-complete__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 12px;
}

.hikaku-complete__text {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

/* ========================================
   見積もりページ（/mitsumori/）
   ======================================== */
/* 見積もりCTAボタン（ステップ式フォームの代替） */
.hikaku-mitsumori-cta {
    text-align: center;
    padding: 32px 20px;
}

a.hikaku-mitsumori-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--front-orange, #F0705A);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 18px 40px;
    border-radius: 4px;
    text-decoration: none;
    transition: background .2s;
}

a.hikaku-mitsumori-cta__btn:hover {
    background: var(--front-orange-dark, #D2470C);
    color: #fff;
}

/* ========== コラム・ブログ ========== */
.hikaku-column-wrap { max-width: 860px; margin: 0 auto; padding: 40px 20px; }

.hikaku-column-main {}

.hikaku-article__body { font-size: 1rem; line-height: 1.9; color: #333; }

.hikaku-article__body h2 { font-size: 1.35rem; font-weight: 800; background: #F2FBF7; border-left: 5px solid #42AA73; padding: 12px 16px; margin: 2.2em 0 1em; border-radius: 0 6px 6px 0; }

.hikaku-article__body h3 { font-size: 1.15rem; font-weight: 700; color: #2A6B56; border-bottom: 2px solid #B8E8CB; padding-bottom: 8px; margin: 2em 0 .9em; }

.hikaku-article__body p { margin-bottom: 1.2em; }

.hikaku-article__body img { max-width: 100%; height: auto; }

.hikaku-article__back { margin-top: 40px; padding-top: 24px; border-top: 1px solid #e0e0e0; }

.hikaku-article__back a { color: #42AA73; text-decoration: none; font-weight: 600; }

.hikaku-post-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 24px; }

.hikaku-post-item__link { display: flex; gap: 20px; text-decoration: none; color: inherit; border: 1px solid #e8e8e8; border-radius: 8px; overflow: hidden; transition: box-shadow .2s; }

.hikaku-post-item__link:hover { box-shadow: 0 4px 16px rgba(0,0,0,.1); }

.hikaku-post-item__thumb { width: 200px; flex-shrink: 0; }

.hikaku-post-item__thumb img { width: 100%; height: 140px; object-fit: cover; display: block; }

.hikaku-post-item__body { padding: 16px; flex: 1; }

.hikaku-post-item__date { font-size: .8rem; color: #888; }

.hikaku-post-item__title { font-size: 1.1rem; font-weight: 700; margin: 8px 0; color: #2A6B56; }

.hikaku-post-item__excerpt { font-size: .9rem; color: #555; line-height: 1.6; }

.hikaku-cat-label { display: inline-block; background: #E8F8F0; color: #42AA73; font-size: .75rem; padding: 2px 8px; border-radius: 4px; margin-left: 8px; }

/* 種別リンク */
.hikaku-service-links { margin-top: 48px; }

.hikaku-service-links__list { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 16px 0 0; padding: 0; }

.hikaku-service-links__item a { display: inline-block; padding: 8px 16px; border: 1px solid #42AA73; border-radius: 20px; color: #42AA73; text-decoration: none; font-size: .9rem; transition: background .2s, color .2s; }

.hikaku-service-links__item a:hover { background: #42AA73; color: #fff; }

/* ========================================
   コラム（CPT: column）一覧
======================================== */

/* ヒーロー帯 */
.hikaku-col-hero {
    background: #56C289;
    color: #fff;
    padding: 56px 20px 48px;
    text-align: center;
}

.hikaku-col-hero__inner { max-width: 860px; margin: 0 auto; }

.hikaku-col-hero__label {
    font-size: .75rem;
    letter-spacing: .2em;
    color: rgba(255,255,255,.6);
    margin-bottom: 12px;
    font-weight: 600;
}

.hikaku-col-hero__title {
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 16px;
    line-height: 1.3;
}

.hikaku-col-hero__desc {
    font-size: .95rem;
    color: rgba(255,255,255,.8);
    margin: 0;
}

/* カテゴリータブ */
.hikaku-col-cats {
    background: #F5FBF8;
    border-bottom: 1px solid #e0e8e4;
    padding: 14px 20px;
}

.hikaku-col-cats__inner {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hikaku-col-cat-btn {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid #42AA73;
    color: #42AA73;
    font-size: .85rem;
    font-weight: 600;
    text-decoration: none;
    transition: background .18s, color .18s;
}

.hikaku-col-cat-btn:hover,
.hikaku-col-cat-btn.is-active {
    background: #42AA73;
    color: #fff;
}

/* カードグリッドコンテナ */
.hikaku-col-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

.hikaku-col-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* カード */
.hikaku-col-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.07);
    transition: transform .2s, box-shadow .2s;
}

.hikaku-col-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,.13);
}

.hikaku-col-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

/* サムネイル */
.hikaku-col-card__thumb {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #DCF5E9;
}

.hikaku-col-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s;
}

.hikaku-col-card:hover .hikaku-col-card__img { transform: scale(1.04); }

.hikaku-col-card__noimg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DCF5E9;
    color: #42AA73;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .15em;
}

/* カテゴリーバッジ（サムネイル上） */
.hikaku-col-card__cat {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #42AA73;
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
    letter-spacing: .04em;
}

/* カード本文 */
.hikaku-col-card__body {
    padding: 16px 18px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hikaku-col-card__date {
    font-size: .75rem;
    color: #999;
}

.hikaku-col-card__title {
    font-size: 1rem;
    font-weight: 700;
    color: #2A6B56;
    line-height: 1.55;
    margin: 0;
    flex: 1;
}

.hikaku-col-card__excerpt {
    font-size: .84rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.hikaku-col-empty {
    text-align: center;
    padding: 60px 20px;
    color: #888;
}

/* ========================================
   コラム個別記事（single-column.php）
======================================== */

.hikaku-col-single__hero {
    width: 100%;
    max-height: 460px;
    overflow: hidden;
    background: #DCF5E9;
}

.hikaku-col-single__hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-height: 460px;
}

.hikaku-col-single__wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px 80px;
}

.hikaku-col-single__main {}

.hikaku-col-single__header {
    margin-bottom: 36px;
    padding-bottom: 24px;
    border-bottom: 2px solid #e0e8e4;
}

.hikaku-col-single__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.hikaku-col-single__cat {
    display: inline-block;
    background: #42AA73;
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: .04em;
}

.hikaku-col-single__date {
    font-size: .85rem;
    color: #999;
}

.hikaku-col-single__title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #2A6B56;
    line-height: 1.45;
    margin: 0;
}

/* 本文スタイル */
.hikaku-col-single__body {
    font-size: 1.02rem;
    line-height: 1.95;
    color: #333;
}

.hikaku-col-single__body h2 {
    font-size: 1.35rem;
    font-weight: 800;
    background: #F2FBF7;
    border-left: 5px solid #42AA73;
    padding: 12px 16px;
    margin: 2.2em 0 1em;
    border-radius: 0 6px 6px 0;
}

.hikaku-col-single__body h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #2A6B56;
    border-bottom: 2px solid #B8E8CB;
    padding-bottom: 8px;
    margin: 2em 0 .9em;
}

.hikaku-col-single__body p { margin-bottom: 1.3em; }

.hikaku-col-single__body img { max-width: 100%; height: auto; border-radius: 6px; }

.hikaku-col-single__body ul,
.hikaku-col-single__body ol { padding-left: 1.6em; margin-bottom: 1.2em; }

.hikaku-col-single__body li { margin-bottom: .5em; }

.hikaku-col-single__body a { color: #42AA73; text-decoration: underline; }

.hikaku-col-single__body blockquote {
    border-left: 4px solid #42AA73;
    background: #F5FBF8;
    padding: 16px 20px;
    margin: 1.5em 0;
    border-radius: 0 6px 6px 0;
    color: #555;
    font-style: italic;
}

/* 戻るボタン */
.hikaku-col-single__back {
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

.hikaku-col-single__back-btn {
    display: inline-block;
    padding: 12px 28px;
    border: 2px solid #42AA73;
    border-radius: 6px;
    color: #42AA73;
    font-weight: 700;
    text-decoration: none;
    font-size: .95rem;
    transition: background .18s, color .18s;
}

.hikaku-col-single__back-btn:hover {
    background: #42AA73;
    color: #fff;
}

/* ========================================
   ニュース（標準投稿）一覧
======================================== */

.hikaku-news-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

.hikaku-news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hikaku-news-item {
    border-bottom: 1px solid #e8e8e8;
}

.hikaku-news-item:first-child {
    border-top: 1px solid #e8e8e8;
}

.hikaku-news-item__link {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 12px;
    text-decoration: none;
    color: inherit;
    transition: background .15s;
    border-radius: 4px;
}

.hikaku-news-item__link:hover {
    background: #F5FBF8;
}

.hikaku-news-item__date {
    font-size: .85rem;
    color: #999;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    min-width: 80px;
}

.hikaku-news-item__cat {
    display: inline-block;
    background: #E8F8F0;
    color: #42AA73;
    font-size: .72rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
    white-space: nowrap;
}

.hikaku-news-item__title {
    font-size: .98rem;
    font-weight: 600;
    color: #2A6B56;
    flex: 1;
    line-height: 1.5;
}

.hikaku-news-item__link:hover .hikaku-news-item__title {
    text-decoration: underline;
    color: #42AA73;
}

.hikaku-news-empty {
    text-align: center;
    padding: 60px 20px;
    color: #888;
}

/* ========================================
   ブログ記事内 装飾パーツ
======================================== */

/* 目次ボックス */
.hikaku-toc {
    background: #F5FBF8;
    border: 1px solid #B8E8CB;
    border-radius: 10px;
    padding: 22px 28px;
    margin: 2em 0 2.5em;
}

.hikaku-toc__title {
    font-size: .9rem;
    font-weight: 700;
    color: #2A6B56;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #B8E8CB;
}

.hikaku-toc__title::before { content: "📋 "; }

.hikaku-toc__list {
    margin: 0;
    padding-left: 1.4em;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hikaku-toc__list a {
    color: #42AA73;
    text-decoration: none;
    font-size: .95rem;
}

.hikaku-toc__list a:hover { text-decoration: underline; }

/* 挿絵画像 */
.hikaku-point-illust {
    margin: 1.6em 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

.hikaku-point-illust img {
    display: block;
    width: 100%;
    height: auto;
}

/* 注意・警告ボックス */
.hikaku-notice {
    background: #fff8e6;
    border-left: 5px solid #e67e22;
    border-radius: 0 8px 8px 0;
    padding: 16px 20px;
    margin: 1.6em 0;
}

.hikaku-notice__title {
    font-weight: 700;
    color: #c0392b;
    font-size: .9rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.hikaku-notice p { margin: 0; font-size: .92rem; color: #555; }

/* チェックリスト */
.hikaku-check {
    list-style: none;
    padding: 0;
    margin: 1em 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hikaku-check li {
    padding: 10px 14px 10px 42px;
    position: relative;
    background: #F5FBF8;
    border-radius: 6px;
    font-size: .95rem;
    color: #333;
}

.hikaku-check li::before {
    content: "✓";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #42AA73;
    font-weight: 700;
    font-size: 1rem;
}

/* まとめボックス */
.hikaku-summary {
    background: #56C289;
    color: #fff;
    border-radius: 12px;
    padding: 30px 36px;
    margin: 3em 0 2em;
}

.hikaku-summary h3 {
    color: #fff !important;
    font-size: 1.2rem;
    margin: 0 0 18px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid rgba(255,255,255,.25) !important;
}

.hikaku-summary ol {
    padding-left: 1.6em;
    margin: 0;
}

.hikaku-summary li {
    margin-bottom: 8px;
    color: rgba(255,255,255,.92);
    font-size: .97rem;
}

.hikaku-summary li strong { color: #fff; }

/* ポイント番号バッジ（H2前につける） */
.hikaku-col-single__body h2.hikaku-point {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #F2FBF7;
    border-left: 5px solid #42AA73;
    padding: 14px 18px;
    border-radius: 0 8px 8px 0;
}

.hikaku-point-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #42AA73;
    color: #fff;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 800;
    flex-shrink: 0;
}

/* Unsplash写真ブロック */
.hikaku-photo {
    margin: 2rem 0;
    text-align: center;
}

.hikaku-photo img {
    border-radius: 12px;
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
}

.hikaku-photo figcaption {
    margin-top: 0.6rem;
    font-size: 0.82rem;
    color: #999;
}

.hikaku-photo-credit {
    margin-top: 0.3rem;
    font-size: 0.75rem;
    color: #bbb;
}

.hikaku-photo-credit a { color: #bbb; text-decoration: underline; }

/* ========== 投稿系 ul 自動スタイル ========== */
.hikaku-col-single__body ul,
.hikaku-article__body ul {
    list-style: none;
    padding: 0;
    margin: 1em 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hikaku-col-single__body ul li,
.hikaku-article__body ul li {
    padding: 10px 14px 10px 42px;
    position: relative;
    background: #F5FBF8;
    border-radius: 6px;
    font-size: .95rem;
    color: #333;
}

.hikaku-col-single__body ul li::before,
.hikaku-article__body ul li::before {
    content: "✓";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #42AA73;
    font-weight: 700;
    font-size: 1rem;
}

/* ========== マーカー ========== */
mark.ga-marker,
mark.hikaku-marker {
    background: linear-gradient(transparent 60%, #FFF176 60%);
    color: inherit;
    padding: 0 1px;
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

/* PRラベル（有料掲載の広告表記・ステマ規制対応） */
.hikaku-card__pr {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  color: #888;
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 1px 5px;
  margin-right: 6px;
  vertical-align: middle;
}

/* ===== ① 業者数ダッシュボード ===== */
.hikaku-area-stats { margin: 40px 0 32px; background: #56C289; border-radius: 10px; padding: 28px 24px; }

.hikaku-area-stats__inner { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }

.hikaku-area-stats__item { text-align: center; }

.hikaku-area-stats__label { display: block; font-size: 0.88rem; color: rgba(255,255,255,0.85); letter-spacing: 0.05em; margin-bottom: 6px; }

.hikaku-area-stats__num { display: block; font-size: 3rem; font-weight: 700; color: #fff; line-height: 1; }

.hikaku-area-stats__unit { font-size: 1.1rem; font-weight: 400; margin-left: 2px; }

.hikaku-area-stats__note { display: block; font-size: 0.75rem; color: rgba(255,255,255,0.65); margin-top: 8px; }

/* ===== ② 地域テキスト ===== */
.hikaku-area-text { margin: 0 0 32px; }

.hikaku-area-text__body { font-size: 0.95rem; line-height: 1.85; color: #444; margin: 0; }

@media (max-width: 767px) {
  .hikaku-card__introWrap { position: relative; }
  .hikaku-card__introWrap .hikaku-card__intro {
    position: relative;
    max-height: 5.55em;
    overflow: hidden;
    transition: max-height .25s ease;
  }
  .hikaku-card__introChk:checked ~ .hikaku-card__intro { max-height: 200em; }
  .hikaku-card__introWrap .hikaku-card__intro::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 2.2em;
    background: linear-gradient(rgba(255,255,255,0), #fff);
    pointer-events: none;
  }
  .hikaku-card__introChk:checked ~ .hikaku-card__intro::after { opacity: 0; }
  .hikaku-card__introMore {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 4px;
    color: #1a73c0;
    font-weight: 700;
    font-size: 13.5px;
    cursor: pointer;
    padding: 2px 0;
    user-select: none;
  }
  .hikaku-card__introMore::after { content: "▼"; font-size: 10px; }
  .hikaku-card__introChk:checked ~ .hikaku-card__introMore::after { content: "▲"; }
  .hikaku-card__introChk:checked ~ .hikaku-card__introMore .is-more { display: none; }
  .hikaku-card__introChk:checked ~ .hikaku-card__introMore .is-less { display: inline; }
  .l-footer__top { display: block; }
  .l-footer__logo { width: auto; margin-bottom: 16px; }
  .l-footer__area { display: none; }

  /* 会社名が中央寄せに見える環境向けに明示的に左寄せ */
  .hikaku-card__titleArea,
  .hikaku-card__title,
  .hikaku-card__industry {
    text-align: left;
  }

  /* 業者数ダッシュボード：横並びの大きい数字カードだと崩れるので、ラベル+数字を横1行に並べた縦積みリストにする */
  .hikaku-area-stats { padding: 16px 18px; }
  .hikaku-area-stats__inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .hikaku-area-stats__item {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 4px 12px;
    text-align: left;
  }
  .hikaku-area-stats__item:first-child {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }
  .hikaku-area-stats__label { flex: 1 1 auto; margin-bottom: 0; }
  .hikaku-area-stats__num { flex: 0 0 auto; font-size: 1.3rem; white-space: nowrap; }
  .hikaku-area-stats__item:first-child .hikaku-area-stats__num { font-size: 1.8rem; }
  .hikaku-area-stats__note { flex: 0 0 100%; margin-top: 0; }
}

@media (min-width: 600px) {
  .yane-contractor .hikaku-form-wrap { margin: 40px auto; }
}

@media (max-width: 860px) {
  .hikaku-breadcrumb-bar__inner,
    .hikaku-heading-band__inner,
    .hikaku-updated-bar__inner {
        padding-left: 16px;
        padding-right: 16px;
    }
  .hikaku-heading-band__inner { padding-top: 28px; padding-bottom: 32px; }
  .hikaku-h1 { font-size: 1.2rem; }
  .hikaku-media-card { flex-direction: column; gap: 0; border: 1px solid #ddd; border-radius: 10px; overflow: hidden; background: #fff; margin-bottom: 12px; }
  .hikaku-media-card__body { padding: 14px 16px; }
  .hikaku-media-card--recommended { border: 2px solid #f0c040; }
  .hikaku-media-card__img { width: 100%; height: auto; border-radius: 0; }
  .hikaku-media-card__img img { border-radius: 0; aspect-ratio: 16/9; height: auto; }
  .hikaku-media-card__body { border: none; border-radius: 0; }
  .hikaku-media-card--recommended .hikaku-media-card__body { border: none; background: #fff; }
  .hikaku-faq__a { padding-left: 20px; }
  .hikaku-form-choices { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .hikaku-form-body { padding: 20px 16px; }
  .hikaku-form-header { padding: 18px 16px 16px; }
  .hikaku-form-header__title { font-size: 1.15rem; }
  .hikaku-form-step__line { min-width: 24px; }
}

@media (max-width: 600px) {
  .hikaku-post-item__link { flex-direction: column; }
  .hikaku-post-item__thumb { width: 100%; }
  .hikaku-post-item__thumb img { height: 180px; }
  .hikaku-news-item__link { flex-wrap: wrap; gap: 8px; padding: 14px 8px; }
  .hikaku-news-item__date { min-width: auto; }
  .hikaku-toc { padding: 16px 18px; }
  .hikaku-summary { padding: 22px 20px; }
  .hikaku-point-num { width: 30px; height: 30px; font-size: .85rem; }
}

@media (max-width: 480px) {
  .hikaku-col-grid { grid-template-columns: 1fr; }
}

/* ========================================
   固定ページ共通スタイル
======================================== */
.static-page-wrap {
    max-width: 860px;
    margin: 0 auto;
    padding: 32px 20px 64px;
}
.static-page-title {
    font-size: 1.6rem;
    font-weight: bold;
    border-left: 4px solid #56C289;
    padding-left: 12px;
    margin-bottom: 32px;
    line-height: 1.4;
}
.static-page-body h2 {
    font-size: 1.15rem;
    font-weight: bold;
    border-bottom: 2px solid #56C289;
    padding-bottom: 6px;
    margin: 32px 0 12px;
    color: #333;
}
.static-page-body h2:first-child { margin-top: 0; }
.static-page-body p {
    font-size: 0.95rem;
    line-height: 1.9;
    color: #444;
    margin-bottom: 12px;
}
.static-page-body ul {
    padding-left: 1.4em;
    margin-bottom: 12px;
}
.static-page-body li {
    font-size: 0.95rem;
    line-height: 1.9;
    color: #444;
    margin-bottom: 4px;
}
.static-page-body a { color: #1a6ebf; text-decoration: underline; }

/* 運営テーブル */
.about-table { width: 100%; border-collapse: collapse; margin-top: 8px; font-size: 0.95rem; }
.about-table th,
.about-table td { padding: 12px 16px; border: 1px solid #ddd; text-align: left; vertical-align: top; }
.about-table th { width: 120px; background: #f5f5f5; font-weight: 700; color: #555; white-space: nowrap; }
@media (max-width: 480px) {
    .about-table th { width: auto; min-width: 80px; }
}
.about-table td { color: #333; }

/* 相互リンクコード表示 */
.mutual-banner-placeholder { width: 320px; height: 50px; border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; background: #f9f9f9; color: #aaa; font-size: 0.8rem; margin: 8px 0 12px; }
.mutual-link-code { background: #f5f5f5; border: 1px solid #ddd; border-radius: 6px; padding: 12px 16px; margin: 8px 0 20px; overflow-x: auto; }
.mutual-link-code code { font-size: 0.85rem; color: #333; word-break: break-all; font-family: monospace; }
.mutual-form__area-row { display: flex; gap: 12px; }
.mutual-form__area-row .mutual-form__select { flex: 0 0 160px; }
.mutual-form__area-row .mutual-form__input { flex: 1; }

/* 相互リンクフォーム */
.mutual-form { margin-top: 16px; }
.mutual-form__group { margin-bottom: 20px; }
.mutual-form__label { display: block; font-size: 0.9rem; font-weight: 700; color: #444; margin-bottom: 6px; }
.mutual-form__required { display: inline-block; font-size: 0.75rem; background: #c33; color: #fff; padding: 1px 6px; border-radius: 3px; margin-left: 6px; font-weight: normal; }
.mutual-form__input,
.mutual-form__select,
.mutual-form__textarea { width: 100%; padding: 10px 12px; border: 1px solid #ccc; border-radius: 6px; font-size: 0.95rem; color: #333; background: #fff; box-sizing: border-box; }
.mutual-form__input:focus,
.mutual-form__select:focus,
.mutual-form__textarea:focus { outline: none; border-color: #F0705A; box-shadow: 0 0 0 2px rgba(234,84,20,.15); }
.mutual-form__textarea { resize: vertical; }
.mutual-form__submit { text-align: center; margin-top: 28px; }
.mutual-form__btn { background: #F0705A; color: #fff; border: none; padding: 14px 48px; border-radius: 6px; font-size: 1rem; font-weight: 700; cursor: pointer; }
.mutual-form__btn:hover { background: #d44800; }
.mutual-form__success { background: #E8F8F0; border: 1px solid #a5d6a7; border-radius: 6px; padding: 20px 24px; color: #2e7d32; font-size: 0.95rem; line-height: 1.8; margin-top: 16px; }
.mutual-form__error { background: #fff3f3; border: 1px solid #f5c6cb; border-radius: 6px; padding: 12px 16px; color: #c33; font-size: 0.9rem; margin-bottom: 16px; }

/* お問い合わせフォーム */
.contact-lead {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 28px;
    line-height: 1.8;
}
/* CF7共通スタイル */
.wpcf7 br { display: none; }
.cf7-field-group { margin-bottom: 20px; }
.cf7-field-group label { display: block; font-size: .88rem; font-weight: 700; color: #333; margin-bottom: 4px; }
.wpcf7-form-control { width: 100%; padding: 10px 12px; border: 1px solid #ccc; border-radius: 4px; font-size: 1rem; box-sizing: border-box; }
.wpcf7-form-control:focus { border-color: var(--front-orange, #F0705A); outline: none; box-shadow: 0 0 0 2px rgba(234,84,20,.15); }
.wpcf7 input.wpcf7-submit {
    background: var(--front-orange, #F0705A) !important;
    color: #fff !important;
    border: none;
    padding: 22px 24px;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    transition: background .2s;
    width: 100%;
    letter-spacing: .05em;
}
.wpcf7 input.wpcf7-submit:hover { background: var(--front-orange-dark, #D2470C) !important; }
.cf7-required {
    background: #e74c3c;
    color: #fff;
    font-size: 0.72rem;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 6px;
    font-weight: normal;
}

.contact-form { max-width: 640px; }
.contact-field { margin-bottom: 20px; }
.contact-field label {
    display: block;
    font-size: 0.88rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
}
.req {
    background: #e74c3c;
    color: #fff;
    font-size: 0.72rem;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 6px;
    font-weight: normal;
}
.opt {
    background: #aaa;
    color: #fff;
    font-size: 0.72rem;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 6px;
    font-weight: normal;
}
.contact-field input[type="text"],
.contact-field input[type="email"],
.contact-field input[type="tel"],
.contact-field textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.95rem;
    box-sizing: border-box;
    color: #333;
    font-family: inherit;
}
.contact-field textarea { resize: vertical; line-height: 1.7; }
.contact-field input:focus,
.contact-field textarea:focus {
    outline: none;
    border-color: #56C289;
    box-shadow: 0 0 0 2px rgba(66,169,187,.15);
}
.contact-privacy {
    margin-bottom: 24px;
    font-size: 0.9rem;
    color: #555;
}
.contact-privacy a { color: #1a6ebf; }
.contact-submit { text-align: center; }
.contact-submit-btn {
    display: inline-block;
    background: #56C289;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: 14px 60px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    border-bottom: 4px solid #2e8a99;
    transition: background 0.2s;
}
.contact-submit-btn:hover { background: #3a96a7; }

.contact-success {
    background: #f0faf8;
    border: 1px solid #56C289;
    border-radius: 6px;
    padding: 32px;
    text-align: center;
    margin-bottom: 32px;
}
.contact-success p { margin-bottom: 12px; color: #333; }
.contact-btn-back {
    display: inline-block;
    margin-top: 8px;
    padding: 10px 28px;
    background: #56C289;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
}
.contact-errors {
    background: #fff0f0;
    border: 1px solid #e74c3c;
    border-radius: 4px;
    padding: 16px 20px;
    margin-bottom: 20px;
}
.contact-errors ul { margin: 0; padding-left: 1.2em; }
.contact-errors li { color: #c0392b; font-size: 0.9rem; }

/* サイトマップ */
.sitemap-list { padding-left: 1.2em; margin-bottom: 20px; }
.sitemap-list li { margin-bottom: 6px; font-size: 0.95rem; }
.sitemap-list a { color: #1a6ebf; text-decoration: none; }
.sitemap-list a:hover { text-decoration: underline; }
.sitemap-region { margin-bottom: 24px; }
.sitemap-region-title {
    font-size: 1rem;
    font-weight: bold;
    color: #56C289;
    border-left: 3px solid #56C289;
    padding-left: 8px;
    margin-bottom: 10px;
}
.sitemap-pref-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.sitemap-pref-list li { font-size: 0.88rem; }
.sitemap-pref-list a { color: #1a6ebf; text-decoration: none; }
.sitemap-pref-list a:hover { text-decoration: underline; }

/* ============================================================
   [iejimai_area_links] 都道府県から探す（トップページ下部用）
   ※見出しの箱デザインはAFFINGER純正のentry-content h2装飾（意図通り・消さない）
   ============================================================ */
.iej-area-block { max-width: 1100px; margin: 40px auto; padding: 0 20px; text-align: center; }
.iej-area-block__kicker { font-size: 0.8rem; color: #888; margin-bottom: 4px; }
.iej-area-block__title { font-size: 1.3rem; font-weight: bold; margin-bottom: 8px; }
.iej-area-block__desc { font-size: 0.9rem; color: #555; margin-bottom: 20px; }
/* 旧astra-child front-page.php の .front-pref-grid / .front-pref を再現 */
.iej-area-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}
.iej-area-pill {
    background: #fff;
    border: 1.5px solid #D8DFE8;
    border-radius: 8px;
    padding: 13px 6px;
    font-weight: 700;
    font-size: 15px;
    color: #27313F;
    text-align: center;
    text-decoration: none;
    transition: border-color .12s, color .12s;
    display: block;
}
.iej-area-pill:hover { border-color: #F0705A; color: #F0705A; }
@media (max-width: 767px) {
    .iej-area-grid { grid-template-columns: repeat(3, 1fr); }
}

/* AFFINGER本体は#content-wにpadding-top:10pxを入れて自前タイトルとの間隔を確保しているが、
   うちはH1帯を直に被せているので不要な隙間になる。ゼロにする */
.tax-area #content-w,
.tax-service_type #content-w {
    padding-top: 0 !important;
}
@media print, screen and (min-width: 960px) {
    .tax-area main,
    .tax-service_type main {
        margin: 0;
        padding: 0;
    }
}

/* ========================================
   単一業者ページ（single-company.php）移植漏れ分
   旧astra-childにはあったのにAFFINGER移行時にコピーされていなかった
======================================== */

/* ========== クチコミ投稿フォーム ========== */
.review-form-wrap {
    margin: 32px 0;
    text-align: center;
}
.review-form-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 2px solid #56C289;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: .95rem;
    font-weight: 700;
    color: #56C289;
    cursor: pointer;
    transition: background .2s, color .2s;
}
.review-form-toggle:hover,
.review-form-toggle.is-open {
    background: #56C289;
    color: #fff;
}
.review-form-toggle__icon {
    transition: transform .25s;
}
.review-form-toggle.is-open .review-form-toggle__icon {
    transform: rotate(180deg);
}
.review-form-section {
    background: #F5FBF8;
    border-radius: 12px;
    padding: 28px 24px;
    margin-top: 12px;
}
.review-form__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}
.review-form__note {
    font-size: .82rem;
    color: #777;
    margin-bottom: 20px;
    line-height: 1.6;
}
.review-form__privacy {
    font-size: .78rem;
    color: #999;
    margin-top: 16px;
    line-height: 1.6;
    text-align: left;
}
.review-form__privacy a {
    color: #56C289;
    text-decoration: underline;
}
.review-form-section #respond {
    padding: 0;
    margin: 0;
}
.review-form-section .form-submit {
    margin-bottom: 0;
}
.review-form-section .comment-form .comment-notes,
.review-form-section #respond .comment-notes {
    display: none;
}
.review-form__field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 16px;
}
.review-form__field label {
    font-size: .85rem;
    font-weight: 600;
    color: #333;
}
.review-form__field .required {
    color: #F0705A;
    margin-left: 3px;
}
.review-form__field input[type="text"],
.review-form__field input[type="email"],
.review-form__field textarea {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: .9rem;
    color: #333;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    transition: border-color .2s;
}
.review-form__field input[type="text"]:focus,
.review-form__field input[type="email"]:focus,
.review-form__field textarea:focus {
    outline: none;
    border-color: #56C289;
}
.review-form__field textarea {
    resize: vertical;
    min-height: 120px;
}
.review-form__submit {
    display: inline-block;
    background: #56C289;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px 32px;
    font-size: .95rem;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s;
}
.review-form__submit:hover {
    background: #42AA73;
}
@media (max-width: 600px) {
    .review-form-section { padding: 20px 16px; }
    .review-form__submit { width: 100%; text-align: center; }
    .review-form__field-row--user { flex-direction: column; gap: 0; }
    .review-form__field-row--user .review-form__field:first-child { margin-bottom: 8px; }
    .review-form__field-row--user .review-form__field:last-child { margin-bottom: 28px; }
}

/* ========== クチコミ満足度（顔3択） ========== */
.review-satisfaction {
    display: flex;
    gap: 12px;
    justify-content: center;
}
.review-satisfaction__option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
}
.review-satisfaction__face {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: .82rem;
    color: #666;
    cursor: pointer;
    transition: border-color .2s, background .2s;
}
.review-satisfaction__face i {
    font-size: 1.6rem;
}
.review-satisfaction__option input:checked + .review-satisfaction__face--good {
    border-color: #56C289;
    background: #F5FBF8;
    color: #56C289;
}
.review-satisfaction__option input:checked + .review-satisfaction__face--neutral {
    border-color: #f0a500;
    background: #fffbf0;
    color: #f0a500;
}
.review-satisfaction__option input:checked + .review-satisfaction__face--bad {
    border-color: #F0705A;
    background: #fff5f3;
    color: #F0705A;
}
.review-form__field-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.review-form__field-row .review-form__field {
    flex: 1;
    min-width: 140px;
}
.review-form__date-input,
.review-form__cost-input {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: .9rem;
    color: #333;
    background: #fff;
    width: 100%;
}

/* ========================================
   業者詳細ページ（single-company.php）
======================================== */
.prem { max-width: 860px; margin: 0 auto; padding: 0 16px 60px; }

.prem-hero__pr { margin-right: 8px; vertical-align: 2px; }

/* ヒーロー */
.prem-hero { background: #fff; border-bottom: 3px solid #56C289; padding: 20px; }
.prem-hero__inner { max-width: 860px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.prem-hero__left { flex: 1; min-width: 0; }
.prem-hero__name { font-size: 1.45rem; font-weight: 800; color: #1a1a1a; margin: 0 0 6px; }
.prem-hero__address { color: #666; font-size: .88rem; margin-bottom: 0; }
.prem-hero__address i { color: #56C289; margin-right: 4px; }
.prem-hero__tags { display: flex; flex-wrap: wrap; gap: 6px; padding: 14px 0; border-top: 1px solid #eee; }
.prem-service-tag { background: #EBF7F2; color: #2A6B56; font-size: .8rem; font-weight: 600; padding: 4px 12px; border-radius: 20px; }
.prem-hero__review-box { flex-shrink: 0; background: #f8f8f8; border: 1px solid #e0e0e0; border-radius: 10px; padding: 10px 16px; text-align: center; min-width: 100px; display: flex; flex-direction: column; gap: 2px; }
.prem-hero__review-label { font-size: .72rem; color: #888; }
.prem-hero__review-count { font-size: 1.1rem; font-weight: 800; color: #333; }
.prem-hero__review-count span { font-size: .78rem; font-weight: 400; color: #888; }
@media (max-width: 600px) {
    .prem-hero { padding: 20px 14px; }
    .prem-hero__inner { flex-direction: column; align-items: flex-start; gap: 4px; }
    .prem-hero__name { font-size: 1.2rem; }
    .prem-hero__review-box { background: none; border: none; border-radius: 0; padding: 0; text-align: left; min-width: 0; overflow: visible; display: flex; flex-direction: row; align-items: baseline; gap: 4px; margin-bottom: 8px; }
    .prem-hero__review-label { font-size: .83rem; color: #666; }
    .prem-hero__review-count { font-size: .83rem; font-weight: 700; color: #333; }
    .prem-hero__review-count span { font-size: .83rem; }
}

/* フォトギャラリー */
.prem-gallery { background: #f0f0f0; border-bottom: 1px solid #dde9e4; padding: 0 16px; }
.prem-gallery__inner { max-width: 860px; margin: 0 auto; padding: 16px 0; }
.prem-gallery__main { width: 100%; aspect-ratio: 16/9; overflow: hidden; background: #f5f5f5; border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.prem-gallery__main img { width: 100%; height: 100%; object-fit: contain; display: block; }
.prem-gallery__thumbs { display: flex; gap: 6px; padding: 8px 0 0; overflow-x: auto; }
.prem-gallery__thumbs::-webkit-scrollbar { height: 3px; }
.prem-gallery__thumbs::-webkit-scrollbar-thumb { background: #56C289; }
.prem-gallery__thumb { flex: 0 0 80px; height: 56px; border-radius: 4px; overflow: hidden; cursor: pointer; opacity: .65; transition: opacity .2s; border: 2px solid transparent; }
.prem-gallery__thumb:hover, .prem-gallery__thumb.is-active { opacity: 1; border-color: #56C289; }
.prem-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 600px) {
    .prem-gallery__item { flex: 0 0 200px; }
}

/* セクション共通 */
.prem-section { padding: 28px 0; border-bottom: 1px solid #eee; }
.prem-section:last-child { border-bottom: none; }
.prem-section__label { font-size: .72rem; font-weight: 700; color: #56C289; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 4px; }
.prem-section__title { font-size: 1.1rem; font-weight: 800; color: #1a1a1a; margin: 0 0 16px; padding-bottom: 10px; border-bottom: 2px solid #f0f0f0; }

/* テーブル */
.prem-table-wrap { border: 1px solid #dde9e4; border-radius: 6px; overflow: hidden; }
.prem-table { width: 100%; border-collapse: collapse; border-spacing: 0; border-width: 0; border: none; margin: 0; }
.prem-table th, .prem-table td { border: none; border-bottom: 1px solid #dde9e4; }
.prem-table th { width: 130px; padding: 10px 14px; background: #F5FBF8; font-size: .85rem; font-weight: 700; color: #2A6B56; text-align: left; vertical-align: top; }
.prem-table td { padding: 10px 14px; font-size: .9rem; color: #333; }
.prem-table tr:last-child th, .prem-table tr:last-child td { border-bottom: none; }
.prem-tel a { color: #333; text-decoration: none; font-weight: 600; }
@media (max-width: 600px) {
    .prem-table th { width: 100px; font-size: .8rem; }
}

/* 料金表 */
.prem-price-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid #dde9e4; border-radius: 6px; }
.prem-price-table { width: 100%; border-collapse: collapse; border-spacing: 0; border-width: 0; border: none; margin: 0; min-width: 320px; }
.prem-price-table thead th { background: #56C289; color: #fff; font-size: .82rem; font-weight: 700; padding: 9px 14px; text-align: left; border: none; white-space: nowrap; }
.prem-price-table tbody tr { border-bottom: 1px solid #dde9e4; }
.prem-price-table tbody tr:last-child { border-bottom: none; }
.prem-price-table tbody td { padding: 11px 14px; font-size: .9rem; color: #333; border: none; white-space: nowrap; }
.prem-price-table tbody td:first-child { font-weight: 600; color: #2A6B56; background: #F5FBF8; }
.prem-price-note { margin-top: 10px; font-size: .78rem; color: #888; }

/* アピールポイント */
.prem-appeals { display: flex; flex-direction: column; gap: 16px; }
.prem-appeal { display: flex; gap: 14px; align-items: flex-start; }
.prem-appeal__num { flex-shrink: 0; width: 32px; height: 32px; background: #56C289; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .9rem; }
.prem-appeal__title { font-size: .95rem; font-weight: 700; color: #1a1a1a; margin-bottom: 4px; }
.prem-appeal__body { font-size: .88rem; line-height: 1.75; color: #555; }

/* 対応場所・特徴 */
.prem-locations { display: flex; flex-wrap: wrap; gap: 8px; }
.prem-location-item { display: flex; align-items: center; gap: 5px; padding: 6px 14px; background: #F5FBF8; border: 1px solid #B8E8CB; border-radius: 20px; font-size: .85rem; color: #2A6B56; font-weight: 600; }
.prem-features { display: flex; flex-wrap: wrap; gap: 8px; }
.prem-feature { display: flex; align-items: center; gap: 5px; padding: 7px 14px; background: #fff; border: 1.5px solid #56C289; border-radius: 20px; font-size: .83rem; color: #2A6B56; font-weight: 600; }
.prem-feature i, .prem-location-item i { font-size: .8rem; color: #56C289; }

/* 対応エリア */
.prem-area { display: flex; flex-direction: column; gap: 10px; }
.prem-area__row { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.prem-area__pref { font-size: .82rem; font-weight: 700; color: #fff; background: #56C289; padding: 3px 10px; border-radius: 4px; white-space: nowrap; }
.prem-area__cities { font-size: .9rem; color: #444; line-height: 1.7; }

/* FAQ */
.prem-faq { display: flex; flex-direction: column; gap: 8px; }
.prem-faq__item { border: 1px solid #dde9e4; border-radius: 8px; overflow: hidden; }
.prem-faq__q { display: flex; align-items: center; gap: 10px; padding: 13px 16px; font-size: .9rem; font-weight: 700; color: #1a1a1a; cursor: pointer; background: #fff; }
.prem-faq__q::before { content: 'Q'; font-weight: 900; color: #56C289; flex-shrink: 0; }
.prem-faq__qtext { flex: 1; }
.prem-faq__icon { color: #56C289; font-size: .85rem; transition: transform .2s; flex-shrink: 0; }
.prem-faq__item.is-open .prem-faq__icon { transform: rotate(45deg); }
.prem-faq__a { display: none; padding: 0 16px 13px 38px; font-size: .88rem; line-height: 1.75; color: #555; }
.prem-faq__a::before { content: 'A. '; font-weight: 700; color: #F0705A; }
.prem-faq__item.is-open .prem-faq__a { display: block; }

/* 口コミ表示 */
.prem-comments { display: flex; flex-direction: column; gap: 12px; }
.prem-comment { background: #fff; border: 1px solid #eee; border-radius: 8px; padding: 14px 16px; }
.prem-comment__header { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 8px; flex-wrap: wrap; gap: 6px; }
.prem-comment__name { font-size: .88rem; font-weight: 700; color: #333; }
.prem-comment__body { font-size: .88rem; line-height: 1.75; color: #444; margin-bottom: 4px; }
.prem-comment__face { font-size: .82rem; font-weight: 700; display: inline-flex; align-items: center; gap: 4px; padding: 2px 8px; border-radius: 4px; }
.prem-comment__face--good    { color: #56C289; background: #F5FBF8; }
.prem-comment__face--neutral { color: #f0a500; background: #fffbf0; }
.prem-comment__face--bad     { color: #F0705A; background: #fff5f3; }
.prem-comment__usedate { font-size: .78rem; color: #666; }
.prem-comment__cost { display: block; font-size: .78rem; color: #666; margin-top: 0; }
.prem-no-comment { text-align: center; padding: 24px; color: #999; font-size: .9rem; background: #F5FBF8; border-radius: 8px; }

/* 中間CTA・CTA */
.prem-cta-mid { text-align: center; padding: 24px 0; border-bottom: 1px solid #eee; }
.prem-cta { background: #F5FBF8; border: 2px solid #56C289; border-radius: 12px; padding: 24px; text-align: center; margin: 28px 0; }
.prem-cta__title { font-size: 1rem; font-weight: 700; color: #2A6B56; margin-bottom: 12px; }
.prem-cta__btn { display: inline-block; background: #F0705A; color: #fff !important; font-size: 1rem; font-weight: 800; padding: 14px 36px; border-radius: 8px; text-decoration: none; transition: background .2s; }
.prem-cta__btn:hover { background: #d45a45; }

/* 会社紹介 */
.prem-catchcopy { font-size: 1rem; font-weight: 600; color: #2A6B56; padding: 10px 14px; background: #F5FBF8; border-left: 4px solid #56C289; border-radius: 0 6px 6px 0; margin-bottom: 14px; }
.prem-description { font-size: .92rem; line-height: 1.85; color: #444; }
