@charset "utf-8";
/* CSS Document */

@media screen and (max-width:767px){
.table01{
	width:100%;
	text-align:center;
	background:#fff;
	table-layout:fixed;
	}
.table01 td,.table01 th{
	display:table-cell;
	padding:10px 0px;
	border:1px solid #1372dd;
}
}
/* 240209更新 */
.tableC4 {
	width: 100%;
	border-collapse:  collapse;
	margin-bottom: 30px;
}
.tableC4 tbody tr:first-child th , .tableC4 tbody tr:first-child td{
	background: #1372dd;
	color: #fff;
	font-weight: bold;
}
.tableC4 tbody tr:first-child th {
	border-right: 1px solid #fff;
}
.tableC4 tbody tr:first-child th:last-child {
	border-right:none;
}
.tableC4 tbody tr th , .tableC4 tbody tr td{
	border: 1px solid #1372dd;
	padding: 10px;
}

@media screen and (max-width:767px) {
	.tableC4 tbody tr th , .tableC4 tbody tr td{
		padding: 10px 5px;
	}
}

.tableC4 tbody tr th{
	width:  30%;
	text-align: left;
	font-weight: normal;
}