@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* お問い合わせフォーム CSS - 4pla 出会い検証ナビ */

/* 必須マークのスタイル */
.required-mark {
  display: inline-block;
  background-color: #dc3545;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 8px;
  vertical-align: middle;
}

/* 任意マークのスタイル */
.optional-mark {
  display: inline-block;
  background-color: #6c757d;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 8px;
  vertical-align: middle;
}

/* フィールド補足説明のスタイル */
.field-note {
  display: block;
  font-size: 12px;
  color: #666666;
  margin-top: 6px;
  font-weight: 400;
  line-height: 1.5;
}

/* セレクトボックスのスタイル */
.wpcf7-form select {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #111111;
  background-color: #f8f8f8;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23111111' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.wpcf7-form select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #111111;
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.1);
}

/* プライバシーポリシーセクション */
.privacy-policy-section {
  background-color: #f8f8f8;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  padding: 16px 20px;
  margin-bottom: 24px;
}

.privacy-policy-section .wpcf7-list-item {
  margin: 0;
}

.privacy-policy-section .wpcf7-list-item label {
  font-size: 15px;
  font-weight: 500;
  color: #111111;
}

.privacy-policy-section a {
  color: #111111;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.privacy-policy-section a:hover {
  color: #333333;
  text-decoration: none;
}

.privacy-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* 送信セクション */
.submit-section {
  text-align: center;
  margin-top: 32px;
}

.submit-note {
  font-size: 13px;
  color: #666666;
  margin-top: 16px;
  line-height: 1.6;
}

/* プレースホルダーのスタイル強化 */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder,
.wpcf7-form select::placeholder {
  color: #999999;
  opacity: 1;
}

/* テキストエリアのプレースホルダー改行対応 */
.wpcf7-form textarea {
  white-space: pre-wrap;
}

/* レスポンシブ対応の追加 */
@media (max-width: 768px) {
  .required-mark,
  .optional-mark {
    font-size: 10px;
    padding: 2px 6px;
    margin-left: 6px;
  }
  
  .field-note {
    font-size: 11px;
  }
  
  .privacy-policy-section {
    padding: 12px 16px;
  }
  
  .privacy-policy-section .wpcf7-list-item label {
    font-size: 14px;
  }
}
  .supervisor-box {
    border: 1px solid #d1d5db;
    padding: 16px;
    display: flex;
    gap: 16px;
    background-color: #ffffff;
    margin: 20px 0;
  }
  
  .supervisor-image-wrapper {
    flex-shrink: 0;
    position: relative;
  }
  
  .supervisor-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
  }
  
  .supervisor-badge {
    position: absolute;
    left: 0;
    background-color: #1f2937;
    color: #ffffff;
    font-size: 11px;
    padding: 8px 8px;
    font-weight: bold;
  }
  
  .supervisor-content {
    flex: 1;
    min-width: 0;
  }
  
  .supervisor-title {
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
  }
  
  .supervisor-description {
    font-size: 12px;
    color: #374151;
    line-height: 1.6;
  }
  
  .read-more {
    color: #2563eb;
    cursor: pointer;
    text-decoration: none;
  }
  
  .read-more:hover {
    text-decoration: underline;
  }
.supervisor-title {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4;
  margin: 3em 0 1em;
  position: relative;
  padding: 0 .5em .5em;
}

@media (min-width: 600px) {
  .supervisor-title {
    font-size: 1.3em;
  }
}

/* スマホフッター　デフォルト（PCなど）では非表示にする場合 */
.custom-sticky-footer-banner {
  display: none;
}

/* スマホフッター　スマートフォン表示用の設定 (例: 画面幅が767px以下の場合) */
@media screen and (max-width: 767px) {
  .custom-sticky-footer-banner {
    display: block; /* スマホでは表示 */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999; /* 他の要素より手前に表示 */
    /* 必要に応じて背景色や余白などを調整 */
    background-color: #fff; /* バナーの背景に色をつける場合 */
    padding: 5px 0; /* 画像の上下に少し余白を持たせる場合 */
    text-align: center; /* 画像を中央寄せにする場合 */
  }
  .custom-sticky-footer-banner img {
    max-width: 100%; /* 画像が画面幅を超えないようにする */
    height: auto;    /* 高さを自動調整 */
    /* ご希望の800x160の比率を保ちつつ、スマホ画面に収まるように調整が必要な場合があります。
       例えば、横幅いっぱいに表示しつつ、縦横比を維持したい場合など。
       以下は横幅に合わせて高さを自動調整する例です。
       もし特定の高さを指定したい場合は、`height: 60px;`のように指定します。
    */
  }
}
[data-scrolled=true] .p-fixBtnWrap{
	bottom:15%;
}
