/*
 * FAQ Page Styles
 * fukuoka-drone theme
 */

.fd-faq-wrapper {
  max-width: 720px;
  margin: 70px auto 0;
  padding: 80px 24px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.fd-faq-wrapper * {
  box-sizing: border-box;
}

.fd-faq-title {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #aaa;
  margin: 0 0 64px;
  padding: 0 0 24px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  background: transparent;
  text-align: left;
  line-height: 1.5;
}

.fd-faq-cat {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bbb;
  margin: 56px 0 20px;
  padding: 40px 0 0;
  border: none;
  border-top: 1px solid #f0f0f0;
  background: transparent;
  text-align: left;
  line-height: 1.5;
}

.fd-faq-cat:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.fd-faq-q {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin: 0;
  padding: 20px 0 8px;
  letter-spacing: 0.01em;
  line-height: 1.7;
  border: none;
  background: transparent;
  text-align: left;
}

.fd-faq-a {
  font-size: 13px;
  font-weight: 400;
  color: #666;
  line-height: 2;
  margin: 0 0 24px;
  padding: 0 0 24px;
  border: none;
  border-bottom: 1px solid #f5f5f5;
  background: transparent;
  text-align: left;
}

.fd-faq-a:last-of-type {
  border-bottom: none;
}

ul.fd-faq-a {
  padding-left: 0;
  list-style: none;
}

ul.fd-faq-a li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 4px;
  line-height: 1.9;
  list-style: none;
  font-size: 13px;
  color: #666;
}

ul.fd-faq-a li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 1px;
  background: #ccc;
}

.fd-faq-contact {
  margin-top: 64px;
  padding-top: 48px;
  border: none;
  border-top: 1px solid #e5e5e5;
  background: transparent;
}

.fd-faq-contact .fd-faq-q {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #aaa;
  padding-top: 0;
  padding-bottom: 12px;
}

.fd-faq-contact .fd-faq-a {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #555;
}

.fd-faq-wrapper a,
.fd-faq-wrapper a:link,
.fd-faq-wrapper a:visited,
.fd-faq-wrapper a:hover,
.fd-faq-wrapper a:active,
.fd-faq-wrapper a:focus {
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
  outline: none;
  transition: border-color 0.2s ease;
}

.fd-faq-wrapper a:hover {
  color: #333;
  border-color: #999;
}

/* Responsive */
@media (max-width: 600px) {
  .fd-faq-wrapper {
    padding: 56px 20px;
  }

  .fd-faq-title {
    font-size: 10px;
    margin-bottom: 48px;
    padding-bottom: 20px;
  }

  .fd-faq-cat {
    font-size: 9px;
    margin: 40px 0 16px;
    padding-top: 32px;
  }

  .fd-faq-q {
    font-size: 13px;
    padding: 16px 0 6px;
  }

  .fd-faq-a {
    font-size: 12px;
    line-height: 1.9;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  ul.fd-faq-a li {
    font-size: 12px;
  }

  .fd-faq-contact {
    margin-top: 48px;
    padding-top: 40px;
  }
}
