@charset "utf-8";

/* =========================================================
   全体トーン・フォントの完全統一
   ========================================================= */
body, .contentWrap {
  background-color: #faf6f3 !important;
  color: #4a4341 !important;
  font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", "Noto Sans JP", "游ゴシック", YuGothic, sans-serif !important;
}

/* =========================================================
   身バレ対策（Privacy）全体共通コンテナ
   ========================================================= */
.privacy-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

/* 白台紙カード（ピンクの細い線でボケアシ・飾り罫フレーム付） */
.contentBlock {
  max-width: 760px;
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 12px !important; 
  box-shadow: 0 10px 30px rgba(242, 161, 181, 0.08) !important; 
  border: 1px solid rgba(242, 161, 181, 0.15) !important;
  box-sizing: border-box !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

/* 飾り罫風の内枠 */
.contentBlock .inner-frame {
  border: 1px solid rgba(242, 161, 181, 0.25);
  border-radius: 14px;
  padding: 35px 30px;
  box-sizing: border-box;
}

/* --- 左右並びレイアウト（PC用） --- */
.privacy-flex-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 35px;
}

.privacy-text-side {
  width: 56%;
  flex-grow: 1;
}
.privacy-text-side p {
  font-size: 15px;
  line-height: 1.8;
  color: #5a5250;
  margin: 0;
  text-align: justify;
}

.privacy-img-side {
  width: 40%;
  max-width: 380px;
  flex-shrink: 0;
}
.privacy-img-side img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  border: 1px solid #ebdcd5;
}

/* --- 「身バレに関する疑問」用全幅設定 --- */
.faq-full-width {
  width: 100%;
}
.faq-full-width .privacy-text-side.faq-side {
  width: 100% !important;
}

/* --- 中間区切り「さらに」の装飾（文字サイズを少し拡大） --- */
.privacy-separator {
  text-align: center;
  margin: 35px 0;
  position: relative;
}
.privacy-separator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(242, 161, 181, 0.3);
  z-index: 1;
}
.privacy-separator span {
  position: relative;
  z-index: 2;
  background-color: #faf6f3;
  padding: 0 25px;
  color: #ff6283;
  font-size: 20px; /* 16pxから少し大きく修正 */
  font-weight: bold;
}

/* =========================================================
   「その他の身バレ対策」グリッドセクションのデザイン
   ========================================================= */
.sub-section-header {
  text-align: center;
  margin-bottom: 30px;
}
.sub-section-header .sub-lead {
  font-size: 15px;
  color: #cca752;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.sub-section-header h3 {
  font-size: 24px;
  color: #b3a2c7; 
  font-weight: bold;
  margin: 0;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.grid-item {
  background-color: rgba(242, 161, 181, 0.04);
  border: 1px dashed rgba(242, 161, 181, 0.4);
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
}
.grid-item .num {
  font-size: 14px;
  color: #ff6283;
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
}
.grid-item h4 {
  font-size: 16px;
  color: #4a4341;
  font-weight: bold;
  margin: 0 0 12px 0;
  border-bottom: 1px solid rgba(242, 161, 181, 0.2);
  padding-bottom: 5px;
}

/* 【追加】各見出し下の画像スペース */
.grid-item-img {
  width: 100%;
  margin-bottom: 12px;
}
.grid-item-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  border: 1px solid rgba(242, 161, 181, 0.2);
}

.grid-item p {
  font-size: 13px;
  line-height: 1.6;
  color: #665e5c;
  margin: 0;
}

/* =========================================================
   「身バレに関する疑問」FAQ部分のデザイン
   ========================================================= */
.faq-side {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.faq-item h3 {
  font-size: 18px;
  color: #ff6283;
  font-weight: bold;
  margin: 0 0 10px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.faq-item h3::before {
  content: "Q.";
  color: #cca752;
}
.faq-item p {
  font-size: 14px;
  line-height: 1.7;
  padding-left: 24px;
  margin: 0;
}

/* --- リンクボタン設定（中央揃えに変更） --- */
.privacy-btn-location.text-center-btn {
  margin-top: 30px;
  display: flex !important;
  justify-content: center !important; /* PC・スマホ問わず常に中央揃え */
  width: 100%;
}
.privacyLinkBtn {
  margin: 0 auto !important;
}
.privacyLinkBtn a {
  display: block !important;
  width: 100% !important;
  max-width: 340px !important;
  margin: 0 auto !important;
  background-color: #ff6283 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: bold !important;
  text-align: center !important;
  text-decoration: none !important;
  padding: 12px 30px !important;
  border-radius: 40px !important;
  box-sizing: border-box !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(255, 98, 131, 0.2) !important;
  line-height: 1.3 !important;
}
.privacyLinkBtn a span {
  font-size: 13px !important;
  font-weight: normal !important;
  opacity: 0.9;
  display: inline-block;
  margin-top: 2px;
}
.privacyLinkBtn a:hover {
  background-color: #cca752 !important;
  box-shadow: 0 6px 18px rgba(191, 158, 74, 0.3) !important;
  transform: translateY(-1px) !important;
}

/* --- 最下部画像バナー（完全中央揃え） --- */
.privacy-support-banner {
  width: 100%;
  margin: 30px auto 50px auto;
  display: flex;
  justify-content: center; /* コンテナ内画像を中央寄せ */
}
.privacy-support-banner img {
  width: 100%;
  max-width: 960px; /* 必要以上に広がりすぎないように最大幅を制限 */
  height: auto;
  display: block;
  border-radius: 12px;
  margin: 0 auto;
}

/* =========================================================
   スマートフォン環境（980px以下）の完全レスポンシブ最適化
   ========================================================= */
@media screen and (max-width: 980px) {
  .contentBlock {
    padding: 8px !important;
    margin-bottom: 25px !important;
  }
  .contentBlock .inner-frame {
    padding: 25px 15px;
    border-radius: 12px;
  }

  /* 高度な写真修正セクションのスマホ縦並び制御 */
  .privacy-flex-content {
    flex-direction: column-reverse !important; 
    gap: 20px !important;
  }

  .privacy-text-side, 
  .privacy-img-side {
    width: 100% !important;
    max-width: 100% !important;
  }

  .privacy-text-side p {
    font-size: 3.8vw !important; 
  }

  .privacy-img-side img {
    max-width: 480px;
    margin: 0 auto !important; 
  }

  /* その他の身バレ対策（グリッド：スマホ2列） */
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .sub-section-header h3 {
    font-size: 5vw;
  }
  .grid-item h4 {
    font-size: 3.8vw;
    margin-bottom: 2vw;
  }

  /* FAQスマホ調整 */
  .faq-item h3 {
    font-size: 4.2vw !important;
  }
  .faq-item p {
    font-size: 3.6vw !important;
    padding-left: 0;
    margin-top: 1.5vw;
  }

  /* スマホでのリンクボタン中央揃え維持 */
  .privacy-btn-location.text-center-btn {
    margin-top: 6vw;
  }
  .privacyLinkBtn a {
    width: 88% !important;
    max-width: 340px !important;
    font-size: 4.6vw !important; 
    padding: 3vw 5vw !important;
    white-space: nowrap !important; 
  }
  .privacyLinkBtn a span {
    font-size: 3.2vw !important;
  }
  
  .privacy-separator span {
    font-size: 4.5vw;
    padding: 0 15px;
  }
}

@media screen and (max-width: 560px) {
  /* 画面幅が非常に狭い場合はグリッドを1列に */
  .grid-container {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   ページトップ・ヘッダー見出し (heading) リニューアル
   ========================================================= */

/* 全体のベース設定 */
body {
  background-color: #fbf9f7; /* 暖かみのある薄グレー */
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  color: #333333;
}

h4 {
  font-size: 26px;
  font-size: 1.625rem;
  position: relative;
  padding: 0.5rem;
  text-align: center;
  color: #ff6283;
}

h4 span {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  color: black;
}