/* 料金表の中央揃え */

.course-price th,
.course-price td {
  text-align: center;
}

.course-price .unified .unified-inner {
  text-align: center;
}

/* 料金表下の割引制度案内 */

.course-content__discount {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
}

.course-content__discount:first-of-type {
  margin-top: 1.5rem;
}

.course-content__discount-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #333;
  line-height: 1.5;
}

.course-content__discount-desc {
  margin-bottom: 0.25rem;
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
}

.course-content__discount-details {
  margin: 0;
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
}
