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

.content {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}
.content:last-child {
  margin-bottom: 0;
}
.content img {
  max-width: 432px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.content .content-right {
  max-width: 624px;
  width: 100%;
}
.content .content-right .desc1 {
  color: #0054b6;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
  margin-bottom: 20px;
}
.content .content-right .desc2 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.72px;
  margin-bottom: 8px;
}
.content .content-right .desc3 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
  }
  .content:last-child {
    margin-bottom: 0;
  }
  .content img {
    max-width: none;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .content .content-right {
    max-width: none;
    width: 100%;
  }
  .content .content-right .desc1 {
    color: #0054b6;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 35.2px */
    margin-bottom: 20px;
  }
  .content .content-right .desc2 {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.72px;
    margin-bottom: 8px;
  }
  .content .content-right .desc3 {
    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=product.css.map */