.sheet {
  width: 15%;
  margin: 0 3% 0 0;
  padding: .3em .5em;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border: #fff solid 1px;
  line-height: 1.2;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

.price {
  width: 80%;
  font-size: 24px;
  font-weight: 400;
}

.price span {
  font-size: 14px;
  font-weight: 600;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .sheet {
    width: 24%;
    margin: 0 6% 0 0;
    padding: .3em .5em;
    font-size: 2.56vw; /* 10px */
  }

  .price {
    width: 65%;
    font-size: 5.64vw; /* 22px */
  }

  .price span {
    font-size: 3.08vw; /* 12px */
    font-weight: 400;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .sheet {
    font-size: 1.46vw;
    /* 12px */
  }

  .price {
    font-size: 2.93vw;
    /* 24px */
  }

  .price span {
    font-size: 1.71vw;
    /* 14px */
  }
}