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

.desc1 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
}

@media screen and (max-width: 768px) {
  .desc1 {
    font-size: 16px;
  }
}
.product-img img {
  max-width: 300px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.imgs img {
  max-width: 256px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.imgs2 {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.imgs2 img {
  max-width: 300px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.imgs2 img:first-child {
  max-width: 450px;
}

.items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.items img {
  aspect-ratio: 262/175;
  max-width: 262px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .items {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
  }
  .items img {
    aspect-ratio: 262/175;
    max-width: 262px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
.list li {
  padding: 6px 8px;
  border: 1px solid #004392;
  color: #004392;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  margin-bottom: 16px;
}/*# sourceMappingURL=business.css.map */