@charset "UTF-8";
/* ページタイトル -------------------------------------------*/
#gekijoFaq #pageTitle h2 {
  color: #e63114;
}

/* FAQ ---------------------------------------------------*/
#gekijoFaq {
  font-feature-settings: "pkna";
}
#gekijoFaq dl {
  width: 94%;
  margin: 0 auto 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e63114;
}
@media print, screen and (min-width: 640px) {
  #gekijoFaq dl {
    width: 100%;
  }
}
#gekijoFaq dl dt {
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #e63114;
}
#gekijoFaq dl dd {
  display: none;
  padding-bottom: 20px;
}
#gekijoFaq p {
  font-size: 1rem;
  line-height: 1.8;
  overflow: hidden;
  padding-top: 5px;
  margin-bottom: 15px;
}
#gekijoFaq span {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
}
#gekijoFaq .open-btn {
  cursor: pointer;
  padding: 0.4em 0 0 6px;
}
#gekijoFaq .close-btn {
  cursor: pointer;
  color: #fff;
  margin-top: 10px;
  font-size: 0.8rem;
  text-align: center;
  padding: 2px 0;
  background: #9ac627;
  border-radius: 3px;
}
#gekijoFaq .icon-q {
  float: left;
  display: inline-block;
  text-align: center;
  padding: 7px 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  border-radius: 3px;
  color: #fff;
  margin-right: 12px;
  background: #e63114;
}
#gekijoFaq .icon-a {
  float: left;
  display: inline-block;
  text-align: center;
  padding: 7px 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  border-radius: 3px;
  color: #fff;
  margin-right: 12px;
  background: #9ac627;
}

/*# sourceMappingURL=faq.css.map */
