@charset "UTF-8";
.voice-box {
	margin: 0 5%;
	font-size: 13px;
}
section.page-layout-section table {
	font-size: 13px;
}

section.page-layout-section th {
	width: 80px;
}
section.page-layout-section td p {
	font-size: 13px;
	margin: 0;
}

@media screen and (min-width: 769px) {
	/* PC */
	.voice-box {
		width: 1000px;
		margin: 0 auto;
	}
	section.page-layout-section th {
		width: 200px;
	}
	section.page-layout-section table,
	section.page-layout-section td p {
		font-size: 14px;
	}
