@charset "utf-8";

/* 横並び＆レスポンシブ 用 新CSS */
.bxslider {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.bxslider li {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
}
#u-interview .col-sm-4 {
  width: 100%;
  float: none;
  box-sizing: border-box;
}

@media screen and (max-width:767px) {
  .bxslider {
    display: block;
  }
  .bxslider li {
    width: 100%;
    padding: 0;
  }
  #u-interview .col-sm-4 {
    width: 100%;
    float: none;
  }
}

/* サムネイル・枠線・タイトル・テキスト等のデザイン部分は必要なので残す */
#u-interview .thumbnail {
  display: block;
  margin-bottom: 23px;
  line-height: 1.7;
  background-color: #fff;
  border: 3px solid #f3f3f3;
  border-radius: 0;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
#u-interview .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#u-interview .thumnail-customer .caption {
  padding: 0;
}
#u-interview .thumnail-customer a.thumbnail-cover {
  color: #000;
}
#u-interview .thumnail-customer .case-title {
  margin-top: 17px;
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
#u-interview .thumnail-customer .case-text {
  text-align: left;
}
#u-interview .thumnail-customer p {
  margin: 0 0 11.5px;
}
#u-interview .thumnail-customer .text-readmore {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
}
#u-interview .thumnail-customer .read-more {
  position: relative;
  font-size: 14px;
  color: #333;
}
#u-interview .thumnail-customer .read-more:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 2px solid #69a8df;
  border-right: 2px solid #69a8df;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#u-interview a.thumbnail-cover {
  width: 100%;
  height: 100%;
  display: block;
  padding: 17px;
  transition: 0.3s !important;
}

/* 必要ならスマホ用細かい修正（高さ・余白など） */
@media screen and (max-width:767px) {
  #u-interview .thumbnail {
    width: 90%;
    margin: 0 10px;
    height: auto !important;
  }
  #u-interview .col-sm-4 {
    margin-bottom: 20px;
  }
}
