@charset "utf-8";
/* Updated date: 2017/05/8 *//* faq */
/*--------------------------------------------------*/
.faq {
  /* empty */
}
.faq-list {
  /* empty */
  margin-bottom: 60px;
}
.faq-list li {
  border-bottom: 1px dotted #cccccc;
}

.faq-question {
  line-height: 1.4;
  position: relative;
  padding: 15px 35px 15px 10px;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
  font-size:16px !important;
  color: #333333;
}

.faq-list h3{
  margin-bottom: 0;
  border:none;
}

.ua-nontouch .faq-question:hover {
  background-color: #fafafa;
}
.faq-question::before {
  font-family: "Sawarabi Mincho","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
  content: 'Q';
  color: #8e2940;
}
.faq-question::after {
  font-family: 'fontello';
  line-height: 1;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 1em;
  height: 1em;
  margin: auto 0;
  content: '\e804';
  -webkit-transition: -webkit-transform 500ms;
  transition:         transform 500ms;
  text-align: center;
  color: #333333;
}
.faq-question[aria-expanded='true']::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-answer {
  line-height: 1.4;
  padding: 20px 25px;
  background-color: #fafafa;
}
.faq-answer a,
.faq-answer p,
.faq-answer li{
  font-size: 1.4rem;
}
.faq-answer p{
  margin-bottom: 0;
}
.faq-answer a{
  display: inline-block;
}
.faq-answer ol li{
  display: block;
  border-bottom: none;
}
.bold{
  color: #8e2940;
  font-weight: bold;
}
/* media query */
@media (max-width: 575px) {
  .faq-question {
    font-size: 1.4rem !important;
    padding: 15px 30px 15px 5px;
  }
  .faq-question::before{
    font-size: 1.6rem;
    margin-right: 5px;
  }
  .faq-question::after {
    right: 5px;
  }
  .faq-answer{
    padding:15px;
  }
  .faq-answer a, .faq-answer p, .faq-answer li{
    font-size:1.3rem;
  }
}
