
.exam_wrap .category_wrap ul {
	display: flex;
}
.exam_wrap .category_wrap ul li {
	width: 50%;
}
.exam_wrap .category_wrap ul li a {
	display: block;
	font-size: 2rem;
	text-align: center;
	padding: 1.5rem 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #dd3163;
	font-weight: 600;
}
.exam_wrap .category_wrap ul li a.on {
	background-color: #dd3163;
	color: #fff;
	border-bottom: 1px solid #dd3163;
	border-right: 1px solid #dd3163;
}
.exam_wrap .category_wrap ul li:last-child a {
	border-right: none;
}
.exam_wrap .content_wrap {
	padding: 2rem;
	border-bottom: 5px solid #ecebed;
}
.exam_wrap .content_wrap table {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.exam_wrap .content_wrap table tr th, 
.exam_wrap .content_wrap table tr td {
	font-size: 1.5rem;
	padding: 1rem;padding-right: 0.5rem;
	border: 1px solid #ddd;
	text-align: left;
	line-height: 1.4;
	
	word-break: break-all;
	white-space: pre-wrap;
}
.exam_wrap .content_wrap table tr th {
	width: 40%;
	color: #666;
}
.exam_wrap .content_wrap table tr td {
	width: 60%;
	font-size: 1.4rem;
}
.exam_wrap .content_wrap table thead {
	background-color: #eee;
}
.exam_wrap .content_wrap table thead tr th, .exam_wrap .content_wrap table thead tr td {
	color: #777;
	font-size: 1.7rem;
	font-weight: 600;
}


.list_wrap ul li a {
	display: block;
	font-size: 2.2rem;
	font-weight: 600;
	padding: 2rem;
	padding-left: 8rem;
	border-bottom: 1px solid #ddd;
}
.list_wrap ul li:nth-child(1) a {
	background: url("../img/menu1.png") no-repeat 2rem center / 3.5rem;
}
.list_wrap ul li:nth-child(2) a {
	background: url("../img/menu2.png") no-repeat 2rem center / 3.5rem;
}
.list_wrap ul li:nth-child(3) a {
	background: url("../img/menu3.png") no-repeat 2rem center / 3.5rem;
}
.list_wrap ul li:nth-child(4) a {
	background: url("../img/menu4.png") no-repeat 2rem center / 3.5rem;
}