section .inner {
  border: 1px solid #818187;
  border-radius: 1.5rem;
  padding: 3rem 1.5rem;
}

h2,
h3 {
  font-weight: bold !important;
}

h3 {
  margin: 2rem 0 1rem;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 2rem 0;
}

.blue {
  font-size: 1.8rem;
  font-weight: normal;
  padding: 0.3rem 0.5rem;
  margin: 2rem 0 1.5rem;
  line-height: 1.5;
  color: #fff;
  background-color: #98D8D1;
}

.circle {
  width: fit-content;
  font-size: 1.6rem;
  font-weight: normal;
  border: 1px solid #CACACF;
  border-radius: 10rem;
  padding: 0.3rem 2rem;
  margin: 1.5rem 0;
}

.price {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: "メイリオ", Meiryo, sans-serif;
}

.price span {
  font-size: 3rem;
  font-weight: normal;
}

.annotation {
  font-size: 1.4rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-top: 1.5rem;
}

.annotation::before {
  content: "※";
  margin-right: 0.5em;
}

.other-02 p {
  margin-bottom: 1.5rem;
}

.other-02 p:last-of-type {
  color: #98D8D1;
}
