@charset "UTF-8";
.lower_ttl .en {
  height: 7.6rem;
}

.faq .sec .content_wrap {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.faq .sec .content_wrap .content {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.faq .sec .content_wrap .content .question {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 2.4rem 0.8rem 1.6rem;
  border-radius: 0.8rem;
  color: #fff;
  background-color: #00a5d9;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.faq .sec .content_wrap .content .answer {
  display: flex;
  gap: 0.8rem;
  padding: 0.8rem 2.4rem 0.8rem 1.6rem;
  border-radius: 0.8rem;
  background-color: #e4f7fc;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.faq .sec .content_wrap .content .icon {
  width: 3.2rem;
  min-width: 3.2rem;
}

@media (min-width: 768px) {
  .lower_ttl .en {
    height: 9.8rem;
  }

  .faq .sec .content_wrap {
    width: 92.8rem;
    margin: 0 auto;
    gap: 4rem;
  }

  .faq .sec .content_wrap .content .icon {
    width: 4rem;
    min-width: 4rem;
  }

  .faq .sec .content_wrap .content .question {
    gap: 1.6rem;
    padding-left: 2.4rem;
    padding-right: 4rem;
  }

  .faq .sec .content_wrap .content .answer {
    gap: 1.6rem;
    padding-left: 2.4rem;
    padding-right: 4rem;
  }
}
