.faq {
}

.faq .faq-index {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px dotted #999;
  background: #f9f9f9;
}

.faq .faq-index .title {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 8px 0;
}

.faq .faq-index a.text {
  display: block;
  font-size: 1.5rem;
  line-height: 1.6;
}

.faq h1 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 20px 0;
}

.faq h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 50px 0 20px 0;
  border-bottom: 3px solid #000;
  padding: 0 0 6px 0;
}

.faq h3 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 40px 0 10px 0;
}

.faq .toggle-button {
  cursor: pointer;
  border-top: 1px solid #e5e5e5;
}

.faq li:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.faq .toggle-button .faq-q {
  color: #000;
  font-size: 1.6rem;
  text-align: left;
  padding: 15px 0 13px 0;
  box-sizing: border-box;
  line-height: 1.8;
  display: block;
  background-image: url(../../../img/common/sp-icon-arrow-bottom.png);
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: right center;
}

.faq .toggle-content {
  display: none;
}

.faq .open .toggle-content {
  display: block;
}


.faq .toggle-content .faq-a {
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 5px 0 20px 0;
  color: #333;
}
