@import url(common.css);

/* 金額部分
（.price_block）
------------------------------ */
.price_block {
  display: block;
  width: fit-content;
  margin-left: auto;
}
.large {
  font-family: "Oswald", sans-serif;
  padding-right: 0.2em;
  font-size: clamp(28px, 1.8vw, 30px);
  color: #111111;
}
.small {
  font-weight: 400;
  color: #6e6e6e;
}
