@charset "utf-8";

.section {
  display: flex;
  flex-direction: column;
}

.section-icon {
  height: 7.5rem;
  margin: 0 auto 2.4rem;
  order: -1;
  width: 7.5rem;
}

.sub-section {
  margin-bottom: 2.4rem;
}

.sub-section:last-child {
  margin-bottom: 0;
}

.sub-section .list-notes {
  margin-top: 1.6rem;
}

.faq-unit {
  margin-top: 5.6rem;
  margin-bottom: 0;
}

.column-pc.images {
  margin: 4rem auto 0;
}

.column-pc.images .figcaption {
  margin-bottom: 1.6rem;
}

.column-pc.images .img {
  border: 1px solid #b4b7b7;
}

@media (max-width: 599px) {
  .column-pc.images .img-wrap {
    margin-bottom: 2.4rem;
  }

  .column-pc.images .img-wrap:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 600px) {
  .section-icon {
    height: 5.6rem;
    width: 5.6rem;
  }

  .section-check > .column-pc,
  .section-detection > .column-pc:not(.images),
  .section-analysis > .column-pc {
    flex-flow: column wrap;
  }

  .section-check > .column-pc {
    height: 27rem;
  }

  .section-detection > .column-pc:not(.images) {
    height: 34rem;
  }

  .section-analysis > .column-pc {
    height: 26rem;
  }

  .sub-section {
    margin-bottom: 4rem;
    width: 43.6rem;
  }

  .sub-section:nth-of-type(1),
  .sub-section:nth-of-type(2) {
    margin-right: 8.8rem;
  }

  .sub-section:nth-of-type(2n) {
    margin-bottom: 0;
  }

  .sub-section .list-notes {
    margin-top: 0.8rem;
  }
}