@charset "utf-8";

.faq_content { margin:0 auto;}

.faq_content .faq_list {
  margin-top: 30px;

}
.faq_content .faq_list:after {
  content:"";display:block;clear:both;
}
.faq_content .faq_list li {
  float: left;
  width: 100%;

}
.faq_content .faq_list.answerbox li { margin-top:-90px; padding-top:90px;}
.faq_content .faq_list a {
  display: block;
  background: #fff;
  color: #000;
  text-decoration: none;
}
.faq_content .faq_list a:hover {

}
.faq_content .main_txt {
  padding: 18px 10px 18px 0;
  position: relative;
  border-bottom:1px solid #EEEEEE;

}
.faq_content .faq_list a:hover .main_txt {

}
.faq_content .link_icon {
  position: absolute;
  width: 6px;
  height: 10px;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
.faq_content .faq_list a:hover h3,
.faq_content .faq_list a:hover .link_icon {
  color: #f2aa00;
}
/*.faq_content .faq_list li:nth-child(2n+2) {
  margin-left: 20px;
}
.faq_content .faq_list li:nth-child(1),
.faq_content .faq_list li:nth-child(2) {
  margin-top: 0;
}*/
/*.faq_content .faq_list h3 {
  font-weight: normal;
  font-size: 1.6rem;
  margin-top: 2px;
  background:url(/ja/ir/faq/img/QA_off.svg) right no-repeat;background-size:11px;
 text-indent:-2.6em; padding-left:2.6em;
    padding-right: 18px;line-height:1.6em;
font-weight:normal
}*/
.faq_content .faq_list h3 {
  font-weight: normal;
  font-size: 1.6rem;
  margin-top: 2px;
  /*background:url(/ja/ir/faq/img/QA_off.svg) right no-repeat;background-size:11px;*/
  padding-right: 18px;line-height:1.6em;
  font-weight:normal
}

.faq_content .faq_list h3:after { content:" " ; width:1em; height:1em; background:url(/ja/ir/faq/img/QA_off.svg) right no-repeat; background-size:11px; position:absolute; top:40%; right:10px; }

.faq_content .faq_list .main_txt.active h3:after { content:" " ; width:1em; height:1em; background:url(/ja/ir/faq/img/QA_on.svg) right no-repeat; background-size:11px; position:absolute; top:40%; right:10px; }

.faq_content .faq_list h3 span  {
    font-size: 2.8rem;
    color: #FABF00;
    padding-right: 1.5em;
    font-family: "RobotoCondensed";
    font-weight: bold;
display:block;
float:left;
}
.faq_content .faq_list h3 span  {
    font-size: 2.8rem;
    color: #FABF00;
    padding-right:0.5em;
    font-family: "RobotoCondensed";
    font-weight: bold;
    display:block;
    float:left;
}
.faq_content .faq_list .descript {
  font-size: 1.3rem;
  color: #999;
  margin-top: 5px;
}
/*.faq_content .faq_list.question  .answer { display:none;}*/
.faq_content .faq_list .answer {
  color: #999;
  padding: 15px 0;
  margin-bottom:25px;
}
.faq_content .faq_list .answer.open { display:block;margin-bottom:40px; }

.faq_content .faq_list .answer dt {
  margin-top: 5px;
  width: auto;
  float: left;
  font-size: 2.8rem;
  color:#999999;
  font-family: "RobotoCondensed";
  font-weight: bold;
}
.faq_content .faq_list .answer dd {
  margin-left: 3.0em;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.8;
  margin-top: 0.8em;
  letter-spacing:0.04em;
  word-break: break-all;
}
.faq_content .faq_list .answer dd ol.answer_inner_list li {
  color:#333333;
  list-style-type: none !important;
  margin-top: 1em;
}

.faq_content .faq_list .answer a { background:none; display:inline; color: #f2aa00; text-decoration:none; }

.faq_content .faq_list .answer dd ol li { list-style:decimal inside; color:#999999; }
.faq_content .faq_list .answer dd ol li span { color:#333333;}


.faq_content .faq_list .answer dd svg {
    width: 10px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
}
