@media (min-width: 1280px) {
  .wrap {
    background: #f8f8f8;
  }
}

.banner__inner {
  gap: 60px;
}
.banner__imgbox {
  margin-bottom: -3%;
}
@media (min-width: 1920px) {
  .banner__imgbox {
    margin-bottom: -5%;
  }
}

@media (min-width: 1280px) {
  .banner--privacy.clip--white:after {
    background: #F0F0F0;
  }
}

.section-privacy {
  padding: 50px 0 90px;
}
@media (min-width: 1280px) {
  .section-privacy__box {
    background-color: #fff;
    padding: 60px 60px 10px;
  }
}

.text-black {
  color: #111;
}

.text-gray {
  color: #555;
}

.text-bold {
  font-weight: bold;
}

.faqbody {
  line-height: 1.5;
}
.imgbox-order {
  text-align: center;
}
.imgbox-order__img {
  max-width: 500px;
  border: 1px solid #ddd;
}
@media (min-width: 1280px) {
  .imgbox-order__img {
    max-width: 100%;
    border: none;
  }
}