/** サービス FAQ */
.faq .title-area {
  background: url(../image/17486543.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
section.faq-index ul,
section.faq ul {
  margin-top: 20px;
}
section.faq li {
  padding-top: 60px;
}
section.faq li .question {
  font-weight: bold;
}
.plan.childcare h1 {
  font-size: 26px;
}
.plan.counseling h1 {
  font-size: 26px;
}
@media screen and (max-width: 580px) {
  .faq h1 {
  	font-size: 28px;
  }
  .plan.intensive h1 {
    font-size: 26px;
  }
  .plan.counseling h1 {
    font-size: 20px;
  }
  .plan.childcare h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  .faq h1 {
  	font-size: 24px;
  }
  .plan.intensive h1 {
    font-size: 22px;
  }
  .plan.counseling h1 {
    font-size: 18px;
  }
  .plan.childcare h1 {
    font-size: 18px;
  }
}
/** サービス プラン 短期集中プラン */
.plan.intensive .title-area {
  background: url(../image/24113719.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
/** サービス プラン カウンセリングコース */
.plan.counseling .title-area {
  background: url(../image/28147546.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
/** サービス プラン 子育て心理学講座 */
.plan.childcare .title-area {
  background: url(../image/30060815.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
.plan.childcare .childcare-logo-area {
  text-align: center;
}

section.price .service-plan-area {
  margin-top: 20px;
}
