@charset "utf-8";
/* page setting
--------------------------------------------------------- */
.business_table {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

/*
table{
	width: 100%;
	border-collapse: collapse;
	margin-right: 10%;
}
*/

table tr{
	border-bottom: solid 1px white;
}

table tr:last-child{
	border-bottom: none;
}

.table_design03 {
	border-collapse: collapse;
	width: 90%;
	max-width: 900px;
	font-size: 14px;
}
.table_design03 th, .table_design03 td {
	border-bottom: 1px solid #D9D9D9;
	padding: 1em;
}
.table_design03 th {
	border-bottom: 1px solid #D9D9D9;
	font-weight: bold;
	text-align: left;
	padding-left: 50px;
	width: 30%;
	min-width: 4em;
	vertical-align: top;
}

@media screen and (max-width: 600px) {
	.table_design03 {
		border-collapse: collapse;
		width: 90%;
		max-width: 900px;
		font-size: 12px;
	}

	.table_design03 th {
		border-bottom: 1px solid #D9D9D9;
		font-weight: bold;
		text-align: left;
		padding-left: 20px;
		width: 40%;
		min-width: 4em;
		vertical-align: top;
	}

	.table_design03 th, .table_design03 td {
		border-bottom: 1px solid #D9D9D9;
	}

	.table_design03 th, {
		padding: 1em;
	}

	.table_design03 td {
		padding: 1em 1em 1em 0;
	}

}