@charset "UTF-8";
#cta-6882cceb78bd8e1b5be6f5dd {
  /* ===============================
     FAQボックス全体
  ================================ */
  /* ===============================
     質問部分（クリック領域）
  ================================ */
  /* トグルアイコン（＋／−） */
  /* ===============================
     回答部分（初期状態は閉じる）
  ================================ */
  /* 回答部分（開いた状態） */
  /* ===============================
     セクションタイトル・画像
  ================================ */
  /* PC表示時の画像サイズ */
  /* ===============================
     リンク装飾（回答内のリンク）
  ================================ */
  /* ===============================
     モバイル用フォントサイズ調整
  ================================ */
}
#cta-6882cceb78bd8e1b5be6f5dd .question_sec_kyujin {
  background-color: #1abc9c;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#cta-6882cceb78bd8e1b5be6f5dd .faq-question {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 16px 48px 16px 16px;
  position: relative;
  cursor: pointer;
}
#cta-6882cceb78bd8e1b5be6f5dd .faq-toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  user-select: none;
  pointer-events: none;
  /* トグル単体クリック不可 */
}
#cta-6882cceb78bd8e1b5be6f5dd .faq-answer {
  background-color: #fff;
  color: #333;
  font-size: 18px;
  line-height: 1.9;
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.3s ease;
}
#cta-6882cceb78bd8e1b5be6f5dd .faq-answer.open {
  padding: 30px 34px;
  max-height: 7000px;
  opacity: 1;
}
#cta-6882cceb78bd8e1b5be6f5dd .question_section_title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
}
#cta-6882cceb78bd8e1b5be6f5dd .question_section_img {
  width: 90% !important;
  height: auto !important;
  display: block !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  /* 中央寄せ */
}
@media screen and (min-width: 768px) {
  #cta-6882cceb78bd8e1b5be6f5dd .question_section_img {
    width: 50% !important;
  }
}
#cta-6882cceb78bd8e1b5be6f5dd .faq-answer a {
  color: #007BFF !important;
  /* 青色 */
  text-decoration: underline !important;
  /* 下線あり */
}
@media screen and (max-width: 767px) {
  #cta-6882cceb78bd8e1b5be6f5dd .faq-question {
    font-size: 16px;
  }
  #cta-6882cceb78bd8e1b5be6f5dd .faq-answer {
    font-size: 16px;
  }
  #cta-6882cceb78bd8e1b5be6f5dd .question_section_title {
    font-size: 18px;
  }
}