/* =========================
   サブページ用FV
========================= */
.sub-fv {
  background-color: #faf4f2;
  background-image: url("https://kmioffice.jp/wp-content/themes/ystandard-child/image/sub-bg-pc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	min-height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
  .sub-fv__inner {
    transform: translateY(-20px);
  }

/* タイトル */
.sub-fv__title {
  font-size: 26px;
  font-weight: 700;
  color: #6f4b4b; /* ← 濃いローズで締める */
  margin: 0;
}


/* =========================
   サブページ 2カラム
========================= */
.sub-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px;
  box-sizing: border-box;
}

.sub-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* 左サイド */
.sub-sidebar {
  width: 280px;
  flex: 0 0 280px;
}

/* 右コンテンツ */
.sub-content {
  flex: 1 1 auto;        /* ← ここが超重要 */
  min-width: 0;
  max-width: 860px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

/* =========================
   スマホ
========================= */
@media (max-width: 768px) {

  .sub-fv {
    background-color: #faf4f2;
    background-image: url("https://kmioffice.jp/wp-content/themes/ystandard-child/image/sub-bg-sp.jpg");
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;

    min-height: 200px !important;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    padding-top: 0 !important; /* inline style 無効化 */
    margin-top: -20px!important;
  }

  .sub-fv__inner {
    transform: translateY(0px);
  }

  .sub-fv .sub-fv__title {
    font-size: 22px !important;
    font-weight: 700;
    color: #6f4b4b;
    margin: 0;
    line-height: 1.4;
  }

.sub-container {
  width: 100%;
  max-width: 1200px;   /* ← ここが最適 */
  margin: 0 auto;
padding: 30px 20px;  /* ← ノートPCで詰まりすぎない */
  box-sizing: border-box;
}

.sub-container {
  width: 100%;
  max-width: 1200px;   /* ← ここが最適 */
  margin: 0 auto;
padding: 30px 20px;  /* ← ノートPCで詰まりすぎない */
  box-sizing: border-box;
}


  .sub-layout {
    flex-direction: column;
    gap: 0px;
	  margin-top : 0!important;
	  padding-top : 0!important;
  }

  .sub-content {
    order: 1;
    max-width: 100%;
  }

  .sub-sidebar {
    order: 2;
    width: 100%;
    flex: none;
	  padding : 0;
  }
}
/* =========================
   サブページ：サイドバー内ウィジェット幅を強制100%
========================= */

/* サイドバー内すべて幅100% */
.sub-sidebar,
.sub-sidebar * {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

/* ul/li まわりも強制 */
.sub-sidebar ul,
.sub-sidebar ul li {
  display: block !important;
  width: 100% !important;
}

/* 画像が幅制限で縮む時の対策 */
.sub-sidebar img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

/* 不要な float をリセット */
.sub-sidebar .widget,
.sub-sidebar .widget * {
  float: none !important;
}

/* =========================
   サブページ：ヘッダー下の余白を除去
========================= */
.page-template-page-sub .site-content {
  margin-top: 0 !important;
}

/* =========================
   サブページ：サイドメニュー（ナビ）
========================= */

/* ウィジェット全体 */
.sub-sidebar .widget_nav_menu {
  background: #faf4f2;          /* スモーキーピンクの淡色 */
  padding: 0px!important;
  border-radius: 12px;
  border: 1px solid #eadfdb;
}

/* タイトル */
.sub-sidebar .widget_nav_menu .widget-title {
  font-size: 16px;
  font-weight: 700;
  color: #6f4b4b;
  margin-bottom: 0px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e2d3cd;
  letter-spacing: 0.05em;
  text-align: center;          /* 中央寄せ */
  padding-left: 0;
}

/* メニューリスト */
.sub-sidebar .widget_nav_menu ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 各メニュー項目 */
.sub-sidebar .widget_nav_menu ul.menu li {
  margin: 0;
}

/* リンク（ここに点線を入れています） */
.sub-sidebar .widget_nav_menu ul.menu li a {
  display: block;
  padding: 12px 0;                   /* ← 左を詰める */
  margin: 0;
  
  color: #6f4b4b;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
	transition: background 0.25s ease, color 0.25s ease;
}

/* hover（背景はうっすら） */
.sub-sidebar .widget_nav_menu ul.menu li a:hover {
  background: #f2e6e2;
	color : #fff;
}

/* 最後の項目は下線を消す */
.sub-sidebar .widget_nav_menu ul.menu li:last-child a {
  border-bottom: none;
}

/* 現在ページ */
.sub-sidebar .widget_nav_menu ul.menu li.current-menu-item a {
  background: #b38b8b;      /* メインカラー */
  color: #ffffff;
  font-weight: 700;
  border-bottom: none;      /* ← アクティブは下線なし */
  text-align : center;
  border-radius : 10px;
}

/* メニュー項目の「＞」を削除 */
.sub-sidebar .widget_nav_menu ul.menu li a::before {
  content: none !important;
}

/****************************************
 * トップページ
 * **************************************/
.section {
  padding: 40px 20px;
}

/* =========================
   スマホ（最終整理版）
========================= */
@media (max-width: 768px) {

  /* ① Cover：外枠の余白だけ管理 */
  .wp-block-cover.section {
    padding: 10px 16px 30px 16px !important;
  }

  /* ② Cover内：余計な余白は一切つけない */
  .wp-block-cover.section .wp-block-cover__inner-container {
    margin: 0 !important;
    padding: 0!important;
  }

  /* ③ Latest Posts（ul）：余白ゼロ＋1カラム固定 */
  ul.wp-block-latest-posts__list.section-inner.column-cover {
    padding: 0 !important;
    margin: 0 !important;
    grid-template-columns: 1fr !important;
  }

  /* ④ 記事カード（li）だけに左右余白を持たせる */
  ul.wp-block-latest-posts__list.section-inner.column-cover > li {
    margin: 0 0 20px 0;
  }
.wp-block-cover.section .wp-block-cover__inner-container > * {
  margin-top: 0 !important;
  padding: 0 20px !important;
}
/* Latest Posts：アイキャッチの横幅制限を解除 */
.wp-block-latest-posts__featured-image img {
  max-width: none !important;
  width: 100% !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    padding: .5em 0;
    overflow: hidden;
    border-bottom: 0px solid #eeeeee
}
}
/* =========================
   PC：Latest Posts アイキャッチ高さ統一
========================= */
@media (min-width: 769px) {

  .wp-block-latest-posts__featured-image {
    width: 100%;
    height: 180px;            /* ← 好みで調整（160〜220pxくらい） */
    overflow: hidden;
  }
  .wp-block-latest-posts__featured-image img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    display: block;
  }
.wp-block-latest-posts.wp-block-latest-posts__list a {
    text-decoration: none;
    margin : 20px 0px 10px 0px;
}
}
/* =========================
   PC：Latest Posts アイキャッチ最終版
========================= */
@media (min-width: 769px) {

  .wp-block-latest-posts__featured-image {
    width: 100%;
    height: 240px;        /* ← 高さはここで決める */
    overflow: hidden;
  }

  .wp-block-latest-posts__featured-image img {
    max-width: none !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
  }
}

/* TOP：コラム一覧リンク */
.top-column-more {
  text-align: center;
  margin-top: 20px;
}

.top-column-more a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
	margin-bottom : 20px!important;
}

.top-column-more a:hover {
  color: #000;
  border-color: #000;
}


.section-1 {
  background-color: #f8f6f5;
}

.section-1 h2 {
  text-align: left;
  margin-top : 30px;
}

/* 中央幅 */
.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
.section-inner {
  width: auto;
  margin: 0;
	padding : 20px 0;
}
}

/* Latest Posts：カード全体をリンク化 */
.wp-block-latest-posts__list li {
  position: relative;
}

.wp-block-latest-posts__list li a.wp-block-latest-posts__post-title::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.blog-h2{
  background: #f3e9e9;          /* くすみピンクの淡色背景 */
  color: #b38b8b;
	font-size : 18px;
	padding : 8px 12px;
}
.blog-h3{
  background: #b38b8b;          /* くすみピンクの淡色背景 */
  color: #fff;
	font-size : 18px;
	padding : 8px 12px;
}

.blog-h4{
  color: #b38b8b;
	font-size : 18px;
	padding : 8px 0px;
}


/* =========================
   KMIデザインオフィスについて（最初のセクションのみ）
========================= */

/* PC：左寄せ */
.section-title--about {
  text-align: left;
}

/* 「－About」をCSSで付与
.section-title--about .section-title-en::before {
  content: "－";
  margin-right: 6px;
} */

/* スマホ：Aboutだけ確実に中央寄せ */
@media (max-width: 768px) {
  .section-title.section-title--about {
	  font-size : 20px;
    text-align: center;
  }
}



/* =========================
   セクション共通タイトル
========================= */

.section-title {
  text-align: center;
  font-size: 26px;
  margin: 40px 0;
  font-weight: 600;
  line-height: 1.3;
  font-family:
    "Hiragino Maru Gothic ProN",
    "Hiragino Maru Gothic Pro",
    "Yu Gothic",
    "Meiryo",
    "Arial Rounded MT",
    sans-serif;
}

/* 英字ラベル */
.section-title-en {
  display: block;
	font-size : 16px;
  letter-spacing: 0.2em;
  color: #b38b8b; /* テーマカラー */
  margin-bottom: 6px;
  font-weight: 600;
}

/* スマホ */
@media (max-width: 768px) {
  .section-title {
    font-size: 23px;
  }
}

/* =========================
   セクションタイトル（白背景以外用）
========================= */
h2.section-title{
	margin-top : 30px!important;
	font-size : 27px!important;
	line-height : 40px;
}

.section-title {
  text-align: center;
  font-size: 28px!important;
  margin: 40px 0;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
}
.section-title-column {
  text-align: center;
  font-size: 28px!important;
  margin: 40px 0 30px 0;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
	text-align : center;
	padding-top : 40px;
}

.section-title-en {
  display: block;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #b38b8b;
  margin-bottom: 6px;
  font-weight: 500;
}

/* =========================
   背景が濃いセクション用
========================= */

.section-title--white {
  color: #ffffff;
}

.section-title--white .section-title-en {
  color: #fff4b8; /* 薄い黄色（上品・可読性あり） */
}

/* スマホ */
@media (max-width: 768px) {
  .section-title {
    font-size: 23px;
  }
h2.section-title{
	margin-top : 15px!important;
	font-size : 23px!important;
	line-height : 33px;
}
h2.section-title-column{
	margin-top : 20px!important;
	font-size : 23px!important;
	line-height : 33px;
	margin-bottom : 20px!important;
	text-align : center;
	padding-top : 10px;
}
}



/* =========================
   オフィス紹介（PC）
========================= */
.about-office--pc {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* 左：画像 */
.about-office--pc .about-office__image {
  width: 40%;
}

.about-office__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* 右：テキスト */
.about-office--pc .about-office__content {
  width: 60%;
}

.about-office__title {
  font-size: 28px!important;
  margin-bottom: 20px;
}

.about-office__text {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 30px;
}

/* ボタン */
.about-office__btn {
  display: inline-block;
  padding: 16px 40px;
  background-color: #b38b8b;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  border: 1px solid #b38b8b;
  transition: background-color 0.3s, color 0.3s;
}

.about-office__btn:hover {
  background-color: #fff;
  color: #b38b8b;
}

/* =========================
   オフィス紹介（スマホ）
========================= */
.about-office--sp {
  display: none;
}

@media (max-width: 768px) {

  /* PCを非表示、SPを表示 */
  .about-office--pc {
    display: none;
  }
  .about-office--sp {
    display: block;
  }

  /* スマホ順番：見出し → 画像 → テキスト → ボタン */
  .about-office--sp .about-office__title {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .about-office--sp .about-office__image {
    margin-bottom: 20px;
  }

  .about-office--sp .about-office__text {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 24px;
  }

  .about-office--sp .about-office__btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}


/* =========================
   特徴セクション（PC）
========================= */
.section-2 {
  background-color: #ffffff;
}

.features-title {
  text-align: center;
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

/* ボックス */
.feature-box {
  border: 1px solid #e0e0e0;
  padding: 20px;
  background-color: #fff;
}

/* タイトル */
.feature-title {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* 画像 */
.feature-image img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

/* テキスト */
.feature-text {
  font-size: 15px;
  line-height: 1.8;
}


/* =========================
   特徴セクション（スマホ）
========================= */
@media (max-width: 768px) {

  .features-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .feature-box {
    padding: 24px;
  }

  .feature-title {
    font-size: 18px;
	  text-align : center;
  }

}
/* =========================
   サービス内容
========================= */
.section-3 {
  background-color: #ffffff;
	margin-top : -40px!important;
}

/* タイトル（既存設計そのまま） */
.service-title {
  text-align: center;
  font-size: 32px;
  margin: 40px 0;
}

/* 2×2 レイアウト */
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* ボックス */
.service-box {
  border: 1px solid #e0e0e0;
  padding: 24px;
  background: #fff;
}

/* 中身 */
.service-box__title {
  font-size: 18px;
  margin-bottom: 12px;
}

.service-box__text {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* ボタン（四角・paddingあり） */
.service-box__btn {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid #b38b8b;
  color: #b38b8b;
  background: transparent;
  text-decoration: none;
  font-weight: 600;
	font-size : 15px;
}

/* オンマウス時のみ背景変更 */
.service-box__btn:hover {
  background: #f1e2e2;
  color: #b38b8b;
}

/* クリック後・フォーカス時も見た目を固定 */
.service-box__btn:visited,
.service-box__btn:active,
.service-box__btn:focus {
  color: #b38b8b;
  background: transparent;
}



/* スマホ */
@media (max-width: 768px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   無料診断
========================= */
.section-5 {
  background-color: #f8f6f5;
}

/* タイトル（既存） */
.shindan-title {
  text-align: center;
  font-size: 32px;
  margin: 40px 0;
}

/* 横並び（PC） */
.shindan-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* ボックス */
.shindan-box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 24px;
}

/* 見出し */
.shindan-box__title {
  font-size: 18px;
  margin-bottom: 16px;
}

/* リスト */
.shindan-list,
.shindan-flow {
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.8;
}

.shindan-list li,
.shindan-flow li {
  margin-bottom: 8px;
}

/* ボタン */
.shindan-btn-area {
  text-align: center;
  margin-top: 40px;
}

.shindan-btn {
  display: inline-block;
  padding: 14px 36px;
  border: 1px solid #b38b8b;
  color: #b38b8b;
  text-decoration: none;
  font-weight: 600;
}
.shindan-btn:hover {
  background: #f1e2e2;
  color: #b38b8b;
}

/* スマホ */
@media (max-width: 768px) {
  .shindan-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}


/* =========================
   料金案内
========================= */
.section-4 {
  background-color: #ffffff;
}

/* タイトル（既存） */
.price-title {
  text-align: center;
  font-size: 32px;
  margin: 40px 0;
}

/* 横並び（PC） */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* ボックス */
.price-box {
  border: 1px solid #e0e0e0;
  padding: 24px;
  background: #fff;
  text-align: center;
}

/* 中身 */
.price-box__title {
  font-size: 24px;
  margin-bottom: 0px!important;
}

.price-box__price {
  font-size: 28px!important;
  font-weight: 700;
  margin-bottom: 12px;
	margin-top : 10px;
}

.price-box__text {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* ボタン（四角・控えめ） */
.price-box__btn {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #b38b8b;
  color: #b38b8b;
  text-decoration: none;
  font-weight: 600;
}

/* スマホ */
@media (max-width: 768px) {
  .price-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   よくある質問 中身
========================= */

.section-6 {
  background-color: #f8f6f5;
}

/* タイトル（既存） */
.faq-title {
  text-align: center;
  font-size: 32px;
  margin: 40px 0;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px 24px;
  margin-bottom: 20px;
}

/* 質問 */
.faq-q {
  font-weight: 600;
  margin-bottom: 10px;
}

/* 回答 */
.faq-a {
  font-size: 15px;
  line-height: 1.8;
}

/* スマホ */
@media (max-width: 768px) {
  .faq-item {
    padding: 18px;
  }
}
/* =========================
   Flow：幅は親に完全に任せる
========================= */

/* 幅指定をしない（＝section-innerに従う） */
.section-inner.flow .flow-list {
  margin: 0;
}
.section-inner.flow .flow-item__title {
  text-align: center;
}


/* 各ステップ */
.section-inner.flow .flow-item {
  display: block;
  border: 1px solid #ddd;
  padding: 24px;
  margin-bottom: 24px;
	width : 100%;
}

/* STEP：背景と文字反転・中央 */
.section-inner.flow .flow-step {
  display: inline-block;
  background: #b38b8b;
  color: #fff;
  padding: 3px 14px;
  margin: 0 auto 12px;
  text-align: center;
  font-weight: 700;
	border-radius : 10px;
}

/* 本文は左寄せ */
.section-inner.flow .flow-content {
  text-align: left;
}




/* =========================
   トップページCTA
========================= */
.section-8 {
	background-color: #000080;
}


/* タイトル（既存） */
.cta-title {
  text-align: center;
  font-size: 32px;
  margin: 40px 0;
	color : #ffffff;
}

/* 3枠 */
.cta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* 枠 */
.cta-box {
  background: #fff;
  padding: 28px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

/* アイコン */
.cta-icon {
  font-size: 40px;
  margin-bottom: 0px;
	line-height : 40px;
}

/* テキスト */
.cta-text {
  font-size: 18px;
	font-weight : 600;
  margin-bottom: 20px;
}

.cta-sub {
  font-size: 15px;
}
/* ボタン */
.cta-btn {
  margin-top: auto;
  display: inline-block;
  padding: 14px 24px;
  border: 1px solid #cd5c5c;
  color: #cd5c5c;
  text-decoration: none;
  font-weight: 600;
}

/* スマホ */
@media (max-width: 768px) {
  .cta-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   オフィスについて
========================= */
.section-9{
	background-color: #f8f6f5;
}

/* タイトル（既存） */
.office-title {
	text-align: center;
	font-size: 32px;
	margin: 40px 0;
}
.office-text {
  max-width: 900px;
  margin: 0 auto;
}

/* =========================
   404：ナビ（左基準・PC横並び / SP縦）
========================= */
.error404 .error-nav {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  justify-content: flex-start; /* 上のテキストと同じ左ライン */
  align-items: center;
}

/* SPは縦並び */
@media (max-width: 768px) {
  .error404 .error-nav {
    flex-direction: column;
    align-items: flex-start;
	  margin-bottom : 50px;
  }
}

/* ボタン */
.error404 .error-nav a {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-decoration: none;

  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;

  white-space: nowrap; /* 折り返し防止 */
}

/* 1つ目だけ軽く強調 */
.error404 .error-nav a:first-child {
  border-color: #b38b8b;
  background: #f6eded;
  color: #6f4a4a;
}

/* ホバーは控えめ */
@media (hover: hover) {
  .error404 .error-nav a:hover {
    background: #f0f0f0;
  }
}

/*オフィスについて（サブページ*/
.about-office h3.about-designe-title {
  display: block;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 14px;
  margin-bottom: 15px;
	border : 1px solid #b38b8b;
	background : #b38b8b;
	color : #fff;
	border-radius : 10px;
}
.designer-photo {
  width: 100px;
  height: 100px;
  margin: 15px auto 0px;
  border-radius: 50%;
  overflow: hidden;
}

.designer-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.designer-name{
	text-align : center;
	font-weight : 600;
	  color: #6f4a4a;
}

.office-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;

  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
  line-height: 1.7;
}

/* 見出し（左側） */
.office-table th {
  width: 28%;
  padding: 14px 16px;

  text-align: left;
  font-weight: 600;

  background: #f6f1f0;
  color: #6b4a4a;

  border-bottom: 1px solid #e5dada;
}

/* 内容（右側） */
.office-table td {
  width: 72%;
  padding: 14px 16px;

  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

/* =========================
   スマホ対応
========================= */
@media (max-width: 768px) {

  .office-table {
    font-size: 14px;
  }

  .office-table th,
  .office-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .office-table th {
    padding: 10px 12px;
    border-bottom: none;
  }

  .office-table td {
    padding: 10px 12px 16px;
    border-bottom: 1px solid #e5e5e5;
  }
}

/* =====================
   ファーストビュー
===================== */
.free-check-fv {
  background: #faf7f6;
  padding: 0px;
}

.free-check-fv-text h1 {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 20px;
	margin-top : 0px
}

.free-check-fv-text span {
  color: #b38b8b;
}

.fv-sub {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.free-check-inner {
  align-items: center;
}

.free-check-fv-img img {
  width: 100%;
  border-radius: 8px;
}

/* =====================
   ボタン
===================== */
.btn-main {
  display: inline-block;
  padding: 16px 40px;
  background: #b38b8b;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
}

/* =====================
   リスト
===================== */
.check-list,
.recommend-list {
  max-width: none;
  margin: 0;
}


.check-list li,
.recommend-list li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.check-list li::before,
.recommend-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #b38b8b;
}

/* =====================
   フロー
===================== */
.free-flow {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.flow-item {
  background: #fff;
  padding: 30px;
  width: 33%;
  text-align: center;
  border-radius: 10px;
}

.flow-step {
  display: block;
  font-weight: 700;
  color: #b38b8b;
  margin-bottom: 10px;
}

/* =====================
   CTA
===================== */
.free-check-cta {
  background: #b38b8b;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}

.free-check-cta h2 {
  margin-bottom: 30px;
}

.free-check-cta .btn-main {
  background: #fff;
  color: #b38b8b;
}
/* チェックアイコン付きリストのドットを消す */
.free-check .check-list,
.free-check .recommend-list {
  list-style: none;      /* 標準のドットを消す */
  padding-left: 0;       /* 左の余白リセット */
}

.free-check .check-list li,
.free-check .recommend-list li {
  margin-left: 0;        /* 調整したい場合は値を調整 */
}

/* あなたのチェックマーク本体 */
.free-check .check-list li::before,
.free-check .recommend-list li::before {
  content: "✔";          /* チェックマーク */
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
  color: #b38b8b;
}

/* =====================
   スマホ
===================== */
@media (max-width: 768px) {
  .free-check-fv-text h1 {
    font-size: 26px;
  }
.flow-item {
  background: #fff;
  padding: 30px;
	width : 100%!important;
  text-align: center;
  border-radius: 10px;
}
  .free-flow {
    flex-direction: column;
    align-items: center;
	  padding : 20px;
  }

  .br-sp {
    display: block;
  }
}

/*****************************************
 * 無料診断ページ
 * ***************************************/

/* =====================
   共通
===================== */
.free-check {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
	padding : 0;
}

.free-check-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

.section-title {
	text-align: center;
	font-size: 20px!important;
  margin-bottom: 30px;
}

.free-check-section {
  padding: 10px 5px;
}

.bg-light {
  background: #f7f7f7;
	padding : 10px 5px; 
}

.bg-soft {
  background: #f4f1f1;
	padding : 30px;
}

/* =====================
   ファーストビュー
===================== */
.free-check-fv {
  background: #faf7f6;
	padding: 8px 20px 30px 20px;
}

.free-check-fv-text h1 {
	font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
	margin-top : 20px;
}

.free-check-fv-text span {
  color: #f62e36;
}

.fv-sub {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
}

.free-check-inner {
  align-items: center;
	text-align : center;
}

.free-check-fv-img img {
  width: 100%;
  border-radius: 8px;
}

/* =====================
   ボタン
===================== */
.btn-main {
  display: inline-block;
  padding: 16px 40px;
  background: #b38b8b;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
}

/* =====================
   リスト（最初の状態）
===================== */
.check-list,
.recommend-list {
  max-width: none;
  margin: 0 auto;
}

.check-list li,
.recommend-list li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
}

.check-list li::before,
.recommend-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #b38b8b;
}


/* =====================
   フロー
===================== */
.flow {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.flow-item {
  background: #fff;
  padding: 20px;
  width: 33%;
  text-align: center;
  border-radius: 10px;
	border : 1px solid #555151;
	font-size : 15px;
}

.flow-step {
  display: block;
  font-weight: 700;
  color: #ffffff;
	background : #b38b8b;
	width : 90px;
	margin : 0 auto;
  margin-bottom: 10px;
	border-radius : 10px;
}

/* =====================
   CTA
===================== */
.free-check-cta {
  background: #b38b8b;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
	margin-top : 0px;
}

.free-check-cta h2 {
  margin-bottom: 30px;
}

.free-check-cta .btn-main {
  background: #fff;
  color: #b38b8b;
}
/* チェックアイコン付きリストのドットを消す */
.free-check .check-list,
.free-check .recommend-list {
  list-style: none;      /* 標準のドットを消す */
  padding-left: 0;       /* 左の余白リセット */
}

.free-check .check-list li,
.free-check .recommend-list li {
  margin-left: 0;        /* 調整したい場合は値を調整 */
}

/* あなたのチェックマーク本体 */
.free-check .check-list li::before,
.free-check .recommend-list li::before {
  content: "✔";          /* チェックマーク */
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
  color: #b38b8b;
}
/* =====================
   スマホ
===================== */
@media (max-width: 768px) {
  body.page-id-43 div.sub-container {
    padding: 0 !important;
    margin: 0 !important;
  }
.free-check-fv-text h1 {
	font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
	margin-top : 20px;
}
.fv-sub {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 30px;
}
}

/* =========================
   一般業種向けサービス
========================= */
.service-general {
  margin: 80px 0;
  line-height: 1.8;
}

/* 導入 */
.service-general__intro {
  text-align: center;
  margin-bottom: 30px;
}

.service-general__title {
  font-size: 32px;
  margin-bottom: 20px;
}

.service-general__lead {
	font-size: 19px;
  color: #555;
  font-weight: 600;

  font-family:
    "Hiragino Maru Gothic ProN",
    "Hiragino Maru Gothic Pro",
    "Yu Gothic",
    "Meiryo",
    "Arial Rounded MT",
    sans-serif;
}

/* 画像＋説明 */
.service-general__block {
}

.service-general__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.service-general__text p {
  margin-bottom: 16px;
}

/* 見出し */
h3.service-general__subttl {
  font-size: 22px;
  margin-bottom: 20px;
	border-bottom : 2px dotted #b38b8b;
	color : #b38b8b;
}

/* リスト */
.service-general__list {
  padding-left: 20px;
  margin-bottom: 30px;
}

.service-general__list li {
  margin-bottom: 10px;
}

/* NG */
.service-general__note {
  font-size: 16px;
  margin: 30px 0 10px;
}

.service-general__list.is-ng {
  color: #777;
}

/* 料金 */
.service-general__price {
  background: #fdf7f7;
  padding: 20px;
  margin-bottom: 60px;
}

.service-general__price-main {
  font-size: 20px;
  margin-bottom: 10px;
	font-weight : 600;
}
.yen{
	font-size : 15px;
}
.service-general__price-main strong {
  font-size: 28px;
}

.service-general__price-note {
  font-size: 14px;
  color: #666;
}

/* 流れ */
.service-general__flow-list {
  padding-left: 20px;
}

.service-general__flow-list li {
  margin-bottom: 12px;
}

/* 注意 */
.service-general__attention {
  font-size: 14px;
  color: #666;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

/* 料金CTA */
.service-general__price-cta {
  margin-top: 30px;
  text-align: center;
}

.service-general__price-btn {
  display: inline-block;
  padding: 16px 36px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #ee5d31;
  border-radius: 40px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.service-general__price-btn:hover {
  opacity: 0.85;
}

.service-general__price-cta-note {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
/* 業種イメージ（8個並び対応） */
.service-general__industry-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* PC：4列 */
  gap: 24px 20px;
  margin-top: 40px;
  text-align: center;
}

.industry-item img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  margin: 0 auto 2px;
}

.industry-item p {
  font-size: 14px;
  color: #555;
  margin: 0;
	font-weight : 600;
}

/* タブレット・スマホ */
@media (max-width: 768px) {
  .service-general__industry-images {
    grid-template-columns: repeat(2, 1fr); /* スマホ：2列 */
    gap: 20px 16px;
  }

  .industry-item img {
    width: 160px;
    height: 160px;
  }
}


/* スマホ */
@media (max-width: 768px) {
  .service-general__block {
    flex-direction: column;
  }

  .service-general__title {
    font-size: 26px;
  }

  h3.service-general__subttl {
  font-size: 20px;
  margin-bottom: 20px;
	border-bottom : 2px dotted #b38b8b;
	color : #b38b8b;
  }
}

/* =========================
   ペット業界向けサービス
========================= */
.service-pet {
  margin: 80px 0;
  line-height: 1.8;
}

/* 導入 */
.service-pet__intro {
  text-align: center;
  margin-bottom: 30px;
}

.service-pet__title {
  font-size: 32px;
  margin-bottom: 20px;
}

.service-pet__lead {
  font-size: 19px;
  color: #555;
  font-weight: 600;

  font-family:
    "Hiragino Maru Gothic ProN",
    "Hiragino Maru Gothic Pro",
    "Yu Gothic",
    "Meiryo",
    "Arial Rounded MT",
    sans-serif;
}


.service-pet__lead span {
  color: #f62e36;
	font-weight : 600;
}
/* 画像＋説明 */
.service-pet__block {
  margin-bottom: 60px;
}

.service-pet__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.service-pet__text p {
  margin-bottom: 16px;
}

/* 見出し */
h3.service-pet__subttl {
	font-size: 20px;
  margin-bottom: 20px;
	color : #0e9ac8;
	border-bottom : 2px dotted #0e9ac8;
}

/* リスト */
.service-pet__list {
  padding-left: 20px;
  margin-bottom: 40px;
}

.service-pet__list li {
  margin-bottom: 10px;
}

/* 業種イメージ */
.service-pet__industry-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 20px;
  margin: 30px 0;
  text-align: center;
}

.service-pet .industry-item img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  margin: 0 auto 8px;
}

.service-pet .industry-item p {
  font-size: 14px;
  color: #555;
}

.service-pet__note {
  font-size: 14px;
  color: #666;
}

/* 料金 */
.service-pet__price {
  background: #edfafe;
  padding: 20px;
  margin-top: 40px;
	margin-bottom : 40px;
}

.service-pet__price-main {
  font-size: 20px;
  margin-bottom: 10px;
	font-weight : 600;
}

.service-pet__price-main strong {
  font-size: 28px;
}

.service-pet__price-note {
  font-size: 14px;
  color: #666;
}

.service-pet__price-cta {
  margin-top: 30px;
  text-align: center;
}

.service-pet__price-btn {
  display: inline-block;
  padding: 16px 36px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #089bcb; /* ペット向け優しい色 */
  border-radius: 40px;
  text-decoration: none;
}

.service-pet__price-cta-note {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

/* スマホ */
@media (max-width: 768px) {
  .service-pet__block {
    flex-direction: column;
  }

  .service-pet__title {
    font-size: 26px;
  }

  .service-pet__subttl {
    font-size: 20px;
  }

  .service-pet__industry-images {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* お客様の声 */
.service-pet__voice {
  margin: 0;
}

.service-pet__voice-box {
  display: flex;
  gap: 30px;
  background: #fffef8;
  padding: 20px;
  border-radius: 16px;
	border : 1px dotted #0e9ac8;
}

.service-pet__voice-image img {
  width: 160px !important;
  height: 160px !important;
  max-width: none !important;   /* ← これが原因だった */
  object-fit: cover;
  border-radius: 50%;
  display: block;
}


.service-pet__voice-name {
  font-weight: 600;
  margin-bottom: 10px;
}

/* スマホ */
@media (max-width: 768px) {
  .service-pet__voice-box {
    flex-direction: column;
    text-align: center;
  }

  .service-pet__voice-image img {
    margin: 0 auto;
	  width : 110px;
  }

  .service-pet__voice-text {
    text-align: left;
	  margin-top : -30px;
  }
}



/* =========================
   選ばれる理由
========================= */
.service-pet__reason {
  margin: 0;
}

.service-pet__subttl {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* カード全体 */
.service-pet__reason-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.service-pet__reason-item {
  background: #fff;
  padding: 15px;
  border-radius: 16px;
  border: 1px solid #555151;
}

/* 01 + タイトル横並び */
.service-pet__reason-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

/* 番号 */
.reason-number {
  background: #ff69b4;
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 20px;
  line-height: 1;
  white-space: nowrap;
}

/* タイトル */
.service-pet__reason-item h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
	color : #ff69b4;
}

/* 本文 */
.service-pet__reason-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
	font-weight : normal;
}

/* スマホ */
@media (max-width: 768px) {
  .service-pet__reason-list {
    grid-template-columns: 1fr;
  }
}


/* =========================
   集客に特化したLP
========================= */
.service-lp {
  margin: 80px 0;
  line-height: 1.8;
}

/* 導入 */
.service-lp__intro {
  text-align: center;
  margin-bottom: 40px;
}

.service-lp__title {
  font-size: 32px;
  margin-bottom: 20px;
}

.service-lp__lead {
  font-size: 30px;
	line-height : 40px;
  color: #555;
  font-weight: 600;
  font-family:
    "Hiragino Maru Gothic ProN",
    "Hiragino Maru Gothic Pro",
    "Yu Gothic",
    "Meiryo",
    "Arial Rounded MT",
    sans-serif;
	padding : 0!important;
	margin : 20px 0 !important;
}
.page-lead{
	font-size : 24px;
	font-weight : 600;
	line-height : 34px;
}

/* 共通見出し */
h3.service-lp__subttl {
  font-size: 20px;
  margin-bottom: 20px;
	margin-top : 40px!important;
	color : #191970;
	border-bottom : 2px dotted #191970
}
h3.service-lp__subttl_chigai {
  font-size: 20px;
  margin-bottom: 20px;
	margin-top : 40px!important;
	color : #333;
}

/* セクション */
.service-lp__problem,
.service-lp__solution,
.service-lp__features,
.service-lp__example {
  margin-bottom: 60px;
}

/* リスト */
.service-lp__list {
  padding-left: 20px;
}

.service-lp__list li {
  margin-bottom: 10px;
}

/* 料金 */
.service-lp__price {
  background: #f0f8ff;
  padding: 2px 20px;
}

.service-lp__price-main {
  font-size: 20px;
  margin-bottom: 10px;
	font-weight : 600;
}

.service-lp__price-main strong {
  font-size: 28px;
}

.service-lp__price-note {
  font-size: 14px;
  color: #666;
}

.service-lp__price-cta {
  margin-top: 30px;
  text-align: center;
}

.service-lp__price-btn {
  display: inline-block;
  padding: 16px 20px;
	font-size: 16px;
  font-weight: 600;
  color: #fff;
	background: #000088;
	border-radius: 20px;
  text-decoration: none;
	max-width : 480px;
	width : 100%;
	color : #fff!important;
}

.service-lp__price-cta-note {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

/* スマホ */
@media (max-width: 768px) {
  .service-lp__title {
    font-size: 26px;
  }

  .service-lp__subttl {
    font-size: 20px;
  }
.service-lp__lead {
  font-size: 20px;
	line-height : 30px;
  color: #555;
  font-weight: 600;
  font-family:
    "Hiragino Maru Gothic ProN",
    "Hiragino Maru Gothic Pro",
    "Yu Gothic",
    "Meiryo",
    "Arial Rounded MT",
    sans-serif;
	padding : 0!important;
	margin : 0 0 15px 0!important;
}
.page-lead{
	font-size : 18px;
	font-weight : 600;
	line-height : 28px;
}
/* 共通見出し */
h3.service-lp__subttl {
  font-size: 20px;
  margin-bottom: 20px;
	margin-top : 0!important;
	color : #191970;
	border-bottom : 2px dotted #191970
}
h3.service-lp__subttl_chigai {
  font-size: 20px;
  margin-bottom: 20px;
	margin-top : 0!important;
	color : #333;
}
}

/* 制作の流れ */
.service-lp__flow {
  margin: 40px 0;
}

.service-lp__flow-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 10px;
	margin-left : -20px!important;
}

.service-lp__flow-list li {
  background: #fafafa;
  padding: 20px 20px 10px 20px;
  border-radius: 14px;
  text-align: center;
	line-height : 15px;
	border : 1px solid #555151;
	text-align : left;
}

.service-lp__flow-list li span {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

/* スマホ */
@media (max-width: 768px) {
  .service-lp__flow-list {
    grid-template-columns: 1fr;
  }
.service-lp__flow-list li {
  background: #fafafa;
  padding: 20px 20px 15px 20px;
  border-radius: 14px;
  text-align: left;
	border : 1px solid #555151;
	margin-left : 0px;
	font-size : 16px;
}
}

/* 向いていない方 */
.service-lp__ng {
  margin: 20px 0;
  padding: 5px 20px;
  background: #f4f4f4;
  border-left: 4px solid #333;
  font-size: 14px;
  color: #555;
}
/* Googleマップ集客との違い */
.service-lp__difference {
  margin: 20px 0 0 0;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 16px;
}

.service-lp__difference p {
  margin-bottom: 16px;
  color: #555;
}

/* =========================
   集客LP 親ページ（ハブ）
========================= */

/* 共通 */
.service-lp-hub__intro,
.service-lp-hub__compare,
.service-lp-hub__cta {
  margin-bottom: 60px;
}

/* -------------------------
   ① 冒頭イントロ
------------------------- */
.service-lp-hub__intro h2 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.service-lp-hub__intro p {
  max-width: 720px;
  margin: 0 auto 14px;
  line-height: 1.8;
  text-align: left;
  color: #444;
}

/* -------------------------
   ② 比較カード
------------------------- */
.service-lp-hub__compare {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.hub-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
    padding: 20px;
	  border : 1px solid #b38b8b;
}

.hub-card h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.hub-catch {
  font-size: 17px;
  color: #b38b8b;
  margin-bottom: 20px;
  font-weight: 600;
}

.hub-card ul {
  margin: 0 0 28px;
  padding-left: 18px;
}

.hub-card li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.hub-btn {
  margin-top: auto;
  display: inline-block;
  text-align: center;
  padding: 14px 20px;
  border-radius: 30px;
  background: #b38b8b;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.3s;
}

.hub-btn:hover {
  opacity: 0.85;
}

/* -------------------------
   ③ CTA（無料診断）
------------------------- */
.service-lp-hub__cta {
  background: #f7efef;
  padding: 20px;
  border-radius: 24px;
  text-align: center;
}

.service-lp-hub__cta p {
  margin-bottom: 20px;
  line-height: 1.7;
}

.hub-cta-btn {
  display: inline-block;
  padding: 16px 36px;
  border-radius: 40px;
  background: #b38b8b;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.3s;
	font-size : 15px;
}

.hub-cta-btn:hover {
  opacity: 0.85;
	color : #fff;
}

/* -------------------------
   SP（スマホ）
------------------------- */
@media (max-width: 768px) {

  .service-lp-hub__intro h2 {
    font-size: 22px;
  }

  .service-lp-hub__compare {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hub-card {
    padding: 20px;
	  border : 1px solid #b38b8b;
  }

  .hub-card h3 {
    font-size: 20px;
  }

}
.shindan-flow-ttl{
	text-align : center;
	font-size : 17px;
	font-weight : 600;
}

/*無料診断受付フォーム*/
/* ===== フォーム全体 ===== */
.kmi-form-title{
	text-align : center;
	font-size : 20px;
	font-weight : 600;
	color : #4b3f46;
	margin-bottom : 20px;
	margin-top : 8px;
	border : 1px solid #4b3f46;
	padding : 10px;
	border-radius : 10px;
}
.kmi-form {
  max-width: 880px;
  margin: 40px  auto;
  background: #f7f3ef;
  padding: 25px 15px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  font-family: "Noto Sans JP", sans-serif;
}

/* tableリセット */
.kmi-form table,
.kmi-form tr,
.kmi-form td {
  display: block;
  width: 100%;
  border: none;
}

/* タイトル */
.kmi-form-title td {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #6b5a4a;
  padding-bottom: 30px;
}

/* ラベル */
.kmi-label {
  font-size: 14px;
  font-weight: 600;
  color: #5a4a3f;
  margin-bottom: 6px;
}

.kmi-label span {
  color: #c0392b;
}

/* 入力エリア */
.kmi-input {
  margin-bottom: 26px;
}

.kmi-input input[type="text"],
.kmi-input textarea {
  width: 100%;
  padding: 14px 14px;
  border-radius: 8px;
  border: 1px solid #d6cfc7;
  background: #fff;
  font-size: 15px;
  box-sizing: border-box;
}

.kmi-input textarea {
  min-height: 120px;
  resize: vertical;
}

/* チェックボックス */
.kmi-check label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #444;
}

.kmi-check input {
  margin-right: 6px;
}

/* 送信ボタン */
.kmi-submit {
  text-align: center;
  margin-top: 20px;
}

.kmi-submit input[type="submit"] {
  width: 100%;
  max-width: 360px;
  padding: 16px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, #9d8572, #7c6555);
  border: none;
  border-radius: 40px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.kmi-submit input[type="submit"]:hover {
  opacity: 0.9;
}
/* =========================
   【最終解決】tbody が狭い問題を完全解除
========================= */

/* table / tbody / tr / td をすべてフォーム幅基準にする */
.kmi-form table,
.kmi-form tbody,
.kmi-form tr,
.kmi-form td {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* align や width 属性を無効化 */
.kmi-form table,
.kmi-form td {
  text-align: left !important;
}

/* 入力欄の親を100%基準に固定 */
.kmi-input {
  width: 100% !important;
}

/* ===== 入力欄の基本 ===== */
.kmi-input input[type="text"],
.kmi-input textarea {
  box-sizing: border-box !important;
}

/* =========================
   PC表示：幅指定（ここで初めて意味を持つ）
========================= */
@media (min-width: 769px) {

  /* 1行入力：フォームの50% */
  .kmi-input input[type="text"] {
    width: 50% !important;
    min-width: 520px !important;   /* ← 880px基準で狭くならない */
    max-width: 100% !important;
  }

  /* 複数行：フォーム幅いっぱい */
  .kmi-input textarea {
    width: 100% !important;
    min-height: 180px !important;
  }
}
/* 必須ラベル */
.kmi-required {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  color: #b23a2f;
  border: 1px solid #b23a2f;
  border-radius: 4px;
  line-height: 1;
  vertical-align: middle;
}

/* =========================
   Googleマップ集客ページ：特徴ボックス
========================= */

/* PC：横並び */
.feature-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

/* 各ボックス */
.feature-box {
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 24px 20px 10px 20px;
	border-radius : 10px;
}

/* タイトル */
.feature-box h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.feature-title{
	text-align : center;
	font-size : 22px!important;
  font-family:
    "Hiragino Maru Gothic ProN",
    "Hiragino Maru Gothic Pro",
    "Yu Gothic",
    "Meiryo",
    "Arial Rounded MT",
    sans-serif;
}

/* テキスト */
.feature-box p {
  font-size: 15px;
  line-height: 1.8;
}

/* スマホ：縦並び */
@media (max-width: 768px) {
  .feature-boxes {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* =========================
   料金案内（一覧表示）
========================= */

.section-inner.price {
  max-width: 960px;
  margin: 0 auto;
}

/* 見出し */
.price-title {
  text-align: center;
  font-size: 32px;
  margin: 40px 0;
}

/* ブロック */
.price-block {
  margin-bottom: 50px;
}

.price-subtitle {
  font-size: 22px;
  margin-bottom: 20px;
	color : darkcyan;
}

/* 一覧全体 */
.price-list {
  border-top: 1px solid #ddd;
}

/* 行 */
.price-row {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}

/* 左：項目 */
.price-item {
  font-size: 16px;
}

/* 右：価格 */
.price-value {
  text-align: right;
  font-weight: 600;
  white-space: nowrap;
}

/* =========================
   スマホ
========================= */
@media (max-width: 768px) {

  .price-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .price-value {
    text-align: left;
    font-size: 15px;
  }
}

/* =========================
   制作デザイン一覧
========================= */

.design-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* PC：5列 */
  gap: 20px;
}

.design-item {
  overflow: hidden;
  border-radius: 8px;
}

.design-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

/* 軽いホバー（PCのみ） */
@media (hover: hover) {
  .design-item:hover img {
    transform: scale(1.05);
  }
}

/* =========================
   スマホ：2列
========================= */
@media (max-width: 768px) {
  .design-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

/* =========================
   制作デザイン一覧（4列）
========================= */

.design-list--4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* PC：4列 */
  gap: 20px;
}

.design-item {
  overflow: hidden;
  border-radius: 8px;
}

.design-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   スマホ：2列
========================= */
@media (max-width: 768px) {
  .design-list--4col {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

