@charset "utf-8";
.list {
	overflow: hidden;
	height: 400px;
	position: relative;
}
.list.open {
	height: auto;
}
.list:before {
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0));
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 100%;
	z-index: 1;
}
.list.open:before {
	display: none;
}
.list > ul > li {
	display: flex;
	border-bottom: 1px solid #E4E4E4;
	padding: 0 0 22px 10px;
}
.list > ul > li:not(:last-child) {
	margin-bottom: 22px;
}
.list > ul > li > p {
	margin: 0;
	padding: 0;
	display: block;
}
.list > ul > li > p:first-child {
	font-weight: bold;
	width: 8em;
	min-width: 8em;
}
.list > .more {
	position: absolute;
	bottom: 0;
	left: calc(50% - 215px);
	z-index: 2;
	width: 430px;
	font-size: 2rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	padding: 28px 5px;
	margin: 0 auto;
	cursor: pointer;
	border: 2px solid #333333;
	background: #FFF;
	border-radius: 10px;
}
@media screen and (max-width: 834px) {
	.list > ul > li {
		display: block;
	}
	.list > .more {
		width: 260px;
		left: calc(50% - 130px);
			font-size: 1.6rem;
	}
}
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
.soudan th{
	padding-right: 1em;
}
.box1{
	border: 4px solid #EEE;
	padding: 20px;
	border-radius: 20px;
}
@media screen and (max-width: 834px) {
	.soudan th,
	.soudan td{
		display: block;
	}
}