/* MIX脱毛 ページ固有のスタイル
共通の料金表は pages/treatment-pricing.css にあります */

.recommendation_section {
  margin-top: 40px;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.recommendation_list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin-bottom: 25px;
}

.recommendation_list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  line-height: 1.6;
  list-style: none;
  list-style-type: none;
}

.recommendation_list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #d4a574;
  font-weight: bold;
}

.recommendation_list li::marker {
  content: none;
}

.benefits_area {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  margin-top: 20px;
}

.benefit_item {
  margin-bottom: 10px;
  color: #555;
}

.benefit_item strong {
  color: #333;
}

.menu-column {
  background: #f8f9fa;
  font-weight: 600;
  color: #2c3e50;
  width: 50%;
  text-align: left;
  padding-left: 25px;
}

.price-column {
  font-size: 1.2rem;
  font-weight: 700;
  color: #dc3545;
  width: 50%;
}

@media (max-width: 768px) {
  .menu-column {
  padding-left: 15px;
  }
}
