@charset "UTF-8";

.tableList__title01,
.tableList__style01,
.tableList__style01 li{
box-sizing: border-box;
}

.tableList__title01{
	background-color: #d6eefd;
	border: 1px solid #e8e8e8;
	border-bottom: none;
	padding: 20px;
	font-weight: bold;
}

.tableList__style01{
	margin-top: 0;
	width: 100%;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.tableList__style01::after {
  content: "";
  display: block;
  clear: both;
}

.tableList__style01 li{
	display: block;
	width: 50%;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	padding: 20px;
	float: left;
}

@media (min-width:769px) {
}

@media (max-width:768px) {
	.tableList__title01{
	}

	.tableList__style01{
		display: block;
	}
	.tableList__style01 li{
		display: block;
		width: 100%;
	}
}