@charset "utf-8";
/*-------------------------------------------*/
/*----------------- ais ------------------*/
/*-------------------------------------------*/
.explanation {
	width: 980px;
	margin: 0 auto 100px;
}
.explanation .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	height: 37px;
	border: solid 1px #d3d3d3;
	background: #ebf4ff;
	font-size: 18px;
	font-weight: bold;
}
.explanation dl {
	margin-top: 30px;
}
.explanation dl dt {
	font-size: 18px;
	font-weight: bold;
}
.explanation .comp dd .txt {
	margin-top: 5px;
	font-size: 14px;
	line-height: 24px;
}
.explanation dl dd table {
	width: 100%;
	margin-top: 10px;
}
.explanation dl dd table th, .explanation dl dd table td {
	box-sizing: border-box;
	border-collapse: separate;
	border: solid 1px #d3d3d3;
	font-size: 14px;
	vertical-align: middle;
}
.explanation dl dd table th:nth-child(1), .explanation dl dd table td:nth-child(1) {
	border-right: none;
}
.explanation dl dd table th:nth-child(2), .explanation dl dd table td:nth-child(2) {
	border-left: none;
}
.explanation dl dd table th {
	height: 40px;
	background: #eee;
	font-weight: bold;
	text-align: left;
}
.explanation dl dd table td {
	height: 35px;
}
.explanation dl dd table th:nth-child(1), .explanation dl dd table td:nth-child(1) {
	width: 230px;
	padding-left: 95px;
}
.explanation dl dd table th:nth-child(2) {
	padding-left: 290px;
}
.explanation dl dd table td:nth-child(2) {
	padding-left: 20px;
}