/* ========================================
   Lucas ECサイト - ご利用ガイドページ専用
   ======================================== */

.guide-section {
  padding: 120px 0;
  border-top: 1px solid #1A1A1A;
}

.step-number {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: #8C8C8C;
  margin-bottom: 12px;
  display: block;
}

.note-box {
  background-color: #151515;
  padding: 32px;
  margin-top: 40px;
  border-left: 1px solid #F5F5F5;
}

.guide-table th,
.guide-table td {
  padding: 16px;
  border-bottom: 1px solid #1A1A1A;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
}
