/* ===========================
   User's Voice Section - PC Styles
   USERVOICEセクション PC専用スタイル
   適用条件: 960px以上
   =========================== */

@media (min-width: 960px) {
  /* セクション余白 */
  body #uservoice {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 80px !important;
  }

  /* PCナビゲーション用の左右余白 */
  #uservoice .uservoice-slider .swiper {
    padding: 0 60px;
  }
}

/* PC・タブレット用カード間グレー線 */
  #uservoice .swiper-slide:not(:last-child) .feedback-card::after {
    content: '';
    position: absolute;
    top: 10%;
    right: -1px;
    bottom: 10%;
    width: 1px;
    background-color: #e0e0e0;
    z-index: 1;
  }

/* タブレット時の線の調整 */
  #uservoice .swiper-slide:not(:last-child) .feedback-card::after {
    background-color: #d0d0d0;
    top: 8%;
    bottom: 8%;
  }
  
  /* タブレット時の3枚表示調整 */
  #uservoice .feedback-card {
    margin: 0 8px;
    padding: 22px;
    min-height: 320px;
  }

/* セクション余白 - PC設定 */
  body #uservoice {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 80px !important;
  }
