@charset "utf-8";
.faq__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #1c1c1c;
    margin-bottom: 32px;
    width: 100%;
  }
  .faq__title {
    font-size: 1.5rem;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #c4c4c4;
    width: 30%;
  }
  .faq__data {
    border-top: 1px solid #c4c4c4;
    width: 70%;
  }
  .faq__data,
  .faq__data p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
.faq-question {
    padding: 7px;
    margin-bottom: 7px;
    background-color: #f4f4f4;
}
.faq-question span {
    display: inline-block;
    width: 28px;
    margin-right: 7px;
    border-radius: 4px;
    /* background-color: #ff8311; */
    /* color: #fff; */
    line-height: 28px;
    text-align: center;
}
.faq-anser {
    padding: 7px;
    margin-bottom: 21px;
    font-size: 1.4rem;
    line-height: 1.5;
}
.faq-url-list {
    list-style: disc;
    padding: 10px 0 0 10px;

}