/* =========================================
   共通セクション設定
========================================= */

.section {
	padding: 50px 5%;
}

/* chosen-title は常に中央配置 */
.chosen-title {
  text-align: center;
}


@media (max-width: 768px) {
  .section {
    padding: 30px 5%;
  }
}

/* =========================================
   セクション背景（薄ピンク）【yStandard対策】
========================================= */
.section.bg-soft-pink,
.section.bg-soft-pink .wp-block-group__inner-container {
  background-color: #fdf3f6;
}


.section-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.section-text {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}
.section-thanks{
	max-width : 800px;
	margin : 20px auto;
	text-align : left;
}

/* =========================================
   選ばれている理由（FV直下）
========================================= */

.pet-section-chosen {
  background: #ffffff;
  text-align: center;
}

/* 見出し全体 */
.chosen-title {
  margin-top : 0;
  margin-bottom: 40px;
  line-height: 1.4;
}

/* 英文（小・ピンク） */
.chosen-title-en {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #e38ca8; /* やさしいピンク */
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

/* 日本語見出し（少し大きめ） */
.chosen-title-ja {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #333;
  margin-bottom : 40px;
}

@media (max-width: 768px) {
  .chosen-title-ja {
    font-size: 20px;
  }
.section-text {
  text-align: left;
}
.section-thanks{
	width : auto;
	margin : 20px;
	text-align : left;
}
}

/* チェックリスト */
.chosen-list {
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
}

/* 各項目 */
.chosen-list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.8;
}

/* チェックアイコン（SVG） */
/* チェックアイコン（角丸スクエア＋太チェック） */
.chosen-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='2' y='2' width='20' height='20' rx='4' ry='4' fill='%23e38ca8'/%3E%3Cpath d='M7 12.5 10.2 15.7 17 8.9' fill='none' stroke='%23ffffff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}



@media (max-width: 768px) {
  .chosen-list li {
    font-size: 15px;
    padding-left: 32px;
  }
  .chosen-list li::before {
    width: 20px;
    height: 20px;
    top: 5px;
  }
.chosen-list {
  margin: 20px auto 0;
}
}


/* =========================================
   ① サービス概要
========================================= */

.pet-section-overview {
  background: #ffffff;
}

.pet-section-overview .section-text {
  margin-top: 20px;
}

/******************************************
 * 対応業種（完成版）
 ******************************************/

/* 業種イメージ：PC */

.service-pet__subttl{
	border : 1px solid #555;
	padding : 8px;
	text-align : center;
	border-radius : 10px;
	max-width : 860px;
	margin : 0 auto!important;
}

.service-pet__industry-images {
  max-width: 760px;           /* PCは900px内 */
  margin: 20px auto 0;        /* 中央寄せ */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 10px;
  text-align: center;
}

/* 画像 */
.service-pet__industry-images .industry-item img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin: 0 auto 4px;
}

/* テキスト */
.service-pet__industry-images .industry-item p {
  font-size: 14px;
  color: #555;
  margin: 0;
  font-weight: 600;
}
.service-pet__note{
	text-align : center;
	margin-top : 30px!important;
	margin-bottom : 30px;
}

/* スマホ：2列 */
@media (max-width: 768px) {
.service-pet__subttl{
	margin : 0 15px!important;
}
  .service-pet__industry-images {
    max-width: none;
	  margin : 15px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
  }

  .service-pet__industry-images .industry-item img {
    width: 160px;
    height: 160px;
  }
.service-pet__note{
	text-align : left;
	margin : 0 20px;
	margin-bottom : 30px;
}
}


/* =====================================
   特徴カード（3列×2）
===================================== */
.features-area{
	
}
.features-area .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.features-area .feature-card {
  background: #ffffff;
  border-radius: 16px;
	padding : 25px 25px 10px 25px;
  text-align: center;

  /* かわいくやさしい枠線 */
  border: 2px solid #f1c6d6;

  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

/* アイコン */
.features-area .feature-icon {
  font-size: 32px;
  margin-bottom: 12px;
}

/* タイトル */
.features-area .feature-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
  color: #c65f82; /* やさしいピンク */
}

/* 説明文 */
.features-area .feature-text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  text-align : left;
}

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

  .features-area .feature-card {
    padding: 28px 20px;
  }

  .features-area .feature-icon {
    font-size: 28px;
  }

  .features-area .feature-title {
    font-size: 17px;
  }

  .features-area .feature-text {
    font-size: 14px;
  }
}

/* =========================================
   ③ 制作実績
========================================= */

.pet-section-works {
  background: #ffffff;
}

.works-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .works-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2列 */
    gap: 10px; /* 列間の余白（お好みで調整） */
  }
}

.work-item img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.work-name {
  text-align: center;
  margin-top: 6px;
  font-size: 13px;
}

/* ロゴ一覧 */
.logo-sample-list {
	width : 1080px;
  display: grid;
  grid-template-columns: repeat(10, 1fr); /* PCï¼š10åˆ— */
  gap: 12px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.logo-sample-ttl{
	max-width : 1080px;
	font-size : 17px;
	font-weight : 600;
	border-bottom : 2px dotted #333;
	margin : 30px auto 15px;
}

/* ロゴ画像 */
.logo-sample-list img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* スマホ：4列 */
@media (max-width: 768px) {
  .logo-sample-list {
	  width : auto;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}


/* =========================================
   ④ 料金プラン
========================================= */
.pricing-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.pricing-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 28px;
  text-align: center;
  border: 2px solid #f1c6d6;
}

/* おすすめプラン */
.pricing-item.is-main {
  border-color: #e38ca8;
  box-shadow: 0 10px 30px rgba(227,140,168,0.25);
  position: relative;
}

.pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #e38ca8;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
}

/* プラン名 */
.pricing-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #c65f82;
}

/* 価格 */
.pricing-price {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.price-yen {
  font-size: 18px;
  margin-right: 2px;
}

.price-tax {
  font-size: 14px;
  font-weight: normal;
  margin-left: 4px;
}

/* 内容リスト */
.pricing-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-list li {
  font-size: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #f0e0e6;
}

.pricing-list li:last-child {
  border-bottom: none;
}

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

  .pricing-item {
    padding: 32px 22px;
  }

  .pricing-price {
    font-size: 26px;
  }
}

/* =====================================
   オプションメニュー
===================================== */

.pricing-option-area {
  max-width: 900px;
  margin: 60px auto 0;
  padding: 40px 30px;
  background: #fdf3f6;
  border-radius: 20px;
}

/* タイトル */
.pricing-option-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #c65f82;
  margin-bottom: 30px!important;
}

/* オプション一覧 */
.pricing-option-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* 1項目 */
.pricing-option-item {
  background: #ffffff;
  border: 2px solid #f1c6d6;
  border-radius: 12px;
  padding: 16px 18px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.option-name {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.option-price {
  font-size: 15px;
  font-weight: 700;
  color: #c65f82;
}

/* 注意書き */
.pricing-option-note {
  margin-top: 25px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

/* スマホ */
@media (max-width: 768px) {
  .pricing-option-area {
    padding: 30px 20px;
  }

  .pricing-option-table {
    grid-template-columns: 1fr;
  }
.pricing-option-note {
  margin-top: 25px;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}
}



/* =========================================
   ⑤ 制作の流れ
========================================= */

.flow-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}

/* 各ステップ */
.flow-item {
  background: #ffffff;
  border: 2px solid #f1c6d6;
  border-radius: 14px;
  padding: 30px 20px;
}

/* STEP表記 */
.flow-step {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #c65f82;
  margin-bottom: 8px;
}

/* タイトル */
.flow-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* 説明文 */
.flow-text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

/* 矢印 */
.flow-arrow {
  font-size: 24px;
  color: #c65f82;
  margin: 18px 0;
}


/* =========================================
   ⑥ FAQ
========================================= */

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

/* 1セット */
.faq-item {
  background: #eef7fb; /* 薄い水色 */
  border: 2px solid #d6ecf5;
  border-radius: 14px;
  padding: 22px 24px;
  margin-bottom: 20px;
}

/* 質問 */
.faq-question {
  font-size: 16px;
  font-weight: 700;
  color: #2c5d73;
  margin-bottom: 10px;
}

/* 回答 */
.faq-answer {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin: 0;
}

/* スマホ */
@media (max-width: 768px) {
  .faq-item {
    padding: 20px 18px;
  }

  .faq-question {
    font-size: 15px;
  }

  .faq-answer {
    font-size: 14px;
  }
}

/* =========================================
   ⑦ コラム（最新記事3件）
========================================= */
.column-text {
  max-width: 900px;
  margin: 0 auto 40px;
}
.column-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.column-item {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.column-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* アイキャッチ */
.column-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* タイトル */
.column-title {
  font-size: 16px;
  font-weight: 700;
  padding: 16px 16px 8px;
  line-height: 1.5;
}

/* 抜粋 */
.column-excerpt {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  padding: 0 16px 18px;
}

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


/* =========================================
   ⑧ お問い合わせCTA
========================================= */

.pet-section-contact {
  background: #ff6b3b;
  color: #ffffff;
  text-align: center;
}

.pet-section-contact .section-title {
  color: #ffffff;
}

.pet-section-contact .btn {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 40px;
  background: #ffffff;
  color: #ff6b3b;
  border-radius: 40px;
  font-weight: 700;
  text-decoration: none;
}

.pet-section-contact .btn:hover {
  opacity: 0.85;
}


/* ===================================
   ペット業界 制作相談フォーム
   kmioffice.jp/contact と同一思想
   PC / SP 完全1カラム
=================================== */

/* ===== フォーム全体位置（ヘッダー被り回避） ===== */
.pet-front .pet-top-content{
  margin-top: 0px;
}

/* ===== フォーム外枠 ===== */
.pet-front .pet-top-content .pet-consult-form{
  max-width: 720px;          /* PCでみっともなくならない幅 */
  margin: 40px auto;
  background: #f7f3ef;
  padding: 24px 16px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

/* ===== table由来の2カラム・線・色を完全排除 ===== */
.pet-front .pet-top-content .pet-consult-form table,
.pet-front .pet-top-content .pet-consult-form tbody,
.pet-front .pet-top-content .pet-consult-form tr,
.pet-front .pet-top-content .pet-consult-form td{
  display: block;
  width: 100%;
  border: none !important;
  background: transparent !important;
  box-sizing: border-box;
}

/* ===== 各項目ブロック間 ===== */
.pet-front .pet-top-content .pet-consult-form tr{
  margin-bottom: 28px;
}

/* ===== フォームタイトル ===== */
.pet-front .pet-top-content .pet-consult-form
table tr:first-child td{
  text-align: center;
  margin: 8px 0 24px;
  padding: 14px;
  border: 1px solid #4b3f46;
  border-radius: 10px;
}

/* font size="-1" を完全に上書き */
.pet-front .pet-top-content .pet-consult-form
table tr:first-child td font{
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #4b3f46 !important;
}

/* ===== 各項目タイトル（見出し） ===== */
.pet-front .pet-top-content .pet-consult-form
table tr:not(:first-child) td:first-child{
  font-size: 16px;
  font-weight: 700;
  color: #4b3f46;
  margin-bottom: 8px;
  text-align: left;
}

/* 必須マーク */
.pet-front .pet-top-content .pet-consult-form
td:first-child strong{
  color: #c0392b;
  font-size: 12px;
  margin-left: 6px;
}

/* ===== 入力欄 ===== */
.pet-front .pet-top-content .pet-consult-form
input[type="text"],
.pet-front .pet-top-content .pet-consult-form textarea{
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #d6cfc7;
  background: #fff;
  font-size: 15px;
  box-sizing: border-box;
}

.pet-front .pet-top-content .pet-consult-form textarea{
  min-height: 120px;
  resize: vertical;
}

/* ===== チェックボックス ===== */
.pet-front .pet-top-content .pet-consult-form label{
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #444;
}

.pet-front .pet-top-content .pet-consult-form
input[type="checkbox"]{
  margin-right: 6px;
}

/* ===== 送信ボタン ===== */
.pet-front .pet-top-content .pet-consult-form
input[type="submit"]{
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 12px auto 0;
  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);
}

/* ===== スマホ微調整 ===== */
@media (max-width: 600px){
.pet-front .pet-top-content{
	margin-top: 0px;
}
  .pet-front .pet-top-content .pet-consult-form{
    padding: 20px 12px;
  }

  .pet-front .pet-top-content .pet-consult-form
  table tr:first-child td font{
    font-size: 20px !important;
  }
}

/* =====================================
   各項目タイトルを「完全に見出し」にする
===================================== */

/* お名前・メールアドレス等 */
.pet-front .pet-top-content .pet-consult-form
table tr:not(:first-child) td:first-child font{
  font-size: 17px !important;   /* ← 見出しサイズ */
  font-weight: 700 !important;
  color: #3f343a !important;
  line-height: 1.4;
}
/* =====================================
   項目タイトル＋必須（完全確定版）
   1行・中央揃え・ズレなし
===================================== */

/* ラベル行（お名前＋必須） */
.pet-front .pet-top-content .pet-consult-form
table tr:not(:first-child) td:first-child{
  display: flex !important;
  align-items: center !important;   /* ← 縦ズレ完全防止 */
  gap: 10px;
  margin-bottom: 8px;
}

/* 項目名（お名前・メール等） */
.pet-front .pet-top-content .pet-consult-form
table tr:not(:first-child) td:first-child font{
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #3f343a !important;
  line-height: 1.4;
}

/* 元の「*」は完全削除 */
.pet-front .pet-top-content .pet-consult-form
table tr:not(:first-child) td:first-child strong{
  display: none !important;
}

/* 必須バッジ（kmioffice.jp準拠） */
.pet-front .pet-top-content .pet-consult-form
table tr:not(:first-child) td:first-child::after{
  content: "必須";
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 700;
  color: #b23a2f;
  border: 1px solid #b23a2f;
  border-radius: 4px;
  line-height: 1;
}
/* =====================================
   チェック項目：最終・適正間隔（確定）
===================================== */

/* チェック1行 */
.pet-front .pet-top-content .pet-consult-form
td label{
  margin: 0 0 4px 0 !important;   /* ← 最小限 */
  line-height: 1.4 !important;
  display: flex;
  align-items: center;
}

/* チェックボックスと文字の距離 */
.pet-front .pet-top-content .pet-consult-form
td input[type="checkbox"]{
  margin-right: 6px !important;
}

/* チェック項目ブロック全体の下余白 */
.pet-front .pet-top-content .pet-consult-form
td{
  margin-bottom: 8px !important;
}

/* ===== スマホ下固定CTA ===== */
.sp-fixed-cta {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.3s ease;
}

/* 表示状態 */
.sp-fixed-cta.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ボタン共通 */
.sp-cta-btn {
  width: 50%;
  padding: 14px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

/* 電話（ポップ・安心） */
.sp-cta-btn.tel {
  background: #ff8a80; /* コーラルピンク */
}

/* フォーム（元気・信頼） */
.sp-cta-btn.form {
  background: #4fc3f7; /* ライトブルー */
}

/* PCでは非表示 */
@media screen and (min-width: 769px) {
  .sp-fixed-cta {
    display: none;
  }
}
