@charset "UTF-8";
/* =============================================
花秘書 TOPページ埋め込み用 Q&Aスタイル
サイト既存CSS（default_renew.scss）に準拠
font: 游ゴシック体系 / color: #2d2d2d / letter-spacing: 0.05em
    ============================================== */
.faq-section {
  margin-top: 100px;
  /* アコーディオン本体 */
  /* Q部分 */
  /* A部分 */
  /* FAQ詳細ページへのリンクボタン */
  /* システムページ　用の記述
  https://c15.future-shop.jp/FutureShop2/GoodsGroupAdvance/S80
  スマートフォン上級デザイン設定のスマートフォン下部コメントに記載し、javascriptで場所移動
  */
}
@media screen and (max-width: 768px) {
  .faq-section {
    margin-top: 60px;
    padding: 0 10px;
  }
  .faq-section h3 {
    font-size: 120%;
  }
  .faq-section h3.spSysHl {
    background-color: #908449;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 9px;
    margin: 0 -10px 25px;
  }
}
.faq-section .faq-subtitle {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .faq-section .faq-subtitle {
    text-align: center;
  }
}
.faq-section .faq-item {
  border-bottom: 1px solid #e0e0e0;
}
.faq-section .faq-item:first-of-type {
  border-top: 1px solid #e0e0e0;
}
.faq-section .faq-question {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  color: #2d2d2d;
  letter-spacing: 0.05em;
  line-height: 1.6;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faq-section .faq-question::marker, .faq-section .faq-question::-webkit-details-marker {
  display: none;
}
.faq-section .faq-question .q-label {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: #91854a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  margin-top: 2px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .faq-section .faq-question {
    font-size: 14px;
    padding: 16px 4px;
  }
}
details[open] .faq-section .faq-question .q-label {
  background: #555;
}
.faq-section .faq-answer {
  display: flex;
  gap: 14px;
  padding: 0 6px 18px 6px;
}
.faq-section .faq-answer .a-label {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  color: #ff2456;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  margin-top: 2px;
  border: 1px solid #ff2456;
  line-height: 1;
}
.faq-section .faq-answer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #2d2d2d;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .faq-section .faq-answer p {
    font-size: 14px;
  }
}
.faq-section .faq-answer a {
  color: #ff2456;
  text-decoration: underline;
}
.faq-section .faq-answer a:hover {
  opacity: 0.6;
}
.faq-section .faq-link {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .faq-section .faq-link a {
    font-weight: bold;
    font-size: 110%;
    display: block;
    line-height: 1.4;
    width: 280px;
    text-align: center;
    border: 1px solid #908449;
    border-radius: 2px;
    padding: 6px 10px;
    margin: 0 auto 80px;
  }
}
.faq-section.spSys {
  padding-bottom: 0;
}
.faq-section.spSys h2 {
  background-color: #908449;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 9px;
  margin: 0 -10px 15px;
}
.faq-section.spSys .faq-link a {
  margin-bottom: 60px;
}
/*# sourceMappingURL=for_faq.css.map */