.midashi-text {
  font-size: 18px;
}

@media (max-width: 768px) {
  .midashi-text {
    font-size: 14px;
  }
  .plan-midashi-h2 {
    font-size: 30px;
  }
  .form-midashi-h2 {
    font-size: 24px;
  }
}

.plan-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 20px;
  padding: 30px 6px;
}
.plan-title {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
}
.plan-desc {
  text-align: center;
  font-size: 14px;
}
.desc-1 {
  background: #00925a;
  color: white;
  border-radius: 100px;
  padding: 5px 20px;
}
.desc-2 {
  background: #910054;
  color: white;
  border-radius: 100px;
  padding: 5px 20px;
}
.plan-list-block {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.plan-recommend {
  background-color: rgb(87, 87, 87);
  width: 100%;
  text-align: center;
  color: white;
  padding: 6px;
  font-size: 18px;
}
.plan-price {
  text-align: center;
  padding: 6px 20px;
  font-size: 30px;
}
.plan-list {
  display: flex;
  flex-direction: column;
}

.form-wrapper {
  max-width: 800px;
  margin: 0 auto;
  background-color: #e9e9e9;
  padding: 30px;
  border-radius: 10px;
}
.form-btn {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.form-price {
  text-decoration: line-through;
}
.form-midashi-h2 {
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #910054;
  color: white;
  border-radius: 10px;
}
