@charset "UTF-8";
/* FAQ accordion styles (provisional for qa/index_qa.html) */
/* ===== FAQ start ===== */
.faq-block {
  margin-top: 40px;
  margin-bottom: 40px;
}
.faq-block .ttl-01 {
  text-align: center;
  margin-bottom: 40px;
  color: #555;
  font-size: 172%;
  line-height: 1.5em;
}
.faq-item {
  border-bottom: 1px solid #f3c4d6;
}
/* Neutralize .qa h2 banner styles from qa/200612/style-*.css */
.qa h2.faq-ttl {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: left;
}
.faq-question {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 28px 10px 28px 55px;
  border: none;
  background: url(/~/Media/com/flady/fladycc/top/2609/question.png) no-repeat 20px center;
  background-size: 20px auto;
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
  font: inherit;
  color: #555;
}
.faq-q-txt {
  flex: 1;
  padding-right: 16px;
  font-size: 114.29%;
  line-height: 1.6;
  color: #555;
  font-weight: bold;
}
.faq-icon {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: #e88aab;
  top: 50%;
  left: 50%;
}
.faq-icon::before {
  width: 18px;
  height: 2px;
  margin: -1px 0 0 -9px;
}
.faq-icon::after {
  width: 2px;
  height: 18px;
  margin: -9px 0 0 -1px;
  transition: opacity 0.2s;
}
.faq-item.is-open .faq-icon::after {
  opacity: 0;
}
.faq-answer {
  display: none;
  box-sizing: border-box;
}
.faq-answer-body {
  padding: 16px 50px 16px 75px;
  margin: 0 0 10px;
  box-sizing: border-box;
  line-height: 1.6;
  background: url(/~/Media/com/flady/fladycc/top/2609/answer.png) no-repeat 20px 20px #fff;
  background-size: 20px auto;
}
.faq-a-txt {
  font-size: 100%;
  line-height: 1.8;
  color: #555;
}
.faq-a-txt p {
  margin: 0 0 1.2em;
}
.faq-block .faq-btn-more {
  width: 520px;
  max-width: 100%;
  margin: 40px auto 0;
}
.faq-block .faq-btn-more a {
  padding-left: 1.5em;
  padding-right: 2em;
  box-sizing: border-box;
}
/* ===== FAQ end ===== */

@media screen and (max-width: 768px) {
  /* ===== FAQ start ===== */
  .faq-block {
    margin-top: 6vw;
    margin-bottom: 8vw;
  }
  .faq-block .ttl-01 {
    margin-bottom: 8vw;
    font-size: 5.35vw;
  }
  .faq-item {
    border-bottom: 1px solid #f3c4d6;
  }
  .faq-question {
    align-items: center;
    padding: 5.5vw 3vw 5.5vw 12vw;
    background: url(/~/Media/com/flady/fladycc/top/2609/question.png) no-repeat 2.5vw 5.5vw;
    background-size: 4.818vw auto;
  }
  .faq-q-txt {
    padding-right: 3vw;
    font-size: 3.73vw;
    line-height: 1.55;
  }
  .faq-icon {
    width: 5vw;
    height: 5vw;
    margin-top: 0.2em;
  }
  .faq-icon::before {
    width: 4.5vw;
    height: 2px;
    margin: -1px 0 0 -2.25vw;
  }
  .faq-icon::after {
    width: 2px;
    height: 4.5vw;
    margin: -2.25vw 0 0 -1px;
  }
  .faq-answer-body {
    padding: 4vw 4vw 4vw 12vw;
    margin: 0 0 2.604vw;
    background: url(/~/Media/com/flady/fladycc/top/2609/answer.png) no-repeat 2.5vw 4vw #fff;
    background-size: 5.208vw auto;
  }
  .faq-a-txt {
    font-size: 3.47vw;
    line-height: 1.75;
  }
  .faq-block .faq-btn-more {
    width: 90%;
    margin-top: 8.677vw;
  }
  .faq-block .faq-btn-more a {
    padding-left: 4vw;
    padding-right: 6vw;
    line-height: 1.4;
  }
  /* ===== FAQ end ===== */
}
