@charset "UTF-8";

/*=======================================================
MV
=======================================================*/
.bl_lower_mv {
    background-image: url(../images/voices/mv_voices_bg.jpg);
}
.bl_lower_mv_ttl::after {
    width: 68px;
    height: 38px;
    background: url(../images/voices/mv_ttl.svg) center / 68px 15px no-repeat;
}
@media screen and (max-width : 750px){
	.bl_lower_mv{
		background-image: url("../images/faq/mv_bg_sp.jpg");
	}
	.bl_lower_mv_ttl::after{
		width: 102px;
    height: 48px;
    background-size: 102px 83px;
	}
}

.no-image {
  background: #dadada;
}

/*=======================================================
お客様の声・一覧
=======================================================*/
#voices_list {
  padding: 40px 0 80px;
}
#voices_list .bl_cardUnit {
  justify-content: start;
  margin-bottom: -17px;
}
#voices_list .bl_card {
  width: 242px;
  min-height: 292px;
  background: #fdf3ee;
  border: 1px solid #ed6c00;
  border-radius: 10px;
  margin-right: 17px;
  margin-bottom: 17px;
  padding: 17px;
}
#voices_list .bl_card > a {
  display: block;
}
#voices_list .bl_card:nth-child(4n) {
  margin-right: 0;
}
#voices_list .bl_card_imgWrapper {
  width: 100%;
  margin-bottom: 10px;
}
#voices_list .no-image {
  width: 100%;
  height: 140px;
  margin-bottom: 10px;
}
#voices_list .bl_card_ttl {
  color: #fff;
  background: #ed6c00;
  font-size: 16px;
  width: 100%;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
#voices_list .bl_card_txt {
  font-size: 14px;
  line-height: 1.5;
  color: #222;
}

@media screen and (max-width : 750px){
  #voices_list .bl_cardUnit {
    display: flex;
    margin-bottom: -20px;
  }
  #voices_list .bl_card + .bl_card {
    margin-top: 0;
  }
  #voices_list .bl_card {
    width: 325px!important;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #voices_list .bl_card:nth-child(2n) {
    margin-right: 0;
  }
  #voices_list .bl_card_ttl {
    font-size: 21px;
    min-height: 34px;
  }
  #voices_list .bl_card_txt {
    font-size: 18px;
  }
  #voices_list .no-image {
    height: 195px;
  }
}

/*=======================================================
お客様の声・詳細
=======================================================*/
#voices_detail {
  padding: 40px 0 80px;
}
.bl_postVoices {
  background: #fdf3ee;
  border: 1px solid #ed6c00;
  border-radius: 6px;
  padding: 25px 35px;
  margin-bottom: 33px;
}
.bl_postVoices_name {
  background: #ed6c00;
  color: #fff;
  min-height: 44px;
  display: flex;
  align-items: center;
  font-size: 24px;
  margin-bottom: 15px;
  padding: 3px 25px 0;
}
.bl_postVoices_imgWrapper {
  margin-bottom: 27px;
}
#voices_detail .no-image {
  width: 100%;
  height: 424px;
  margin-bottom: 27px;
}
.bl_postVoices_ttl {
  font-size: 22px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e60012;
  margin-bottom: 23px;
}
.bl_postVoices_cont > div {
  margin-bottom: 1em;
}
.bl_postVoices_cont dt {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}
.bl_postVoices_cont dd {
  line-height: 1.58;
}

/* サイド */
#voices_detail .bl_aside_item {
  border: 1px solid #ed6c00;
  border-radius: 6px;

}
#voices_detail .bl_mainTtl {
  font-size: 22px;
  font-weight: bold;
  min-height: 53px;
  background: #fce9d5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  border-radius: 6px 6px 0 0;
  margin-bottom: 7px;
}
#voices_detail .bl_aside_recentPosts_list {
  padding: 0 20px;
  margin-bottom: 22px;
}
#voices_detail .bl_aside_recentPosts_list li {
  padding: 20px 0;
  border-bottom: 1px solid #bbbec0;
}
#voices_detail .bl_aside_recentPosts_list a {
  color: #222;
}

@media screen and (max-width : 750px){
  .bl_postVoices_ttl {
    font-size: 34px;
  }
  #voices_detail .bl_mainTtl {
    font-size: 38px;
    min-height: 90px;
  }
  #voices_detail .bl_aside_recentPosts_list {
    padding: 0 30px;
    margin-bottom: 42px;
  }
  #voices_detail .bl_aside_recentPosts_list li {
    padding: 35px 0;
  }
}