@charset "UTF-8";
/* -----------------------------------------------
*original design
	/agreement/

	1. .table_list
----------------------------------------------- */

/* -----------------------------------------------
	.table_list
----------------------------------------------- */
.content .table_list,
.content .table_list th,
.content .table_list td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 10px;
}
.content .table_list th {
	width: 50%;
	background-color: #f5f5f5;
}
.content .table_list td {
	width: 50%;
}
.content .table_list td a {
	display: block;
}
.content .table_list .ul_list.no_dot {
	list-style-type: none;
	padding: 2px 0 0 0;
	margin-bottom: 0;
}
.content .table_list .ul_list.no_dot li {
	padding-left: 0;
	list-style-type: none;
}
.content .table_list .ul_list.no_dot li::before {
	content: none;
}
@media only screen and (max-width: 767px) {
	.content .table_list th {
		display: block;
		float: none;
		display: table-cell;
		width: auto;
		border-right: #ccc 1px solid;
	}
	.content .table_list td {
		display: table-cell;
		float: none;
		width: auto;
	}
}