.plan-item {
  border-radius: 10px;
  background: #F5F5F5;
  display: flex;
  padding: 8px 0 0;
  flex-direction: column;
  flex-shrink: 0;
}

.plan-item__title {
  margin: 0 16px;
  color: #222;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  border-bottom: 0.5px solid #222;
}

.plan-item__pricing {
  padding: 8px 16px;
  background: #536A80;
  border-radius: 0 0 10px 10px;
}

.plan-item__total-price {
  color: #FFF;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.plan-item__total-price .plan-item__price-value {
  font-size: 18px;
}

.plan-item__total-price--large {
  margin: 13px 0 12px 0;
  color: #FFF;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  letter-spacing: 1px;
}

.plan-item__total-price-tax {
  margin-left: 2px;
  color: #FFF;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.plan-item__detail {
  border-radius: 6px;
  background: #D7E4F0;
}

.plan-item__per-person {
  padding-bottom: 2px;
  color: #FFF;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
}

.plan-item__per-person .plan-item__price-value {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .plan-item__title {
    font-size: 16px;
  }

  .plan-item__per-person {
    font-size: 14px;
  }

  .plan-item__total-price {
    font-size: 14px;
  }

  .plan-item__per-person .plan-item__price-value {
    font-size: 18px;
  }

  .plan-item__total-price-tax {
    font-size: 10px;
  }
}

@media screen and (max-width: 512px) {
  .plan-item__title {
    min-height: 28px;
  }
}
