@charset "UTF-8";
/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
.text-accent {
  color: #e51a6a !important;
}

.text-pink {
  color: #FF6090;
}

.text-pink-dark {
  color: #72243E;
}

.bg-accent {
  background-color: #e51a6a;
}

.bg-pink-light {
  background-color: #FBEAF0;
}

.bg-white-25 {
  background-color: rgba(255, 255, 255, 0.25);
}

.bg-white-12 {
  background-color: rgba(255, 255, 255, 0.12);
}

.border-white-40 {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.border-white-20 {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.border-start-accent {
  border-left: 3px solid #e51a6a !important;
}

.tracking-wider {
  letter-spacing: 2px;
}

.fw-500 {
  font-weight: 500;
}

.page-wrap {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-icon {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: #e51a6a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}

.section-title {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.section-line {
  height: 0.5px;
  background: rgba(0, 0, 0, 0.09);
}

.cmContent {
  padding: 3rem 0 4rem;
}

@media screen and (max-width: 767px) {
  .cmContent {
    padding: 2rem 0 3rem;
  }
}

.price-table th {
  padding: 11px 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.price-table td {
  padding: 13px 18px;
  font-size: 13px;
  vertical-align: middle;
}

.price-table tr {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.07);
}

.price-table tr:last-child {
  border-bottom: none;
}

.price-table tr:hover td {
  background: #FFFBFC;
}

@media (max-width: 640px) {
  .price-table th, .price-table td {
    padding: 10px 12px;
  }
}

.custom-notes li {
  padding-left: 16px;
  position: relative;
}

.custom-notes li::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #e51a6a;
  font-weight: 700;
  font-size: 11px;
  top: 2px;
}

.special-rate-card {
  background: linear-gradient(135deg, #1a0010 0%, #3D0021 100%);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.08);
}

.area-card {
  background: linear-gradient(135deg, #1a0010 0%, #3D0021 60%, #e51a6a 100%);
}

.area-card .area-note::before {
  content: '※';
  color: #FF6090;
  font-weight: 700;
  margin-right: 4px;
}

/*# sourceMappingURL=ad.css.map */