html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.desc-bold {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 35.2px */
}

.orange {
  color: #ff6f00;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

.desc {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.desc .bold {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 28.8px */
}

.big {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.maintenance1 {
  width: 1120px;
  height: auto;
}

.maintenance2 {
  max-width: 507px;
  height: auto;
  width: 100%;
}

.img-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.img-text .desc {
  max-width: 581px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .desc-bold {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 35.2px */
  }
  .orange {
    color: #ff6f00;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
  }
  .desc {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
  }
  .desc .bold {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 28.8px */
  }
  .big {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }
  .maintenance1 {
    width: 100%;
    height: auto;
  }
  .maintenance2 {
    max-width: none;
    height: auto;
    width: 100%;
  }
  .img-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .img-text .desc {
    max-width: none;
    width: 100%;
  }
}/*# sourceMappingURL=vcb-maintenance.css.map */