
.modal-content {
	width: 60% ;
	margin: 0 ;
	margin-top: 80px;
	padding: 0 ;
	border: 1px solid #fff ;
	background: #ffdce3 ;
	position: fixed ;
	display: none ;
	z-index: 500 ;
	color: #333;
	overflow: auto;
}

.modal-message {
	max-height: 90%;
	/*margin: 0 auto ;*/
	margin-top: 80px;
	padding: 0 ;
	border: 1px solid #fff ;
	background: #ffdce3 ;
	position: fixed ;
	display: none ;
	z-index: 500 ;
	color: #333;
	overflow: auto;
}
 
#modal-overlay {
	z-index: 499 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #ff335e ;
	text-decoration: non ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #fff ;
}

/* voice
--------------------------------*/
.voice_back{
	margin: 0;
	width: 100%;
	z-index: 501;
	position: relative;
}

.voice_1{
	width: 30%;
	top: 36%;
	left: 43%;
	z-index:502;
	position: absolute;
}
.voice_1 img{
	width: 90%;
}

.voice_2{
	width: 30%;	
	top: 36%;
	left: 70%;
	z-index:503;
	position: absolute;
}
.voice_2 img{
	width: 90%;
}

.voice_3{
	width: 30%;	
	top: 46%;
	left: 56%;
	z-index:504;
	position: absolute;
}
.voice_3 img{
	width: 90%;
}


@media only screen and (max-width: 900px) {
.modal-content {
	width: 95%;
	margin: 0 ;
	padding: 0 ;
	border: 1px solid #fff ;
	background: #ffdce3 ;
	position: fixed ;
	display: none ;
	z-index: 500 ;
	color: #333;
}
  
#modal-overlay {
	z-index: 499 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #ff335e ;
	text-decoration: non ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #fff ;
}

.voice_back{
	margin: 0;
	width: 100%;
	z-index: 501;
	position: relative;
}

.voice_1{
	width: 30%;
	top: 32%;
	left: 57%;
	z-index:502;
	position: absolute;
}
.voice_1 img{
	width: 90%;
}

.voice_2{
	width: 30%;	
	top: 46%;
	left: 57%;
	z-index:503;
	position: absolute;
}
.voice_2 img{
	width: 90%;
}

.voice_3{
	width: 30%;	
	top: 60%;
	left: 57%;
	z-index:504;
	position: absolute;
}
.voice_3 img{
	width: 90%;
}

}