@charset "shift_jis";




body{
	background-color: #7294C2;
}





.voice{
	display: flex;
	align-items: flex-end;
	
	margin-top: 4em;
	margin-bottom: 4em;
}
.voice__icon{}
.voice__wrap{
	padding: 2em;
	
	border-radius: 1em;
	background-color: #fff;
	
	
	text-align: left;
}
.voice:nth-child(2n+1) .voice__icon{
	order: 1;
}
.voice:nth-child(2n) .voice__icon{
	transform: scaleX(-1);
}
.voice__heading{
	margin: 0;
	margin-bottom: .5em;
	
	font-size: 1em;
	line-height: 1.5em;
}
.voice__note{
	margin: 0;
	margin-bottom: .5em;
}
.voice__name{
	margin: 0;
	text-align: right;
}

