@charset "utf-8";

.table, .tablew {
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 200;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1em;
}

.table td,
.table th
{
	padding: 10px 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,1);
	font-size:1em;
}
.tablew td,
.tablew th
{
	padding: 10px 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,0);
	
}
.table th, .tablew th{
	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-optical-sizing: auto;
	font-style: normal;
	text-align:left;
	
	white-space: nowrap;
	font-size:1em;
	width: 20%;
}
.table thead th, .tablew thead th{
	background:#e6e6e6;
}
.mlzero {
	padding-left: 1em;
}
.table2 {
	width: 100%;
}
.table2 th {
	font-size: 1em;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 200;
	font-optical-sizing: auto;
	font-style: normal;
	white-space: nowrap;
	width: 20%;
	
	padding-top: 2em;
	padding-bottom: 2em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.table2 td {
	font-size: 1em;
	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 200;
	font-optical-sizing: auto;
	font-style: normal;
	
	padding-top: 2em;
	padding-bottom: 2em;
	
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	
}
@media screen and (max-width:800px) {
.table2 th {
	width: 30%;
}
.table, .tablew{
		display: block;
		width: 93%;
		margin-right: auto;
		margin-left: 0;
		padding: 0px;
}
.table thead, .tablew thead{
			display: none;
}
.table tbody, .tablew tbody{
			display: block;
}
.table tbody tr, .tablew tbody tr {
				display: block;
				margin-bottom: 1.5em;
}
.table tbody th,
.table tbody td,
.tablew tbody th,
.tablew tbody td
{
				display: list-item;
				border: none;
}
.table tbody th,
.tablew tbody th
{
	margin-bottom: 5px;
	list-style-type: none;
	background: #eee;
				
}
.table tbody td,
.tablew tbody td
{
				margin-left: 20px;
				padding: 0;
				list-style-type: none;
}
.table th,
.table td,
.tablew th,
.tablewtd
{
	width: 96%;
}
.table td,
.tablew td
{
	width: 86%;
}
	
	
}
