.nav-btn-area.standard {
  margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .nav-btn-area.standard {
    margin-bottom: 70px;
  }

  .nav-btn-area.standard .nav-btn-item .btn {
    text-align: center;
  }
}

.faq-area ul,
.faq-area ol {
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 35px;
}

.faq-area .head + ul,
.faq-area .head + ol {
  margin-top: 0;
}

.faq-area ul:last-child,
.faq-area ol:last-child {
  margin-bottom: 0;
}

.faq-area dl {
  margin-bottom: 30px;
}

.faq-area .faq-q,
.faq-area .faq-a {
  position: relative;
}

.faq-area.pickup li {
  border-top: 1px solid #777;
}

.faq-area.pickup li:last-child {
  border-bottom: 1px solid #777;
}

.faq-area.pickup .block-area,
.faq-area dt.faq-q {
  padding-top: 10px;
  padding-right: 42px;
  padding-bottom: 10px;
  padding-left: 60px;
}

.faq-area.pickup .block-area {
  font-weight: 400;
}

.faq-area dt.faq-q {
  font-size: 18px;
  font-weight: 500;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 20px;
}

.faq-area dd.faq-a {
  background: #fbf5ec;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 60px;
  border-radius: 3px;
}

.faq-area .head {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: grid;
  place-content: center;
  width: 30px;
  height: 30px;
  padding-bottom: 2px;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 15px;
}

.faq-area .faq-q .head {
  background: #39aec0;
}

.faq-area dt.faq-q .head {
  top: 0;
}

.faq-area .faq-a .head {
  top: 20px;
  background: #b8884d;
}

.faq-area.pickup .block-area .icon {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.faq-area dd.faq-a .title {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 14px;
}

.faq-area.pickup .block-area p:last-child {
  margin-bottom: 0;
}

.faq-area dt.faq-q p:last-child {
  margin-bottom: 0;
}

.faq-area dd.faq-a p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .faq-area dl {
    margin-bottom: 40px;
  }
}
