  @charset "utf-8";
/* CSS Document */

.sec-quote .tableStyle01{
	margin-bottom: 40px;
}
.sec-quote .tableStyle01 tr th{
	text-align: left;
	font-weight: 500;
	width: 30%;
}
.sec-quote .tableStyle01 tr td{
	width: 70%;
}
@media screen and (max-width: 480px) {
	.sec-quote .tableStyle01 tr th br{
		display: none;
	}
}