@charset "UTF-8";
/*********************************************************
リニューアル後の追加css
*********************************************************/


/*お客さまの声（感謝・お褒め）*/
@media (min-width: 576px){
.thanks .wh-sm60 {
    width: 60%!important;;
}
}
@media (min-width: 992px){
.thanks .wh-lg45 {
    width: 45%!important;
}
}
@media (min-width: 1230px){
.thanks .wh-xl70 {
    width: 70%!important;
}
}
.cs-voice {
  position: relative;
  display: inline-block;
  max-width: 100%;
  border: solid 1px #d3d3d3;
  box-sizing: border-box;
}
.cs-voice::before {
	content: '';
	position: absolute;
    top: 20px;
    left: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 16px 10px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 2;
}
.cs-voice::after {
    content: '';
    position: absolute;
    top: 20px;
    left: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 16px 10px 0;
	border-color: transparent #d3d3d3 transparent transparent;
	z-index: 1;
}

