@charset "UTF-8";

.p-section-faq__block {
  background: #edf9ff;
}

.credit_flow_bx {
  background: #e8f7ff;
}


.credit_flow_bx ol {
  padding-left: 0;
  margin-bottom: 0;
  counter-reset: step;
}

.credit_flow_bx ol li {
  list-style-type: none;
  counter-increment: step;
}


.credit_flow_bx ol li:not(:last-of-type) {
  margin-bottom: 0.3rem;
}

.credit_flow_bx figcaption {
  position: relative;
}


.credit_flow_bx figcaption::before {
  content: counter(step);
  position: absolute;
  left: 0;
  text-align: center;
  border-radius: 50%;
  background: #208bc6;
  color: #fff;
  font-weight: bold;
}


.credit_flow_bx h4 {
  background: #fff;
  border-radius: 0 0.3rem 0.3rem 0;
  display: block;
  font-weight: bold;
  line-height: 1;
  border-left: 3px solid #1095e4;
}




/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .c-section-keyvisual__title-english {
    width: 1.06rem;
    margin-left: -0.7rem;
  }

  .p-section-faq {
    margin-bottom: 0.35rem;
  }

  .p-section-faq:last-child {
    margin-bottom: 1.2rem;
  }

  .p-section-faq__block {
    padding: 0.15rem 0 0.24rem;
  }

  .p-section-faq .c-heading {
    margin-bottom: 0.29rem;
  }

  .p-section-faq+.p-section-faq {
    padding-top: 0.2rem;
  }

  .p-section-faq .c-list--faq li .c-button--primary {
    margin-bottom: 0.1rem;
  }

  .credit_flow_bx {
    padding: 0.2rem;
  }

  .credit_flow_bx figcaption {
    /* margin-top: 0.05rem; */
    padding-left: 0.35rem;
    margin-bottom: 0.1rem;
    /* font-size: 0.18rem; */
    font-weight: bold;
  }


  .credit_flow_bx figcaption::before {
    width: 0.25rem;
    height: 0.25rem;
    font-size: 0.15rem;
    line-height: 1.7;
    top: 0.03rem;
  }


  .credit_flow_bx h4 {
    margin-bottom: 0.2rem;
    font-size: 0.18rem;
    display: block;
    font-weight: bold;
    line-height: 1;
    border-left: 3px solid #1095e4;
    padding: 0.15rem;
  }

}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print,
(min-width: 768px) {
  .c-section-keyvisual__title-english {
    width: 246px;
  }

  .p-section-faq {
    margin-bottom: 19px;
  }

  .p-section-faq:first-child {
    padding-top: 0;
  }

  .p-section-faq:last-child {
    margin-bottom: 180px;
  }

  .p-section-faq__block {
    padding: 7px 0 31px;
  }

  .p-section-faq .c-heading {
    margin-bottom: 49px;
  }

  .p-section-faq+.p-section-faq {
    padding-top: 40px;
  }

  .p-section-faq .c-list--faq .c-link.c-link--external:not(:first-of-type) {
    margin-left: 0.2rem;
  }

  .p-section-faq .c-list--faq li .c-button--primary {
    margin-right: 20px;
  }


  .credit_flow_bx {
    padding: 30px;
  }

  .credit_flow_bx ol {
    display: -webkit-box;
    display: flex;
  }

  .credit_flow_bx ol li {
    width: 380px;
  }

  .credit_flow_bx ol li:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 40px;
  }

  .credit_flow_bx figcaption {
    margin-bottom: 10px;
    padding-left: 0.4rem;
    font-size: 0.2rem;
    font-weight: bold;
  }

  .credit_flow_bx figcaption::before {
            width: 0.3rem;
        height: 0.3rem;
        line-height: 1.55;
        top: 5px;
  }


  .credit_flow_bx h4 {
    margin-bottom: 0.3rem;
    font-size: 0.18rem;
    padding: 0.15rem;
  }

}

/*# sourceMappingURL=faq.css.map */