
/* /////////////////////////////////////////////////////////////////////////////////////// */

.parts_customer_02__contWrap [class$="__contWrap"] {
  padding: 0 50px;
}

.parts_customer_02__item {
  width: 360px;
  box-shadow: 3px 4px 7px #E3E3E3;
  border-radius: 11px;
  background: #fff;
}

.parts_customer_02__item:not(:first-child) {
  margin-left: 30px;
}

.parts_customer_02__img {
  width: 360px;
  height: 240px;
  margin-bottom: 6px;
  background: #ccc;
  border-radius: 10px 10px 0 0;
}

.parts_customer_02__img img{
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  background: #FDF3F5;
  object-fit: cover;
}

.parts_customer_02__ttl {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 500;
  padding: 0 15px 0;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.parts_customer_02__detail {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}
.parts_customer_02__text02 {
  font-size: 16px;
  color: #333;
  display: -webkit-box;        /* Flexboxのボックス表示を指定 */
  -webkit-box-orient: vertical; /* 垂直方向にコンテンツを表示 */
  -webkit-line-clamp: 2;        /* 表示する行数を指定（ここでは2行） */
  overflow: hidden;
  font-weight: 500;
  text-overflow: ellipsis;
  padding: 0 15px;
  margin-bottom: 21px;
}

.parts_customer_02__img a {
  width: 100%;
  height: 100%;
  display: flex;
}

.parts_customer_02__item a:hover {
  opacity: .8;
}
.parts_customer_02__item a {
  text-decoration: unset;
}

.parts_bkn_02_bkn__contents {
  margin-bottom: 10px;
}



.parts_customer_02__wrap {
  display: flex;
  margin-bottom: 39px;
}

/* スクロールバーが勝手に消えるのを防止 */
.simplebar-scrollbar,.simplebar-scrollbar:before {
  opacity: 1 !important;
}
/* スクロールバーの位置調整 */
.cont-scrollbar {
  position: relative;
}
.scroll_list {
  padding-bottom: 20px;
}
.simplebar-horizontal .simplebar-track.simplebar-scrollbar {
  bottom: 0;
}
.simplebar-horizontal .simplebar-track.simplebar-scrollbar:before {
  bottom: 0;
}

/* スクロールバーの色調整 */
.simplebar-track.simplebar-horizontal{
  background: #E9E9E9!important;
  border-radius: 10px;
  height: 10px;
}
.simplebar-track .simplebar-scrollbar:before {
  background-color: #CCCCCC;
  height: 20px;
}

.more__btn {
  width: 240px;
  margin: 30px auto 0;
}
.more__btn a {
  width: 360px;
  height: 60px;
  background-color: #D2173E;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  border-radius: 50px;
  padding: 2px 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 3px 10px rgba(0,0,0,0.2);
}


.parts_customer_02__conttext{
  font-size: 26px;
  font-family: "FOT-筑紫A丸ゴシック Std", sans-serif !important;
  font-weight: bold;
  color: #EEC796;
  text-align: center;
  line-height: 1.3;
}

.parts_customer_02__contTtl {
  margin-bottom: 0px !important;
  padding-top: 100px;
}

.parts_customer_02__contInner {
  padding-top: 28px;
}

.parts_customer_02__contWrap {
  padding: 0 !important;
  margin-bottom: 102px !important;
}
