@media screen and (min-width: 768px) {
  #page_faq p {
    line-height: 2;
  }
}

#page_faq #faq_top p {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  #page_faq #faq_top p {
    font-size: 18px;
  }
}

#page_faq #faq_content {
  background-color: #1d1d1d;
}

#page_faq #faq_content ul li {
  margin-bottom: 10px;
}

#page_faq #faq_content ul li .linkmargin {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

#panel > dt {
  border-bottom: solid 1px white;
  background-color: #f3f3f3;
  color: #000;
  border: solid 1px #000;
  cursor: pointer;
  padding: 10px 30px 10px 10px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

#panel > dt button {
  padding: 0;
  border: none;
  background: transparent;
  text-align: right;
  position: absolute;
  top: 10px;
  right: 10px;
}

#panel > dt button i {
  font-size: 25px;
}

#panel > dd {
  border-top: none;
  margin: 0px;
  padding: 20px 10px;
  color: #fff;
}
