/* ===== 練習情報 ===== */
.practice-info {
  background: #f0f4ff;
  border-radius: 10px;
  padding: 36px;
  max-width: 700px;
  margin: 0 auto;
}

.practice-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 1rem;
  align-items: flex-start;
}

.practice-label {
  font-weight: bold;
  color: #0f3460;
  min-width: 80px;
}

.practice-value {
  color: #333;
  line-height: 1.7;
}

/* ===== 体験会の感想 ===== */
.feedback-section {
  background: #f8f9ff;
  text-align: center;
}

.feedback-lead {
  color: #555;
  font-size: 1rem;
  margin-bottom: 28px;
}

.feedback-btn {
  display: inline-block;
  background: #0f3460;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 14px 36px;
  border-radius: 30px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.feedback-btn:hover {
  opacity: 0.8;
}
