/* ==========================================================
   Voice Page
   東風の占い VOICE専用
========================================================== */
.voice-intro{
  text-align:center;
}

.voice-lead{
  max-width:760px;
  margin:1rem auto;
  line-height:2;
  text-align:left;
}

.voice-caption{
  max-width:760px;
  margin:.75rem auto 0;
  font-size:.82rem !important;
  line-height:1.7;
  color:var(--ew-sub);
  text-align:left;
}

.voice-section{
  max-width:900px;
  margin:0 auto;
}

.voice-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:1.25rem;
}

.voice-card{
  display:flex;
  flex-direction:column;

  width:100%;
  height:auto;

  margin:0;
  padding:1.5rem 1rem 0.25rem;

  border:1px solid var(--ew-line);
  border-radius:10px;
  background:#faf9f7;
  box-shadow:0 4px 14px rgba(37,13,0,.05);
}

.voice-section > h2{
  text-align:center;
  margin-bottom:1.5rem;
}

.voice-stars{
  margin-bottom:.8rem;
  font-size:.95rem;
  letter-spacing:.15em;
  line-height:1;
  color:#9a7b2f;
  text-align:center;
}

.voice-text{
  margin:0 auto -0.5rem;
  padding:0;

  font-size:1rem;
  line-height:1.5;
  letter-spacing:.04em;

  color:var(--ew-text);
}

.voice-source{
  margin:1rem 0 0 !important;
  padding:.75rem 0 0.5rem;

  border-top:1px solid var(--ew-line);

  font-size:.78rem !important;
  line-height:1.6 !important;
  color:var(--ew-sub) !important;
  text-align:right;
}

.voice-message{
  margin-top:4rem;
  text-align:center;
}

.voice-message p:last-child{
  max-width:760px;
  margin:1rem auto 0;
  text-align:left;
}


/*------ sp ------*/
@media(max-width:768px){
  .voice-lead,
  .voice-caption,
  .voice-message p:last-child{
    text-align:left;
  }

  .voice-grid{
    grid-template-columns:1fr;
    gap:1rem;
  }

  .voice-card{
    padding:1.2rem;
  }

}
