.price-01 h2 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 0;
}

.price-01 h2 .color {
  color: #42D5C4;
  font-size: 3.6rem;
}

.price-01 h2 .large {
  display: inline-block;
  font-size: 6rem;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  margin-top: -0.8rem;
}

.price-01 small {
  display: block;
  text-align: center;
  font-size: 1.6rem;
}

.price-01 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 80%;
  margin: 3rem auto;
}

.price-01 .wrap p {
  width: 100%;
  padding: 0.8rem 0;
  background-color: #E5E5E8;
  border-radius: 0.4rem;
  white-space: nowrap;
  text-align: center;
  font-family: "メイリオ", Meiryo, sans-serif;
}

.price-01 .wrap p:first-of-type,
.price-01 .wrap p:nth-of-type(2) {
  width: calc((100% - 1rem) / 2);
}

.price-02 {
  background-color: #F5F5F7;
  padding: 6rem 0;
  margin-bottom: 0;
}

.price-02 .wrap {
  background-color: #fff;
  padding: 3rem 2rem;
  border-radius: 1.8rem;
  margin-bottom: 4rem;
}

.price-02 .wrap h2 {
  font-weight: bold;
}

.price-02 .wrap h4 {
  font-size: 1.8rem;
  margin: 2rem 0 0.5rem;
}

.price-02 .wrap p {
  font-size: 1.4rem;
}

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

.price-02 .wrap .price span {
  font-size: 3rem;
}

.price-02 .wrap .gray,
.price-02 .wrap .blue {
  font-size: 1.8rem;
  font-weight: normal;
  padding: 0.3rem 0.5rem;
  margin: 2rem 0 1.5rem;
  line-height: 1.5;
}

.price-02 .wrap .gray {
  background-color: #E5E5E8;
}

.price-02 .wrap .blue {
  color: #fff;
  background-color: #98D8D1;
}

.price-02 .wrap .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-02 .wrap .circle.eye {
  margin-top: 3rem;
}

.price-02 .wrap .box p {
  color: #98D8D1;
  font-size: 1.8rem;
  margin: 0.5rem 0;
}

.price-02 .wrap .box p::before {
  content: "✓";
  margin-right: 0.5em;
}

.price-02 .wrap ul li {
  margin-bottom: 0.5rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.price-02 .wrap ul li::before {
  content: "✓";
  margin-right: 0.5em;
}

.price-02 .wrap .annotation p {
  font-size: 1.4rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.price-02 .wrap .annotation p::before {
  content: "※";
  margin-right: 0.5em;
}

.price-03 {
  background-color: #1D1D1F;
  padding: 6rem 0;
  margin-top: 0;
}

.price-03 h2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.price-03 .container {
  position: relative;
}

.price-03 .border {
  position: absolute;
  width: 0.5rem;
  height: 100%;
  right: 50%;
  background-color: #fff;
}

.price-03 .wrap {
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  padding: 4rem 2.5rem 2.5rem;
  margin: 3rem;
}

.price-03 .wrap span {
  position: absolute;
  top: -1rem;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  background-color: #818187;
}

.price-03 .wrap h3 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.price-03 .wrap p {
  font-size: 1.4rem;
}

.price-03 .wrap a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.5rem 2rem;
  color: #fff;
  background-color: #98D8D1;
  margin-top: 2rem;
}

.price-04 h2,
.price-05 h2,
.price-06 h2 {
  font-weight: bold;
}

.price-05 small {
  display: block;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-top: 0.5rem;
}

.price-05 small::before {
  content: "※";
  margin-right: 0.5em;
}
