@charset "UTF-8";

/**
 *
 * お客様の声を実現する取り組み
 */

/* ==========================================================================
   parts
   ========================================================================== */

.alignCenter img {
  height: auto;
  width: 100%;
}


/* ==========================================================================
   title
   ========================================================================== */



/* ==========================================================================
   index
   ========================================================================== */

#voice01 {
  margin-top: 10px;
}

.voice-result-list {
  letter-spacing: -.4em;
}

.voice-result-list a {
  display: block;
}

.voice-result-list li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 4%;
  margin-bottom: 4%;
  width: 48%;
  vertical-align: top;
}

.voice-result-list li:nth-child(2n){
  margin-right: 0;
}

.voice-result-list span {
  display: block;
}


/* ==========================================================================
   list
   ========================================================================== */

/* 冒頭のリード文 */
.voice-list-lead {
  margin-top: 10px;
}

/* 事例リスト */
#voiceList {
  border-top: 1px solid #cfd3d6;
  margin-top: 15px;
  margin-bottom: 30px;
}

#voiceList li {
  border-bottom: 1px solid #cfd3d6;
  padding: 10px 0;
}

/* 事例年月 */
#voiceList .date {
  font-size: 1.1rem;
}

/* 事例タイトル */
#voiceList .linkTxt {
  display: block;
  padding-top: 2px;
}

/* 事例カテゴリー */
#voiceList .category {
  border-radius: 0;
  display: inline-block;
  padding: 0 0 0 5px;
  vertical-align: middle;
}

#voiceList .category img {
	vertical-align: top;
}

/* 新着アイコン */
#voiceList .linkTxt a + img {
  padding-left: 5px;
  vertical-align: middle;
}
