/* ===============================
 施設登録案内ページ
================================ */
.guidance {
  font-family:
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  color: #5a4a42; /* 柔らかい茶色 */
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.6;
}

/* --- ステップ枠（オレンジのボックス） --- */
.stepbar {
  background: #ffffff;
  border: 3px solid #ff9d4d; /* オレンジ */
  border-radius: 20px;
  padding: 35px 25px 25px;
  margin-bottom: 40px;
  position: relative;
  box-shadow: 0 6px 0 #fff5eb;
}

/* STEPラベル */
.steptitle {
  position: absolute;
  top: -20px;
  left: 20px;
  background: #ff9d4d;
  color: #ffffff;
  padding: 6px 24px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1rem;
  box-shadow: 0 4px 0 #e67e22;
}
/* STEPラベル */
.steptitle-01 {
  position: absolute;
  top: -20px;
  left: 20px;
  background: #ff9d4d;
  color: #ffffff;
  padding: 6px 24px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1rem;
  box-shadow: 0 4px 0 #e67e22;
}

.heading-6 {
  font-size: 1.4rem;
  margin: 0 0 10px 0;
  color: #e67e22;
  display: block;
}

.txt {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.05rem;
}

/* --- 準備するものリスト --- */
.list-4 {
  background: #fff9f4;
  padding: 15px 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 1px dashed #ff9d4d;
}

.list-label {
  font-weight: bold;
  color: #e67e22;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.list-4 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-4 li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
  text-align: left;
}

.list-4 li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #ff9d4d;
  font-size: 0.8em;
  top: 0.1em;
}

.guidance-text {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 20px;
}

/* --- ボタン設定 --- */
.btn-group {
  display: flex;
  gap: 15px;
}

.button-1,
.button-54 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s;
  text-align: center;
}

/* 登録・ログイン（オレンジ） */
.button-1 {
  background: linear-gradient(#ff6b00 0, #ff8c1a 100%);
  color: #ffffff;
  box-shadow: 0 4px 0 #e67e22;
}

.button-1:active {
  transform: translateY(3px);
  box-shadow: 0 1px 0 #e67e22;
}

/* マニュアル（白背景） */
.button-54 {
  background: #ffffff;
  color: #ff9d4d;
  border: 2px solid #ff9d4d;
}

/* 縦並び用（保護者向け資料など） */
.btn-group.-vertical {
  flex-direction: column;
}

/* ==========動画ガイダンス（強調版）============== */
.movie-guidance {
  max-width: 1100px; /* 全体を拡大 */
  margin: 0 auto 56px;
  background: #fff3e6;
  border: 4px solid #ffb978; /* 外枠を太く */
  border-radius: 28px;
  padding: 36px;
  box-sizing: border-box;
  box-shadow: 0 10px 24px rgba(255, 152, 0, 0.25);
  font-family: "Noto Sans JP", sans-serif;
}

/* 見出し */
.heading-7 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.25rem;
  color: #e65100;
  margin: 0 0 26px;
  font-weight: bold;
}

/* 再生アイコン */
.heading-7::before {
  content: "▶";
  width: 30px;
  height: 30px;
  font-size: 0.85rem;
  background: #ff9800;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(255, 152, 0, 0.4);
}

/* ===== 動画フレーム（大きく） ===== */
.guidance_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
  border-radius: 20px;
  overflow: hidden;

  /* 内側フレーム */
  border: 6px solid #fff;
  box-shadow:
    inset 0 0 0 3px #ffd9b3,
    0 8px 18px rgba(230, 126, 34, 0.35);
}

/* iframe */
.guidance_inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* --- レスポンシブ --- */
@media (max-width: 768px) {
  .btn-group {
    flex-direction: column;
  }

  .linn-contact-inner {
    flex-direction: column;
    text-align: center;
  }

  .steptitle {
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    text-align: center;
  }
  .steptitle-01 {
    left: 50%;
    transform: translateX(-50%);
    width: 83%;
    text-align: center;
  }

  .stepbar {
    padding-top: 40px;
    text-align: center;
  }
  .movie-guidance {
    margin: 0 12px 40px;
    padding: 20px;
    border-radius: 22px;
  }

  .heading-7 {
    font-size: 1.05rem;
    margin-bottom: 18px;
  }

  .heading-7::before {
    width: 26px;
    height: 26px;
    font-size: 0.75rem;
  }

  .guidance_inner {
    border-radius: 16px;
    border-width: 4px;
  }
  .txt {
    text-align: left;
    font-size: 1.05rem;
  }
}
/* ページ全体 */
.content-wrapper {
  padding: 40px 0 80px;
}

.page-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: var(--text-color);
  margin-bottom: 15px;
}

.page-description {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 60px;
  line-height: 1.6;
}

/* 各資料セクション */
.material-section {
  margin-bottom: 80px;
}

.material-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-orange);
  border-left: 5px solid var(--primary-orange);
  padding-left: 15px;
  margin-bottom: 25px;
}

.material-description {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* 資料アイテム（画像とダウンロードボタン） */
.material-item {
  display: flex;
  gap: 30px;
  align-items: flex-start; /* 上揃え */
  background: #fdfdfd;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.material-thumbnail {
  width: 300px; /* サムネイル画像の幅 */
  height: auto;
  border-radius: 8px;
  object-fit: contain; /* 画像が収まるように */
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.material-info {
  flex: 1;
}

.material-info h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--text-color);
  margin-bottom: 10px;
}

.file-size {
  font-size: 13px;
  color: #888;
  margin-bottom: 20px;
}

.download-button {
  display: inline-flex;
  align-items: center;
  background-color: var(--primary-orange);
  color: #fff !important;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(255, 152, 0, 0.2);
}

.download-button:hover {
  background-color: var(--primary-orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 152, 0, 0.3);
}

.download-icon {
  font-size: 20px;
  margin-left: 10px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .page-title {
    font-size: 24px;
  }
  .material-item {
    flex-direction: column; /* スマホでは縦並び */
    align-items: center;
    gap: 20px;
  }
  .material-thumbnail {
    width: 100%;
    max-width: 400px; /* 最大幅 */
  }
  .material-title {
    font-size: 20px;
  }
  .material-info {
    text-align: center;
  }
}

/* 形式説明エリア */
.format-guide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 50px;
}

.guide-box {
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.guide-box h4 {
  margin-bottom: 10px;
  font-weight: bold;
}

.guide-box.png {
  background-color: #e8f5e9; /* 薄い緑（透明のイメージ） */
  border: 1px solid #c8e6c9;
}

.guide-box.jpg {
  background-color: #f5f5f5; /* 薄いグレー（不透明のイメージ） */
  border: 1px solid #e0e0e0;
}

/* ダウンロードグループ */
.download-group {
  display: flex;
  gap: 10px;
  width: 60%;
  margin: auto;
}

.btn-dl {
  flex: 1;
  text-align: center;
  padding: 12px 10px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  transition: 0.3s;
}

/* PNGボタン（オレンジ枠） */
.png-btn {
  border: 2px solid var(--primary-orange);
  color: var(--primary-orange);
  background: transparent;
}

.png-btn:hover {
  background: var(--primary-orange);
  color: #fff;
}

/* JPGボタン（オレンジ塗りつぶし） */
.jpg-btn {
  border: 2px solid var(--primary-orange);
  background: var(--primary-orange);
  color: #fff !important;
}

.jpg-btn:hover {
  background: var(--primary-orange-dark);
  border-color: var(--primary-orange-dark);
}

/* プレビューエリアの調整 */
.asset-preview {
  background-image:
    linear-gradient(
      45deg,
      #f0f0f0 25%,
      transparent 25%,
      transparent 75%,
      #f0f0f0 75%
    ),
    linear-gradient(
      45deg,
      #f0f0f0 25%,
      transparent 25%,
      transparent 75%,
      #f0f0f0 75%
    );
  background-size: 20px 20px;
  background-position:
    0 0,
    10px 10px;
  background-color: #fff; /* 背景が透明であることを示す市松模様 */
  text-align: center;
}
.asset-preview img {
  width: 250px;
}
.asset-title {
  margin-top: 20px;
  text-align: center;
}
.asset-info p {
  text-align: center;
}
@media (max-width: 768px) {
  .format-guide {
    grid-template-columns: 1fr;
  }
  .download-group {
    flex-direction: column;
  }
}
/* ガイドラインセクション（禁止事項特化） */
.guideline-section {
  margin-top: 60px;
  padding: 0 20px;
}

.ng-container {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff5f5; /* 警告をイメージする薄い赤 */
  border: 2px solid #ffcccc;
  border-radius: 16px;
  padding: 40px;
}

.ng-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.ng-header h2 {
  color: #d32f2f; /* 濃い赤 */
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.ng-icon {
  font-size: 30px;
}

.ng-lead {
  text-align: center;
  color: #666;
  font-size: 15px;
  margin-bottom: 40px;
}

/* NG例のグリッド */
.ng-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 40px;
}

.ng-card {
  text-align: center;
}

.ng-preview {
  background: #fff;
  border: 1px solid #eee;
  height: 100px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

/* バツ印 */
.ng-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(211, 47, 47, 0.8);
  font-size: 60px;
  font-weight: bold;
  pointer-events: none;
}

.ng-card p {
  font-size: 12px;
  font-weight: bold;
  color: #d32f2f;
}

/* 各NGパターンのシミュレート */
.img-deform {
  transform: scaleX(1.8);
  opacity: 0.5;
}
.img-color {
  filter: hue-rotate(90deg);
  opacity: 0.5;
}
.img-effect {
  filter: drop-shadow(5px 5px 2px #000);
  opacity: 0.5;
}
.img-overlay {
  background: var(--primary-orange);
  color: #fff;
  padding: 5px 20px;
}

/* 箇条書きリスト */
.ng-list-wrapper {
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: 8px;
}

.ng-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ng-check-list li {
  font-size: 14px;
  color: #444;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}

.ng-check-list li::before {
  content: "●";
  color: #d32f2f;
  position: absolute;
  left: 5px;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .ng-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ng-container {
    padding: 25px 15px;
  }
}

/* ===== ヘッダー ===== */

.release-header {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 28px;
  border-bottom: 2px dashed #daeeff;
}

.release-header .meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.release-header .date {
  font-size: 0.8rem;
  color: #7eb8e0;
  font-weight: 600;
  letter-spacing: 0.06em;
  background: #f0f9ff;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid #daeeff;
}

.release-header .date::before {
  content: "📅";
  font-size: 0.75rem;
}

.release-header .category-badge {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #5bb8f5, #2d6a9f);
  padding: 3px 12px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}

/* カテゴリ内のリンクも白に */
.release-header .category-badge a {
  color: #fff;
  text-decoration: none;
}

.release-header h1 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1e3a52;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* ===== 本文 ===== */

.release-content {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 36px;
  box-shadow:
    0 2px 8px rgba(45, 106, 159, 0.08),
    0 1px 2px rgba(0, 0, 0, 0.04);
  border: 1.5px solid #daeeff;
  line-height: 1.85;
  color: #2c3e50;
  font-size: 0.975rem;
}

.release-content h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #2d6a9f;
  margin: 1.8em 0 0.7em;
  padding-left: 14px;
  border-left: 4px solid #5bb8f5;
}

.release-content h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1e3a52;
  margin: 1.5em 0 0.5em;
}

.release-content p {
  margin: 0 0 1em;
}

.release-content ul,
.release-content ol {
  padding-left: 1.6em;
  margin: 0 0 1em;
}

.release-content li {
  margin-bottom: 0.4em;
}

.release-content img {
  max-width: 100%;
  border-radius: 10px;
  border: 1.5px solid #daeeff;
  margin: 1em 0;
}

.release-content a {
  color: #2d6a9f;
  text-underline-offset: 3px;
}

.release-content a:hover {
  color: #5bb8f5;
}

.release-content strong {
  color: #1e3a52;
}

/* ===== 関連マニュアルボックス ===== */

.related-manual {
  background: linear-gradient(135deg, #f0f9ff 0%, #e8f4fd 100%);
  border: 1.5px solid #b3d9f7;
  border-radius: 16px;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.related-manual::before {
  content: "📖";
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 1.6rem;
  opacity: 0.5;
}

.related-manual h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #2d6a9f;
  margin: 0;
  letter-spacing: 0.02em;
}

.related-manual p {
  font-size: 0.875rem;
  color: #5a7a90;
  margin: 0;
  line-height: 1.6;
}

.btn-manual-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  padding: 10px 22px;
  background: #2d6a9f;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 24px;
  text-decoration: none;
  letter-spacing: 0.03em;
  width: fit-content;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 3px 10px rgba(45, 106, 159, 0.25);
}

.btn-manual-link:hover {
  background: #1e5080;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(45, 106, 159, 0.35);
}

/* ===== ナビゲーション ===== */

.release-nav {
  padding-top: 8px;
}

.release-nav a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2d6a9f;
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 20px;
  border: 1.5px solid #b3d9f7;
  background: #f0f9ff;
  transition:
    background 0.18s,
    color 0.18s,
    border-color 0.18s;
}

.release-nav a:hover {
  background: #2d6a9f;
  color: #ffffff;
  border-color: #2d6a9f;
}

/* ===== レスポンシブ ===== */

@media (max-width: 600px) {
  .release-note-single {
    padding: 32px 16px 60px;
  }

  .release-content {
    padding: 24px 20px;
  }

  .release-header h1 {
    font-size: 1.3rem;
  }

  .related-manual {
    padding: 20px 20px;
  }
}
/* ===== リリースノート 一覧ページ ===== */

.site-main {
  padding: 48px 24px 80px;
  min-height: 100vh;
}

.site-main .inner {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* ===== アーカイブヘッダー ===== */

.archive-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 28px;
  border-bottom: 2px dashed #daeeff;
}

.archive-header h1 {
  font-size: 1.7rem;
  font-weight: 800;
  color: #1e3a52;
  margin: 0;
  letter-spacing: 0.03em;
  padding-left: 18px;
  position: relative;
}

.archive-header h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 1.2em;
  background: linear-gradient(180deg, #5bb8f5, #f9a825);
  border-radius: 4px;
}

.archive-header p {
  font-size: 0.9rem;
  color: #5a7a90;
  margin: 0;
  padding-left: 18px;
  line-height: 1.65;
}

/* ===== カードリスト ===== */

.release-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ===== カード1枚 ===== */

.release-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 28px;
  box-shadow:
    0 2px 8px rgba(45, 106, 159, 0.08),
    0 1px 2px rgba(0, 0, 0, 0.04);
  border: 1.5px solid #daeeff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition:
    box-shadow 0.22s ease,
    transform 0.22s ease,
    border-color 0.22s ease;
}

.release-card:hover {
  box-shadow:
    0 8px 24px rgba(45, 106, 159, 0.14),
    0 2px 6px rgba(0, 0, 0, 0.06);
  transform: translateY(-3px);
  border-color: #5bb8f5;
}

/* メタ（日付・カテゴリ） */

.release-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.release-meta .date {
  font-size: 0.8rem;
  color: #7eb8e0;
  font-weight: 600;
  letter-spacing: 0.06em;
  background: #f0f9ff;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid #daeeff;
}

.release-meta .date::before {
  content: "📅";
  font-size: 0.75rem;
}

.release-meta .category {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #5bb8f5, #2d6a9f);
  padding: 3px 12px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}

.release-meta .category a {
  color: #fff;
  text-decoration: none;
}

/* タイトル */

.release-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e3a52;
  margin: 0;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

.release-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.18s;
}

.release-title a:hover {
  color: #2d6a9f;
}

/* 抜粋 */

.release-excerpt {
  font-size: 0.875rem;
  color: #5a7a90;
  line-height: 1.75;
  margin: 0;
}

/* 詳細リンク */

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #2d6a9f;
  text-decoration: none;
  padding: 7px 16px;
  border-radius: 20px;
  border: 1.5px solid #b3d9f7;
  background: #f0f9ff;
  width: fit-content;
  transition:
    background 0.18s,
    color 0.18s,
    border-color 0.18s;
  align-self: flex-start;
}

.read-more:hover {
  background: #2d6a9f;
  color: #ffffff;
  border-color: #2d6a9f;
}

/* ===== ページネーション ===== */

.pagination {
  display: flex;
  justify-content: center;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  margin: 0 3px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border: 1.5px solid #daeeff;
  background: #ffffff;
  color: #2d6a9f;
  transition:
    background 0.18s,
    color 0.18s,
    border-color 0.18s;
}

.pagination .page-numbers:hover {
  background: #f0f9ff;
  border-color: #5bb8f5;
}

.pagination .page-numbers.current {
  background: #2d6a9f;
  color: #ffffff;
  border-color: #2d6a9f;
}

.pagination .page-numbers.dots {
  border-color: transparent;
  background: transparent;
  color: #7eb8e0;
  pointer-events: none;
}

/* 空状態 */

.site-main > .inner > p {
  color: #5a7a90;
  font-size: 0.9rem;
  text-align: center;
  padding: 48px 0;
  background: #fff;
  border-radius: 16px;
  border: 1.5px dashed #daeeff;
}

/* ===== レスポンシブ ===== */

@media (max-width: 600px) {
  .site-main {
    padding: 32px 16px 60px;
  }

  .archive-header h1 {
    font-size: 1.35rem;
  }

  .release-card {
    padding: 20px 18px;
  }

  .pagination .page-numbers {
    min-width: 32px;
    height: 32px;
    font-size: 0.8rem;
    margin: 0 2px;
  }
}

/* マニュアル専用デザイン */
.manual-page-container {
  max-width: 950px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: sans-serif;
}
.manual-intro {
  text-align: center;
  margin-bottom: 40px;
}
.manual-category {
  color: #ff9800;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.manual-intro h1 {
  font-size: 32px;
  color: #333;
  border-bottom: 3px solid #ff9800;
  display: inline-block;
  padding-bottom: 10px;
}
.manual-content {
  line-height: 1.8;
  color: #444;
  font-size: 16px;
}

/* 下部ボタン */
.manual-tips {
  background: #fff8e1;
  border: 1px solid #ffe0b2;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  margin-top: 60px;
}
.cta-button {
  display: inline-block;
  background: #ff9800;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
}

/* スタンダード：華やかなオレンジ・ゴールド系 */

/* 操作手順の見出しエリア */
.manual-guide-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f1f5f9;
}

.manual-guide-header h2 {
  font-size: 22px;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.manual-guide-header h2::before {
  content: "⚙️";
  margin-right: 10px;
  font-size: 20px;
}

.image-notice {
  font-size: 14px;
  color: #f97316; /* オレンジ色で強調 */
  font-weight: 600;
  margin: 0;
}

/* 画像にホバーした時のエフェクト */
.manual-content img:hover {
  opacity: 0.9;
  transition: 0.3s;
}
/* 画像の最大サイズ設定を解除して、拡大時に制限されないようにする */
.manual-content img {
  max-width: 100%;
  height: auto;
  transition: transform 0.2s ease;
}

/* ホバー時に少し浮き上がる演出（クリックできることを伝える） */
.manual-content img:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
/* ブラッシュアップ版：抜粋（機能説明）のデザイン */
.manual-page-description {
  margin: 32px auto;
  padding: 24px 30px;
  background: #ffffff;
  border: 2px solid #f1f5f9; /* 柔らかな境界線 */
  border-radius: 12px;
  color: #475569;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  max-width: 800px;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); /* ほんの少し浮かす */
}

/* 「この機能について」というラベルを左上に配置 */
.manual-page-description::before {
  content: "この機能について";
  position: absolute;
  top: -12px;
  left: 20px;
  background: linear-gradient(#ff6b00, #ff8c1a);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  padding: 2px 12px;
  border-radius: 100px;
  letter-spacing: 0.05em;
}

/* 抜粋内のテキストの微調整 */
.manual-page-description p {
  margin: 0;
}
.setup-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}
.setup-item {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #fbcfe8;
  border-radius: 8px;
  overflow: hidden;
}
.setup-text {
  flex: 1;
  padding: 15px;
  display: flex;
  gap: 10px;
}
.setup-num {
  background: #be185d;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}
.setup-img-sm {
  width: 150px; /* 画像を小さく固定 */
  height: 80px;
  border-left: 1px solid #eee;
}
.setup-img-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 枠に合わせて切り抜き */
  cursor: zoom-in;
}

/* スマホでは縦に並べる */
@media (max-width: 600px) {
  .setup-item {
    flex-direction: column;
  }
  .setup-img-sm {
    width: 100%;
    height: auto;
  }
  .manual-intro h1 {
    font-size: 25px;
    text-align: left;
    margin-top: 5px;
  }
}
/* 設定ボタン（メイン画面） */
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
}

.setup-trigger-btn {
  background: #ffffff;
  border: 2px solid #f97316;
  color: #f97316;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}

.setup-trigger-btn:hover {
  background: #f97316;
  color: #fff;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.2);
}

/* モーダル背景 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダル窓 */
.modal-window {
  background: #fff;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  border-radius: 20px;
  position: relative;
  padding: 40px 20px 20px;
  overflow-y: auto;
  transform: translateY(20px);
  transition: all 0.3s;
}

.modal-overlay.is-active .modal-window {
  transform: translateY(0);
}

/* 閉じるボタン */
.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 30px;
  color: #64748b;
  cursor: pointer;
}

/* モーダル内の設定手順デザイン調整 */
.modal-body .setup-container {
  margin: 0;
  border: none;
  box-shadow: none;
  padding: 0;
}
/* 存在感抜群の設定ボタン */
.setup-trigger-btn {
  background: linear-gradient(
    135deg,
    #f97316 0%,
    #ed8936 100%
  ); /* 鮮やかなオレンジ */
  color: #ffffff !important;
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

/* キラッと光るアニメーション */
.setup-trigger-btn::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(30deg);
  transition: all 0.5s;
  animation: shine-button 3s infinite;
}

@keyframes shine-button {
  0% {
    left: -60%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.setup-trigger-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.4);
  filter: brightness(1.1);
}

/* アイコンに動きをつける */
.setup-trigger-btn span {
  font-size: 18px;
  display: inline-block;
  animation: rotate-gear 4s linear infinite;
}

@keyframes rotate-gear {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* モーダル内ステップの見出しデザイン */
.setup-text-part h3 {
  font-size: 16px;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
}

/* 説明文の微調整 */
.setup-text-part p {
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
  margin: 0;
}

/* 強調文字の色 */
.setup-text-part strong {
  color: #f97316;
  background: linear-gradient(transparent 70%, #ffedd5 70%);
}
/* 操作手順の横並びレイアウト */
.manual-step-row {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f1f5f9;
}

.step-content-side {
  flex: 1; /* テキスト側を広げる */
}

.step-image-side {
  flex: 0 0 45%; /* 画像側を45%の幅で固定 */
}

.step-image-side img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  cursor: zoom-in;
}

/* スマホ対応：横幅が狭くなったら縦に並べる */
@media (max-width: 768px) {
  .manual-step-row {
    flex-direction: column;
    gap: 20px;
  }
  .step-image-side {
    width: 100%;
  }
}
/* 戻るボタンのスタイル */
.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background-color: #f0f0f0; /* 薄いグレー */
  color: #333;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9em;
  transition: background-color 0.3s;
  text-decoration: none;
  margin-right: auto; /* ボタンを左側に寄せる */
}

.back-btn:hover {
  background-color: #e0e0e0;
}

.back-btn span {
  font-weight: bold;
}

/* header-topのレイアウト調整（flexbox） */
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between; /* 要素を左右に配置 */
  gap: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
  margin-bottom: 15px;
}

.header-top h2 {
  margin: 0;
  flex-grow: 1; /* タイトルが中央に寄るように調整 */
  text-align: center;
}
/* コンテンツ下のナビゲーションエリア */
.manual-footer-nav {
  margin-top: 40px; /* コンテンツとの余白 */
  padding-top: 20px;
  border-top: 1px solid #eee;
  text-align: center; /* 中央寄せ */
}

/* 一番下にある戻るボタンのスタイル */
.back-btn-bottom {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  background-color: #f8f8f8;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 30px; /* 角丸を強めにしてボタンらしく */
  cursor: pointer;
  font-size: 1em;
  transition: all 0.3s;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.back-btn-bottom:hover {
  background-color: #eee;
  border-color: #ccc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.back-btn-bottom span {
  font-weight: bold;
}

/* =========================================
   検索結果ページ (search.php)
   ========================================= */
.search-results-page {
  padding: 40px 20px;
  background-color: #fff;
}

.page-header {
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
}

.page-title {
  font-size: 2rem;
  color: #333;
}

.search-results-list {
  max-width: 800px;
  margin: 0 auto;
}

.search-result-item {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  transition: box-shadow 0.3s;
}

.search-result-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.result-meta {
  margin-bottom: 8px;
}

/* 投稿タイプ（例：マニュアル）のラベル */
.post-type-label {
  background-color: #e2e6ea;
  color: #495057;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
}

.result-title {
  font-size: 1.4rem;
  margin: 0 0 10px 0;
}

.result-title a {
  text-decoration: none;
  color: #007bff;
}

.result-title a:hover {
  text-decoration: underline;
}

.result-excerpt {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* 検索結果がなかった場合 */
.no-results {
  text-align: center;
  padding: 40px;
  background: #f8f9fa;
  border-radius: 10px;
}

/* ページネーション */
.search-pagination {
  margin-top: 40px;
  text-align: center;
}
/* --- 共通設定 --- */
.manual-container {
  font-family:
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
}

/* --- プランタグ --- */
.plan-tags {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.tag-label {
  font-weight: bold;
  font-size: 0.9em;
}
.plan-tag {
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
}
.tag-minimum {
  background-color: #6c757d;
} /* グレー */
.tag-basic {
  background: linear-gradient(45deg, #70c8bf, #1aa7c7);
} /* 青 */
.tag-standard {
  background: linear-gradient(#ff6b00, #ff8c1a);
} /* 緑 */

/* --- 特強調・活用例（ピンク系） --- */
.usage-example-box {
  background-color: #f0fdf4;
  border-left: 5px solid #22c55e;
  padding: 20px;
  margin: 30px 0;
  border-radius: 0 10px 10px 0;
}
.usage-example-box h3 {
  color: #9d174d;
  margin-top: 0;
  font-size: 1.2em;
}

/* --- 注意ポイント（赤系） --- */
.manual-caution-box {
  border: 1px solid #ff4d4d;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff5f5;
  margin: 20px 0;
}
.manual-caution-box h3 {
  margin-top: 0;
  color: #d63031;
  font-size: 1.1em;
}

/* --- 運用アドバイス（青系） --- */
.manual-advice-box {
  border: 1px solid #007bff;
  padding: 15px;
  border-radius: 10px;
  background-color: #f0f7ff;
  margin: 20px 0;
}
.manual-advice-box h3 {
  margin-top: 0;
  color: #0056b3;
  font-size: 1.1em;
}

/* --- 補足情報・INFO（グレー系） --- */
.manual-info-box {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;
  background-color: #f9f9f9;
  margin: 20px 0;
}
.manual-info-box h3 {
  margin-top: 0;
  font-size: 1.1em;
}

/* ステップ項目 */
.manual-step-item {
  margin-bottom: 40px;
}
.step-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f3f4f6;
  padding-bottom: 8px;
}
.step-label {
  background: linear-gradient(#ff6b00, #ff8c1a);
  color: #fff;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8em;
}
.step-title {
  margin: 0;
  font-size: 1.2em;
}
.step-description {
  margin-bottom: 15px;
  line-height: 1.6;
}

/* 注意ボックス */
.manual-caution-box {
  border: 1px solid #ff4d4d;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff5f5;
  margin-top: 20px;
}
.manual-caution-box h3 {
  margin-top: 0;
  color: #d63031;
  font-size: 1.1em;
}
.manual-caution-box ul {
  margin-bottom: 0;
  padding-left: 20px;
}

/* アドバイスボックス */
.manual-advice-box {
  border: 1px solid #007bff;
  padding: 15px;
  border-radius: 10px;
  background-color: #f0f7ff;
  margin-top: 20px;
}
.manual-advice-box h3 {
  margin-top: 0;
  color: #0056b3;
  font-size: 1.1em;
}
/* すでに提供済みのCSSに追加してお使いください */
.status-card .badge.ok {
  background: #dcfce7;
  color: #166534;
}
.badge {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  line-height: 1.4;
}

.badge.warn {
  background-color: #fff4e5;
  color: #d97706;
  border: 1px solid #facc15;
}
.badge.ok {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}
.badge.warn {
  background: #fff4e5;
  color: #d97706;
  border: 1px solid #facc15;
}
.badge.ng {
  background: #fdecea;
  color: #d32f2f;
  border: 1px solid #f5c6cb;
}
/* ===============================
問い合わせ　コンタクトページ
================================ */
.cw-contact-section {
  background-color: #fff;
  padding: 60px 20px;
  color: #333;
  box-sizing: border-box;
  line-height: 1.6;
}

.cw-contact-section * {
  box-sizing: border-box;
}

/* レイアウトコンテナ */
.cw-contact-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

/* --- 左側コンテンツ --- */
.cw-contact-left {
  flex: 1;
  min-width: 300px;
}

.cw-contact-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #2f3841;
}

.cw-contact-desc {
  font-size: 16px;
  margin-bottom: 40px;
  color: #555;
}

/* 画像プレースホルダー */
.cw-contact-illustration {
  text-align: center;
}
.cw-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

/* --- 右側フォームエリア --- */
.cw-contact-right {
  flex: 0 0 400px; /* 固定幅 */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cw-contact-container {
    display: block;
  }
}
@media (max-width: 768px) {
  .cw-contact-right {
    flex: 100%;
  }
  .page-title {
    font-size: 1.5rem;
  }
}

.cw-contact-form {
  background-color: #f8f8f8;
  padding: 30px 30px 0;
  border-radius: 8px;
}

.cw-form-group {
  margin-bottom: 20px;
}

.cw-form-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

.cw-badge-required {
  background: linear-gradient(#ff6b00 0, #ff8c1a 100%);
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 8px;
  font-weight: normal;
}

.cw-form-input,
.cw-form-select,
.cw-form-textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  background-color: #fff;
  appearance: none; /* デフォルトスタイル解除 */
}

.cw-form-input:focus,
.cw-form-select:focus,
.cw-form-textarea:focus {
  outline: none;
  border-color: #4da5ff;
  box-shadow: 0 0 0 3px rgba(77, 165, 255, 0.2);
}

.cw-form-textarea {
  height: 120px;
  resize: vertical;
}

/* セレクトボックスの矢印調整 */
.cw-select-wrapper {
  position: relative;
}
.cw-select-wrapper::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666;
  pointer-events: none;
}

/* プライバシーポリシー */
.cw-form-privacy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.cw-privacy-label {
  font-size: 14px;
  font-weight: bold;
  display: block;
  align-items: center;
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
}
.cw-privacy-check {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.cw-privacy-notes {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  font-size: 11px;
  color: #666;
}
.cw-privacy-notes li {
  margin-bottom: 5px;
}
.cw-privacy-notes a,
.cw-footer-note a {
  color: #007bff;
  text-decoration: underline;
}

/* 送信ボタン */
.cw-submit-btn {
  width: 100%;
  background: linear-gradient(#ff6b00 0, #ff8c1a 100%);
  color: white;
  border: none;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: opacity 0.3s;
  box-shadow: 0 4px 6px rgba(255, 69, 78, 0.2);
  margin-top: 30px;
}

.cw-submit-btn:hover {
  opacity: 0.9;
}

/* フッター注釈 */
.cw-footer-note {
  font-size: 10px;
  color: #666;
  margin-top: 20px;
  line-height: 1.5;
}
/* ==========================================================
// LINE問い合わせ
// ========================================================== */

.linn-contact-section {
  padding: 40px 20px;
  background: #f8fbfb;
  margin-top: 50px;
  display: block;
}
@media (max-width: 768px) {
  .linn-contact-section {
    display: none;
  }
}
.linn-contact-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  align-items: center;
}

/* 左カラム */
.linn-contact-left {
  flex: 1;
}
.linn-badge {
  display: inline-block;
  background: #e6f7f3;
  color: #038a74;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13px;
  margin-bottom: 10px;
}
.linn-title {
  font-size: 22px;
  margin: 0 0 8px 0;
  line-height: 1.2;
  color: #08393a;
}
.linn-desc {
  margin: 0 0 16px 0;
  color: #425a5b;
}
.linn-ctas {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
}
.linn-btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}
.linn-btn-primary {
  background: #00c46b;
  color: #fff;
  box-shadow: 0 6px 14px rgba(0, 196, 107, 0.12);
}
.linn-btn-primary:active {
  transform: translateY(1px);
}
.linn-btn-ghost {
  background: transparent;
  border: 1px solid #cfeee3;
  color: #08393a;
}

/* 右カラム */
.linn-contact-right {
  width: 220px;
  text-align: center;
}
.linn-qr-wrap {
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(2, 38, 36, 0.06);
}
.linn-qr {
  width: 180px;
  height: 180px;
  object-fit: contain;
  display: block;
}
.linn-line-info {
  margin-top: 10px;
}
.linn-line-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e6f7f3;
}
.linn-line-icon {
  color: #00c46b;
}
.linn-line-name {
  font-weight: 700;
  color: #08393a;
}
.linn-small {
  font-size: 13px;
  color: #6e8383;
  margin: 6px 0 0 0;
}

/* レスポンシブ */
@media (max-width: 860px) {
  .linn-contact-inner {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .linn-contact-left {
    text-align: center;
  }
  .linn-btn-primary {
    margin: 0 auto;
  }
  .linn-contact-right {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
  .linn-qr {
    width: 140px;
    height: 140px;
    margin: 0 auto;
  }
}

@media (max-width: 420px) {
  .linn-title {
    font-size: 18px;
  }
  .linn-btn {
    padding: 10px 12px;
    font-size: 14px;
    margin: 0 auto;
  }
  .linn-qr-wrap {
    display: none;
  }
  .linn-line-info {
    display: none;
  }
  .linn-contact-section {
    padding: 0 15px 5px;
  }
  .linn-contact-left {
    text-align: center;
  }
}
/* ===============================
  Contact Phone
================================ */
/* カード本体 */
.contact-card {
  background: linear-gradient(to top, #ffebd8, #ffffff);
  border-radius: 20px;
  box-shadow: 0 12px 24px rgba(40, 47, 60, 0.15); /* 少し柔らかい影に */
  padding: 30px 20px; /* 上下の余白を広げてゆとりを */
  width: 95%; /* スマホで左右に少し隙間を作る */
  max-width: 450px;
  text-align: center;
  margin: 20px auto;
  box-sizing: border-box;
}

/* タイトルテキスト */
.card-title {
  color: #ff8c00;
  font-weight: bold;
  font-size: clamp(1.1rem, 4vw, 1.4rem); /* 画面幅に合わせて流動的に変化 */
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

/* 電話番号エリア */
.phone-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; /* 折り返しを許可 */
  gap: 8px;
  margin-bottom: 8px;
}

.phone-icon {
  width: 24px;
  height: 24px;
  fill: #ff8c00;
}

.phone-number {
  /* スマホでタップしやすいようフォントサイズを最適化 */
  font-size: clamp(1.8rem, 8vw, 2.4rem);
  font-weight: 800;
  text-decoration: none;
  color: #333;
  transition: opacity 0.2s;
}

.phone-number:hover {
  opacity: 0.7;
}

/* 受付時間 */
.business-hours {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 25px; /* ボタンとの間隔 */
  display: block;
}

/* 予約ボタン */
.reserve-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff8c00;
  color: #ffffff;
  text-decoration: none;
  width: 100%; /* スマホでは横幅いっぱい */
  max-width: 320px; /* デスクトップでは広がりすぎない */
  margin: 0 auto;
  padding: 16px 20px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
  box-sizing: border-box;
}

/* ボタンのホバーエフェクト */
.reserve-button:hover {
  background-color: #e67e00;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 140, 0, 0.4);
}

/* 小さい画面(375px以下)向けの微調整 */
@media (max-width: 375px) {
  .contact-card {
    padding: 20px 15px;
  }
  .phone-number {
    font-size: 1rem;
  }
  .reserve-button {
    font-size: 1.1rem;
    padding: 14px 15px;
  }
}
/* ===============================
   問い合わせ（オレンジBOXセクション）
================================ */
.orange-contact-section {
  padding: 50px 20px;
  text-align: center;
  background: linear-gradient(to bottom, #fff7e6, #ffe0b3);
}

.orange-contact-title {
  margin-bottom: 80px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.orange-contact-sub {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

/* Box Container */
.orange-contact-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.orange-contact-box {
  width: 300px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  text-align: center;
  position: relative;
  overflow: visible;
  box-shadow: 0 12px 12px rgba(40, 47, 60, 0.3);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.orange-contact-box:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 10px 20px rgba(255, 122, 0, 0.3);
}

.orange-contact-img {
  width: 80%;
  height: 150px;
  margin: -85px auto 15px;
  border-radius: 8px;
}

.orange-contact-heading {
  margin: 10px 0;
  font-size: 18px;
  color: #ff7a00;
}

.orange-contact-text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  text-align: left;
}

.orange-contact-btn {
  width: 100%;
  padding: 12px 20px;
  display: inline-block;
  background: linear-gradient(#ff6b00 0, #ff8c1a 100%);
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  transition:
    background 0.3s ease,
    transform 0.2s ease;
}

.orange-contact-btn:hover {
  background: #e96a00;
  transform: scale(1.05);
}
/* Responsive */
@media (max-width: 768px) {
  .orange-contact-container {
    flex-direction: column;
    align-items: center;
  }
  .orange-contact-box {
    margin-top: 50px;
  }
}

/* ===============================
   エラーメッセージ
================================ */
.error-title {
  text-align: center;
  color: red;
}

.error-message {
  text-align: center;
}

.error-sub-text {
  margin-bottom: 50px;
}

.error-image {
  width: 200px;
  margin: 0 auto;
}

/* ===============================
   問い合わせページ（SMRJ）
================================ */
.smrj-download-section {
  padding: 0 20px;
  background: #fff;
}

.smrj-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.smrj-text-box {
  flex: 1 1 50%;
  position: relative;
}

.smrj-badge {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100px;
  height: 100px;
  background: #f8b400;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
}

.smrj-subtitle {
  margin-left: 100px;
  font-size: 16px;
  font-weight: bold;
  color: #f8b400;
}

.smrj-title {
  margin: 15px 0 0 100px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

.smrj-description {
  margin: 0 0 0 100px;
  font-size: 14px;
  color: #333;
}

.smrj-image-box {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
  position: relative;
}

.smrj-img-back {
  z-index: 1;
}

.smrj-img-front {
  width: 70%;
  max-width: 350px;
  border-radius: 6px;
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.contact-img {
  width: 70%;
  height: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .smrj-download-section {
    padding: 10px 20px;
  }

  .smrj-container {
    display: block;
    padding: 0;
    gap: 15px;
  }

  .smrj-badge {
    top: -10px;
    left: -10px;
    width: 70px;
    height: 70px;
    font-size: 12px;
  }

  .smrj-subtitle,
  .smrj-title,
  .smrj-description {
    margin-left: 80px;
  }

  .smrj-subtitle {
    font-size: 14px;
  }

  .smrj-title {
    font-size: 20px;
  }

  .smrj-description {
    font-size: 13px;
  }

  .smrj-img-back {
    width: 50%;
    max-width: 200px;
  }

  .smrj-img-front {
    width: 60%;
    max-width: 250px;
  }

  .contact-img {
    width: 100%;
  }
}

/* さらに狭い幅用 */
@media (max-width: 600px) {
  .smrj-title {
    font-size: 17px;
  }
}
/* ===============================
   SMRJ Contact Section
================================ */
.smrj-contact-section {
  padding: 40px 20px;
  background: #fff;
  text-align: left;
}

.smrj-contact-container {
  max-width: 800px;
  margin: 0 auto;
}

.smrj-contact-subtitle {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #f8b400;
}

.smrj-contact-title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

.smrj-contact-text {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 600px) {
  .smrj-contact-subtitle {
    font-size: 14px;
  }
  .smrj-contact-title {
    font-size: 18px;
  }
  .smrj-contact-text {
    font-size: 13px;
  }
}

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

.pagination .page-numbers {
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  margin: 0 5px;
}
.latest-news-ticker {
  text-align: center;
  margin-top: 15px;
}
.news-badge {
  background: #ef4444;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8em;
  margin-right: 10px;
}

/* FAQ全体のスタイル */
.qa-accordion {
  border: none; /* 枠線を消す */
  border-radius: 12px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.qa-accordion:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px); /* マウスを乗せると少し浮く */
}

/* 質問部分（summary） */
.qa-accordion summary {
  padding: 20px 25px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  position: relative;
  font-size: 1.05rem;
  color: #1e293b;
}

/* 質問部分の右側のアイコン */
.qa-accordion summary::after {
  content: "+";
  position: absolute;
  right: 25px;
  font-size: 1.5rem;
  color: #3b82f6;
  font-weight: bold;
}

.qa-accordion[open] summary::after {
  content: "−";
}

/* 回答ボックス */
.qa__box {
  padding: 0 25px 25px 25px;
  display: flex;
  gap: 20px;
  border-top: 1px solid #f1f5f9;
  padding-top: 20px;
  background: #f8fafc;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* 「A」アイコン */
.qa-box__a-icon {
  background: #3b82f6;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 8px; /* 丸より角丸が最近のトレンド */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
}

/* テキスト */
.qa__box p {
  margin: 0;
  line-height: 1.8;
  color: #475569;
}

/* ===== リリースノート 詳細ページ ===== */

.release-note-single {
  padding: 48px 0px 80px;
  min-height: 100vh;
}

.release-note-single .inner {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* ==========================================================
   テトテル HP制作キャンペーン セクション
========================================================== */

/* --- 1. セクション全体 --- */
.tetoteru-hp-campaign {
  background: url(../img/bk-img.jpg) no-repeat center / cover;
  padding: 80px 0 0;
}
.tetoteru-hp-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
/* 料金明細ボックスのスタイル */
.tetoteru-hp-price-box {
  background: #f0f7ff;
  border: 2px solid #2563eb;
  border-radius: 16px;
  padding: 30px;
  margin: 40px 0;
  text-align: center;
}

.tetoteru-hp-price-title {
  font-size: 1.5rem;
  color: #1e3a8a;
  margin-bottom: 20px;
}

.price-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.price-card {
  background: #fff;
  padding: 15px 25px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.card-label {
  font-size: 0.9rem;
  color: #6b7280;
  margin: 0;
}

.card-price {
  font-size: 1.4rem;
  font-weight: bold;
  color: #111827;
  margin: 5px 0 0 0;
}

.card-price span {
  font-size: 0.9rem;
  font-weight: normal;
}

.plus-icon {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2563eb;
}

.price-total {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.total-amount {
  font-size: 2.5rem;
  color: #e11d48;
}

.price-note {
  font-size: 0.85rem;
  color: #6b7280;
}

/* スマホ対応 */
@media (max-width: 600px) {
  .price-cards {
    flex-direction: column;
  }
  .total-amount {
    font-size: 2rem;
  }
}

/* --- 2. ヘッドライン --- */
.tetoteru-hp-tag {
  display: inline-block;
  background: linear-gradient(#ff6b00 0, #ff8c1a 100%);
  color: #fff;
  padding: 6px 15px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}

.tetoteru-hp-main-title {
  font-size: 36px;
  font-weight: 800;
  color: #333;
  line-height: 1.4;
  margin-bottom: 10px;
}

.tetoteru-hp-main-title .highlight {
  background: linear-gradient(transparent 60%, #ffe0b2 0%);
  padding: 0 5px;
  white-space: nowrap;
}

.tetoteru-hp-sub-title {
  font-size: 24px;
  font-weight: normal;
  color: #c45d36;
  margin-bottom: 40px;
}

.price-discount {
  color: #e53935;
  font-size: 1.5em;
  font-weight: 900;
}
.hp-design-box {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.hp-design img {
  max-width: 100%;
  height: auto;
  display: block;
}
.hp-design01 {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
}
/* --- 3. コンテンツ＆特典 --- */
.tetoteru-hp-content-box {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  text-align: left;
}
.tetoteru-hp-benefit-title {
  font-size: 26px;
  font-weight: bold;
  color: #ff6b00;
  border-bottom: 3px solid #ff7a4f;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 25px;
}

.tetoteru-hp-lead-text {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

.tetoteru-hp-lead-text strong {
  color: #333;
}

/* --- 追加特典ブロック --- */
.tetoteru-hp-bonus-block {
  background: #fff8e1;
  border: 2px dashed #ff6b00;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 30px;
  text-align: center;
}

.bonus-tag {
  display: inline-block;
  background-color: #ffc000;
  color: #333;
  font-weight: 900;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 15px;
}

.bonus-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  color: #333;
  text-align: left;
}

/* --- 特典リスト --- */
.tetoteru-hp-features {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tetoteru-hp-features li {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  border-left: 3px solid #ff7a4f;
  padding-left: 15px;
}

/* --- 4. CTA --- */
.tetoteru-hp-call-to-action {
  text-align: center;
  border-top: 1px dashed #ddd;
  padding-top: 30px;
}

.tetoteru-hp-note {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
}

.tetoteru-hp-button {
  display: inline-block;
  background: linear-gradient(#ff6b00 0, #ff8c1a 100%);
  color: #fff;
  padding: 15px 40px;
  border-radius: 8px;
  text-decoration: none;
  transition:
    background-color 0.3s,
    transform 0.2s;
  box-shadow: 0 8px 15px rgba(255, 122, 79, 0.4);
}

.tetoteru-hp-button:hover {
  background-color: #e06842;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 122, 79, 0.5);
}

.button-main-text {
  display: block;
  font-size: 22px;
  font-weight: bold;
}

.button-sub-text {
  display: block;
  font-size: 14px;
  opacity: 0.8;
  margin-top: 3px;
}
.download-btn {
  background: linear-gradient(#ff6b00, #ff8c1a);
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 400px;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    transform 0.2s;
  width: 100%;
}

/* ==========================================================
   5. レスポンシブ（Max-width: 768px）
   ※ 重複していた 768px メディアクエリは統合済み
========================================================== */
@media (max-width: 768px) {
  .tetoteru-hp-campaign {
    padding: 60px 0;
  }

  .tetoteru-hp-main-title {
    font-size: 28px;
  }

  .tetoteru-hp-sub-title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .tetoteru-hp-content-box {
    padding: 30px 20px;
  }

  .tetoteru-hp-benefit-title {
    font-size: 22px;
  }

  .tetoteru-hp-lead-text {
    font-size: 16px;
  }

  .tetoteru-hp-features {
    gap: 12px;
  }

  .tetoteru-hp-button {
    padding: 12px 25px;
  }

  .button-main-text {
    font-size: 20px;
  }

  .tetoteru-hp-bonus-block {
    padding: 20px;
  }

  .bonus-tag {
    font-size: 14px;
  }

  .bonus-text {
    font-size: 16px;
  }
}
