table {
	width: 100%;
	margin:40px 0;
}
table th, table td {
	padding: 20px;
}
table th {
	background: #e7e7e7;
	color: #000;
	text-align: left;
}
table tr:last-child th,
table tr:last-child td {
	border-bottom: none;
}
table td {
	border-bottom: #ccc solid 1px;
}

@media screen and (max-width: 768px) {
	table tr:first-child th {
		width: 30%;
	}
}

/* --------------------------　ラインテーブル　-------------------------- */

.table_line {
	width: 100%;
	border-top: none;
	border-left: none;
	border-bottom: none;
	margin:30px 0 60px;
}
.table_line th, .table_line td {
	padding: 25px 10px;
}
.table_line th {
	background: #fff;
	color: #181818;
	border-bottom: #181818 solid 1px;
	border-right: none;
}
.table_line th:last-child {
	border-right: none;
}
.table_line tr:last-child th,
.table_line tr:last-child td {
	border-bottom: none;
}
.table_line td {
	border-bottom: #181818 solid 1px;
	border-right: none;
}