@charset "utf-8";
/********************************************
  よくある質問
*********************************************/
.ly_faq{
  background-color: #ffffff;
}
.faq{
  max-width:800px;
  width:90%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 75px;
}
.faq__title{
  margin-top: 95px;
  margin-bottom: 45px;
}
.faq__detail{
  padding: 30px 0;
  width: 100%;
  border-top: 1px #000000 solid;
}
.faq__detail:last-of-type{
  border-bottom: 1px #000000 solid;
}
.faq__questions{
  width: 100%;
  display: table;
  cursor: pointer;
}
.faq__quest{
  display: table-cell;
}
.faq__quest--icon{
  width:100px;
  font-size: 16px;
  text-align: center;
}
.faq__quest--question{
  font-size: 16px;
  font-weight: normal;
  width:650px;
  line-height: 1.5;
  vertical-align: top;
}
.faq__quest--arrow{
  vertical-align: top;
  background-image: url('/assets/images/common/q_arrow.png');
  background-repeat: no-repeat;
  background-position: 0 10px;
}
.faq__quest--arrow.actived{
  background-image: url('/assets/images/common/q_arrow_on.png');
}
.faq__answer{
  padding:20px 50px 0 100px;
  width: 100%;
  display: none;
  line-height: 1.5;
}
.faq__answer a:link,.faq__answer a:visited{
  text-decoration: underline;
}

.faq__btn{
  width:183px;
  height:30px;
  line-height: 30px;
  margin: 25px auto;
  display: block;
  background-color: #E8A323;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
}
.faq__btn:link,.faq__btn:visited{
  color:#ffffff;
}
.faq__ans{
  clear: both;
  display: block;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .faq__title{
    margin-top: 45px;
    margin-bottom: 20px;
  }
  .faq__quest--icon{
    width:15px;
    font-size: 14px;
  }
  .faq__quest--question{
    font-size: 12px;
    width: 80%;
  }
  .faq__quest--arrow{
    width:15px
  }
  .faq__answer{
    padding:0;
    font-size: 12px;
    padding: 10px  10% 0 13%;
    line-height: 1.5;
  }

}