@charset "utf-8";
/* CSS Document */
/*よくある質問ページ*/
.page-title-area {
  background-image: url("../img/faq/title-area.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 230px;
  position: relative;
}
.page-title-area__title {
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 4.0rem;
  text-shadow: 0px 3px 6px #808080;
  padding-top: 90px;
}
.page-title-area__frame {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
}
/*よくある質問　カテゴリーセクション*/
.section-category {
  padding: 40px 15px 60px;
  max-width: 768px;
  margin: 0 auto;
}
.section-category__content {
  display: flex;
  justify-content: center;
}
.section-category__category {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  border-right: 1px solid #634e4e;
  padding: 0 10px;
}
.section-category__category a {
  color: #634e4e;
}
.section-category__category:last-child {
  border-right: 0;
}
/*よくある質問 施設・託児・病児病後児・予約・その他*/
.section-faq {
  padding: 0 15px 35px;
  max-width: 768px;
  margin: 0 auto;
}
.section-faq__category-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  padding-bottom: 10px;
  text-align: left;
}
.section-faq__content {
  cursor: pointer;
  margin-top: 10px;
}
.section-faq__question {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  padding: 13px 50px 15px 50px;
  border: 1px solid #bbb6b6;
  position: relative;
  line-height: 1.5;
}
.section-faq__question::after {
  position: absolute;
  top: 14px;
  right: 20px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  content: '';
  transform: rotate(135deg);
  border-top: 5px solid #0FB9B1;
  border-right: 5px solid #0FB9B1;
}
.section-faq__question::before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: url("../img/faq/q_icon_mini.svg");
}
.section-faq__answer {
  padding: 17px 10px 20px;
  line-height: 1.5;
  text-align: left;
  border: 1px solid #bbb6b6;
  background-color: #f5f5f5;
}
.section-faq a {
  text-decoration: underline;
  color: #634e4e;
  font-weight: 700;
}
.section-faq__answer--description2 {
  padding-top: 10px;
}
.em {
  font-weight: 700;
}
/*お問い合わせ案内*/
.section-contact {
  background-image: url("../img/top/accent-5dots_green-line.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  background-color: #f2fdfa;
  margin-top: 25px;
}
.section-contact__message {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2.4rem;
  padding: 50px 0 16px;
}
.section-contact__message-sub {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.section-contact__memo {
  max-width: 768px;
  margin: 0 auto;
  text-align: left;
  padding: 0 45px 40px;
}
.display-none {
  display: none;
}
/*LINEボタン*/
.section-contact__line {
  font-size: 2.0rem;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  border-radius: 15px;
  background-color: #06c755;
  padding: 14px 20px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin: 30px auto 15px;
}
.section-contact__line img {
  padding-right: 7px;
  vertical-align: middle;
  height: 28px;
}
.section-contact__line:after {
  content: "\A 公式LINEを[友達追加]ください";
  white-space: pre;
  font-size: 1.6rem;
  padding-left: 70px;
  vertical-align: top;
}
/*フォームボタン*/
.section-contact__form {
  font-size: 2.0rem;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  border-radius: 15px;
  background-color: #45aaf2;
  padding: 28px 40px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin: 0 auto 40px;
}
.section-contact__form img {
  padding-right: 7px;
  vertical-align: middle;
  height: 17px;
}
/*PC用表示 タイトル・セクション間装飾*/
@media(min-width: 1410px) {
  .page-title-area__title {
    font-size: 2.8vw;
  }
}