#contents section ul{
	border:2px solid #008628;
	padding:30px 45px 30px 55px;
	border-radius:10px;
	box-sizing:border-box;
}
#ishi table{
	border:2px solid #008628;
	display:flex;
	border-radius:10px;
	overflow:hidden;
	padding:20px;
	gap:50px;
}
#ishi table th,
#ishi table td{
	border:0;
	background:transparent;
	text-align:left;
}
#ishi table thead{
	display:block;
	width:250px;
}
#ishi table thead th,
#ishi table thead td{
	display:block;
}
#ishi table thead th{
	font-size:24px;
}
#ishi table thead td{
	background:#c5e2cd;
}
#ishi table tbody{
	width:calc(100% - 300px);
}
#ishi table tbody th{
	color:#008628;
}