
/* voice
   ========================================================================== */
.voice{
	margin: 0 0 0;
}

.voice .bg{
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.voice .bg > ul li{
	text-align: center;
}

.voice .bg > ul li{
	display: inline-block;
}

.voice .bg > ul li img{
	width: 100%;
	height:auto;
}


@media screen and (min-width : 768px){

    /* voice
       ========================================================================== */
    .voice{
    	margin: 0 0 0;
    }

}

@media screen and (min-width : 769px){

    /* voice
       ========================================================================== */


	.voice .bg > ul li{
		position: relative;
	}

	.voice .bg > ul li:after{
		content: "";
		position: absolute;
		width: 84%;
		height:auto;
		top: 0;
		left: 32px;
	}

	.voice .bg > ul li{
		position: relative;
		z-index: 5;
	}

}
