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

.img-box {
  background-size: cover;
  background-position: center;
  height: 182px;
}
.img-box--product1 {
  background-image: url(/assets/images/img-box1.png);
}
.img-box--product2 {
  background-image: url(/assets/images/img-box2.png);
}
.img-box--product3 {
  background-image: url(/assets/images/img-box3.png);
}

.btn-box {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.btn-box .btn {
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 354px;
  width: 100%;
  padding-top: 33px;
  padding-bottom: 28px;
  background-color: #f5f5f5;
  position: relative;
  background-image: url(/assets/images/btn-bg.png);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.btn-box .btn::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(/assets/images/btn-arrow.png);
  background-size: contain;
  background-position: center;
  display: block;
  width: 40.5px;
  height: 40.5px;
}

.text1 {
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 190%;
  padding-left: 30px;
  padding-right: 30px;
}

.border {
  height: 1px;
  width: 100%;
  background-color: #C9C9C9;
}

@media screen and (max-width: 768px) {
  .img-box {
    background-size: cover;
    background-position: center;
    height: 102px;
  }
  .img-box--product1 {
    background-image: url(/assets/images/img-box1.png);
  }
  .img-box--product2 {
    background-image: url(/assets/images/img-box2.png);
  }
  .img-box--product3 {
    background-image: url(/assets/images/img-box3.png);
  }
  .btn-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .btn-box .btn {
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 354px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f5f5f5;
    position: relative;
    background-image: url(/assets/images/btn-bg.png);
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  .btn-box .btn::after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url(/assets/images/btn-arrow.png);
    background-size: contain;
    background-position: center;
    display: block;
    width: 25px;
    height: 25px;
  }
  .text1 {
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 190%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .border {
    height: 1px;
    width: 100%;
    background-color: #C9C9C9;
  }
}/*# sourceMappingURL=product.css.map */