@charset "utf-8";
#main_title {
	border-bottom: solid 1px #e3e3e3;
}
#main_title .inner {
	display: flex;
	align-items: center;
	height: 100px;
}
#main_title .inner p {
	font-size: 36px;
	font-weight: bold;
}
#evaluation {
	padding-bottom: 100px;
}
#evaluation .inner dl {
	margin-top: 50px;
}
#evaluation .inner dl dt {
	font-size: 20px;
	font-weight: bold;
}
#evaluation .inner .comp dd .txt {
	margin-top: 10px;
	font-size: 16px;
	line-height: 30px;
}
#evaluation .inner dl dd table {
	width: 100%;
	margin-top: 10px;
}
#evaluation .inner dl dd table th, #evaluation .inner dl dd table td {
	box-sizing: border-box;
	border-collapse: separate;
	border: solid 1px #d3d3d3;
	font-size: 16px;
	vertical-align: middle;
}
#evaluation .inner dl dd table th:nth-child(1), #evaluation .inner dl dd table td:nth-child(1) {
	border-right: none;
}
#evaluation .inner dl dd table th:nth-child(2), #evaluation .inner dl dd table td:nth-child(2) {
	border-left: none;
}
#evaluation .inner dl dd table th {
	height: 40px;
	background: #eee;
	font-weight: bold;
	text-align: left;
}
#evaluation .inner dl dd table td {
	height: 38px;
}
#evaluation .inner dl dd table th:nth-child(1), #evaluation .inner dl dd table td:nth-child(1) {
	width: 230px;
	padding-left: 95px;
}
#evaluation .inner dl dd table th:nth-child(2) {
	padding-left: 300px;
}
#evaluation .inner dl dd table td:nth-child(2) {
	padding-left: 20px;
}