@charset "utf-8";
/*///////////////////////////////////////////////////////////

  価格からお客様の声を探す

//////////////////////////////////////////////////////////*/
.price-voice_ttl {
  height: 43px;
  margin-bottom: 30px;
  padding-left: 20px;
  background-color: #c40000;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "YuGothicM", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 43px;
}
.voice-search {
  margin-bottom: 70px;
}
.voice-search_item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.voice-search li:last-child {
  border-bottom: none;
}
.voice-search_hd {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
}
.voice-search_hd::before {
  content: '';
  margin-right: 8px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #cd0505;
}
.voice-search_hd::after {
  position: absolute;
  content: '';
  left: 4px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #fff;
}
.voice-search_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
}
.voice-search_list img {
  width: 185px;
  height: 140px;
}
.voice-search_btn {
  margin: 0 auto;
  width: 385px;
  height: 37px;
  background: url(/public/img/img_static/cp/detail/cp_voice/voice-search_btn.png) center no-repeat;
}
.voice-search_btn a {
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  width: 355px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 37px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
}
.voice-search_btn:hover {
  opacity: 0.7;
}
.voice-search_btn a:hover {
  text-decoration: none;
}
