#customer{
	margin-bottom: 120px;
}
	
#tbl_satisfaction{
	margin: 50px 0 140px 0;
	border-top: solid 1px #bfbfbf;
	border-left: solid 1px #bfbfbf;
	font-size: 16px;
	width: 100%;
}
#tbl_satisfaction th{
	border-bottom: solid 1px #bfbfbf;
	border-right: solid 1px #bfbfbf;
	background-color: #f8f8f8;
	text-align: center;
	padding: 8px 0;
	font-weight: bold;
	
}
#tbl_satisfaction td{
	border-bottom: solid 1px #bfbfbf;
	border-right: solid 1px #bfbfbf;
	text-align: center;
	padding: 8px 12px;
	text-align: left;
	
}


.voice{
	width: 100%;
	margin: 30px 0;
	border: solid 1px #dfdfdf;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.customer_image{
	width: 13%;
	background-color: #f4f4f4;
	margin-left: 2%;
}
.customer_image img{
	width: 100%;
}
.customer_info{
	width: 80%;
	margin-right: 2%;
}

.customer_info .name{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 24px;
}
.customer_info .customer_voice{
	font-size: 16px;
}
.customer_attention{
	text-align: right;
	font-size: 12px;
}



@media screen and (max-width:640px) {

#tbl_satisfaction{
	margin: 30px 0 50px 0;
	font-size: 14px;
}
#tbl_satisfaction td{
	padding: 8px 6px;
}
#tbl_satisfaction th:nth-child(1){
	width: 26%;
}
#tbl_satisfaction th:nth-child(2){
	width: 48%;
}


.customer_image{
	width: 34%;
	background-color: transparent;
}
.customer_image img{
	width: 100%;
}
.customer_info{
	width: 60%;
	margin-right: 2%;
}

.customer_info .name{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 24px;
}
.customer_info .customer_voice{
	font-size: 15px;
}
.customer_attention{
	text-align: left;
	font-size: 11px;
}



}