/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.faq-question {
  position: relative;
  padding-right: 24px;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
}

.faq-question.is-open::after {
  content: "−";
}
.faq-question {
  position: relative;
  padding-right: 32px;
}

.faq-question {
  cursor: pointer;
  padding: 16px 32px 16px 0;
  border-bottom: 1px solid #e5e7eb;
}

.faq-question.is-open {
  color: #174876; /* サイトのメインカラーに合わせてOK */
}
.faq-accordion h3.is-open {
  background: #eef4fb;
}
.entry-content .faq-accordion h3::before {
  content: none !important;
  display: none !important;
}
.faq-accordion h3::before {
  content: "Q. ";
  font-weight: bold;
  color: #174876;
  margin-right: 4px;
}
.faq-answer::before {
  content: "A. ";
  display: block;
  font-weight: bold;
  color: #174876;
  margin-bottom: 6px;
}