/* =========
   LINE (Members) page only
   ========= */

.content-block{
  padding: 20px 25px;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.section-title{
  color: #C9A24D;
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #C9A24D;
  display: block;
  padding-bottom: 10px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle{
  color: #C9A24D;
  font-size: 16px;
  margin-bottom: 15px;
  border-left: 3px solid #C9A24D;
  padding-left: 10px;
}

/* body text */
.intro-text{
  font-size: 14px;
  line-height: 2.0;
  color: #ccc;
  margin-bottom: 25px;
  text-align: left;
}

/* lists */
.note-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.note-list li{
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 12px;
  color: #ddd;
  padding-left: 25px;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding-bottom: 8px;
}
.note-list li::before{
  content: '▶';
  position: absolute;
  left: 0;
  color: #C9A24D;
  font-size: 10px;
}
.note-list li:last-child{
  border-bottom: none;
  margin-bottom: 0;
}

/* CTA buttons */
.line-btn-wrap{
  text-align: center;
  margin: 30px 0;
  padding: 0 25px;
}

.line-direct-btn{
  display: block;
  background: #06C755; /* LINE公式カラー */
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 18px;
  border-radius: 5px;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 15px rgba(6, 199, 85, 0.3);
  transition: transform 0.3s;
}

.line-direct-btn:active{ transform: scale(0.98); }

.line-btn-sub{
  font-size: 13px;
  color: #777;
  margin-top: 10px;
  display: block;
}

/* second block spacing */
.line-notes{ margin-bottom: 40px; }

.line-btn-wrap--second{ margin-top: 50px; }

.line-catch{
  font-size: 13px;
  color: #C9A24D;
  text-align: center;
  margin: 0 0 15px;
}

.line-direct-btn--gold{
  background: #C9A24D;
  box-shadow: 0 4px 15px rgba(201, 162, 77, 0.3);
}
