@charset "utf-8";

/* ============================================================================================== */
/* MAIN CONTENT                                                                                   */
/* ============================================================================================== */

.page-section {
	margin-bottom: 40px;
}

.voice {
	width: calc(100% - 40px);
	max-width: 860px;
	margin: 0 auto 60px;
	padding: 30px;
	background-color: rgb(245, 242, 238);
	border-radius: 10px;
	box-sizing: border-box;
}

.voice__txt {
	
}

.voice__state {
	font-size: 85%;
	text-align: right;
}


@media screen and (max-width: 540px) {
	.voice {
		width: 100%;
		padding: 20px;
		margin-bottom: 30px;
	}
}