/* --------------------
	kobutsu
---------------------*/
.s-kobutsu-table table {
	width: 100%;
	line-height: 1.8;
	font-size: 15px;
}
.s-kobutsu-table table tr {
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-direction: column;
}
.s-kobutsu-table table tr th, .s-kobutsu-table table tr td {
	text-align: left;
	text-align: center;
}
.s-kobutsu-table table tr th:first-child, .s-kobutsu-table table tr td:first-child {
	border-left: none;
}
.s-kobutsu-table table tr th {
	padding: 12px 18px;
	background-color: #edf8e5;
	font-weight: bold;
	box-sizing: border-box;
}
.s-kobutsu-table table tr td {
	padding: 18px;
	background-color: #fff;
}
.s-kobutsu-table table tr td table {
	width: 100%;
}
.s-kobutsu-table table tr td table tr, .s-kobutsu-table table tr td table tr:first-child {
	border: none;
	margin-bottom: 18px;
	display: block;
}
.s-kobutsu-table table tr td table tr th, .s-kobutsu-table table tr td table tr td, .s-kobutsu-table table tr td table tr:first-child th, .s-kobutsu-table table tr td table tr:first-child td {
	padding: 0;
	background-color: #fff;
	display: inline-block;
	text-align: left;
}
.s-kobutsu-table table tr td table tr th, .s-kobutsu-table table tr td table tr:first-child th {
	width: 55%;
}
.s-kobutsu-table table tr td table tr td, .s-kobutsu-table table tr td table tr:first-child td {
	width: 43%;
}
.s-kobutsu-table table tr:first-child {
	border-top: 1px solid #ccc;
}
@media (min-width: 768px) {
	.s-kobutsu-table table tbody {
		display: flex;
	}
	.s-kobutsu-table table tbody tr {
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		flex: 0 0 25%;
	}
	.s-kobutsu-table table tbody tr:last-child {
		border-right: none;
	}
}