@charset "UTF-8";

@media screen and (min-width: 751px){
	.table-t1 th {
		width: 20%;
	}
	.table-t1 td {		
		width: 80%;
	}
	.table-t2 th {
		width: 20%;
	}
	.table-t2 td {		
		width: 40%;
	}
}

@media screen and (max-width:750px){
	.table .sp-hide {
		display: none;
	}
	.table .subtitle {
		background-color: #f2f2f2;
	}
}