/* お客様の声一覧（case-study-list.html） */
.case-study-list-page .news-link {
  display: block;
  padding: 20px 0;
}

.case-study-list-page .news-link_meta {
  width: auto;
  margin-bottom: 8px;
}

.case-study-list-page .voice-link__meta {
  font-size: 12px;
  color: #666;
}

.case-study-list-page .voice-link__excerpt {
  font-size: 13px;
  line-height: 1.75;
  color: #555;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
}

/* 一覧ページ下部：1列・全幅のグラデボタン */
.case-study-list__back-nav {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  margin: 40px auto 0;
  box-sizing: border-box;
}

.case-study-list__back-btn.button {
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: auto;
  min-height: 48px;
  padding: 14px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 60px;
  box-sizing: border-box;
  white-space: normal;
  text-align: center;
  line-height: 1.4;
}
