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

.border-head {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  padding-left: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #338708;
}

.product-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.product-content__table-img img {
  width: 540px;
  min-width: 540px;
  height: auto;
}
.product-content__img {
  aspect-ratio: 540/360;
  width: 540px;
  background-size: cover;
  background-position: center;
}
.product-content__img img {
  width: 100%;
  height: auto;
}

.product-desc {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 31.5px */
}

@media (max-width: 768px) {
  .border-head {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 38.4px */
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #338708;
  }
  .product-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
  }
  .product-content__table-img img {
    width: 550px;
    min-width: 550px;
    height: auto;
  }
  .product-content__img {
    aspect-ratio: 469/312;
    width: 469px;
    background-size: cover;
    background-position: center;
  }
  .product-content__img img {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=product.css.map */