@charset "UTF-8";
/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
.text-primary-custom {
  color: #111111;
}

.text-accent {
  color: #e51a6a;
}

.font-syne {
  font-family: "Outfit", sans-serif;
}

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

.page-wrap {
  max-width: 800px;
}

.kouenSection {
  padding: 3rem 0 4rem;
  /* --- STEPS --- */
  /* --- DOWNLOAD BUTTONS --- */
  /* --- ADDRESS & BADGE --- */
  /* --- NOTICE BANNER --- */
  /* --- NOTES SECTION --- */
}

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

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

.kouenSection .intro-icon {
  width: 48px;
  height: 48px;
  background: #FBEAF0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #e51a6a;
  flex-shrink: 0;
}

.kouenSection .intro-section h2 {
  font-size: 1.5rem;
}

.kouenSection .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;
}

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

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

.kouenSection .step-row {
  position: relative;
}

.kouenSection .step-row:not(:last-child) .step-left::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 36px;
  bottom: 0;
  width: 2px;
  background: rgba(0, 0, 0, 0.09);
}

.kouenSection .step-row .step-left {
  position: relative;
  padding-bottom: 28px;
}

.kouenSection .step-row .step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e51a6a;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.kouenSection .step-row .step-body {
  padding-top: 5px;
  padding-bottom: 28px;
}

.kouenSection .step-row .step-body .step-label {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.kouenSection .dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.15s, transform 0.1s;
  border: none;
}

.kouenSection .dl-btn:hover {
  opacity: 0.85;
  transform: translateY(-1px);
  color: #fff;
}

.kouenSection .dl-btn.dl-btn-pdf {
  background: #E53935;
  color: #fff;
}

.kouenSection .dl-btn.dl-btn-xls {
  background: #2E7D32;
  color: #fff;
}

.kouenSection .dl-btn .dl-btn-icon {
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.kouenSection .dl-btn .dl-btn-info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.kouenSection .dl-btn .dl-btn-info .dl-btn-size {
  font-size: 12px;
  opacity: 0.75;
  font-weight: 500;
  margin-top: 1px;
}

.kouenSection .address-box {
  background: #F5F5F3;
  border: 0.5px solid rgba(0, 0, 0, 0.09);
  border-left: 3px solid #e51a6a;
  border-radius: 10px;
  padding: 14px 16px;
  margin-top: 4px;
}

.kouenSection .address-box .addr-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #e51a6a;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.kouenSection .address-box .addr-text {
  font-size: 1rem;
  line-height: 1.75;
}

.kouenSection .confirm-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #E8F5E9;
  color: #1B5E20;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 10px;
}

.kouenSection .notice-banner {
  font-size: 1rem;
  line-height: 1.85;
}

.kouenSection .notice-banner ul {
  position: relative;
}

.kouenSection .notice-banner li {
  padding-left: 24px;
}

.kouenSection .notice-banner li::before {
  content: '※ ';
  color: #e51a6a;
  font-weight: 700;
  position: absolute;
  left: 0;
}

.kouenSection .note-item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  background: #F5F5F3;
  border-radius: 10px;
  border: 0.5px solid rgba(0, 0, 0, 0.09);
  line-height: 1.75;
}

.kouenSection .note-item .note-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.kouenSection .note-icon-red {
  background: #FBEAF0;
  color: #D0004B;
}

.kouenSection .note-icon-blue {
  background: #E6F1FB;
  color: #1A56B0;
}

.kouenSection .note-icon-orange {
  background: #FFF3E0;
  color: #E65100;
}

.kouenSection .note-icon-green {
  background: #E8F5E9;
  color: #1B5E20;
}

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