.content_wrap {
	padding: 2rem;
}
.content_wrap .category_wrap ul {
	display: flex;
	justify-content: space-between;
	border-radius: 1rem;
	border: 0.2rem solid #dcddde;
}
.content_wrap .category_wrap ul li {
	width: 25%;
	text-align: center;
	background-color: #fff;
	border-radius: 1rem;
}
.content_wrap .category_wrap ul li a {
	padding: 2rem 0;
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	position: relative;
}
.content_wrap .category_wrap ul li a.on {
	color: #6433ba;
	border-bottom: 0.3rem solid #6433ba;
}


.list_wrap {
	background-color: #fff;
}

.list_wrap ul li p {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: -.1rem;
	padding: 2rem 4rem 2rem 1rem;
	line-height: 1.3;
	word-break: break-all;
	position: relative;
	border-radius: .7rem;
	background-color: #fff;
	margin-top: 0;
	margin-bottom: 0;
}
.list_wrap {
	width: 100%;
	padding: 2rem;
	min-height: 80vh;
}
.list_wrap ul {
	border: solid 0.2rem #dcddde;
	border-radius: 1rem;
	background-color: #fff;
}

.list_wrap li {
	border-bottom: 0.1rem solid #dcddde;
	margin: 0 1rem;
}
.list_wrap li:last-child {
	border-bottom: none;
	margin: 0 1rem;
}
.list_wrap ul li p img {
	width: 1.5rem;
	position: absolute; top: 50%; right: 1rem; transform: translateY(-50%);
}
.list_wrap ul li pre.on {
	display: block;
}
.list_wrap ul li pre {
	display: none;
	font-size: 1.6rem;
	letter-spacing: -.1rem;
	line-height: 1.3;
	margin: 0 1.5rem 1.5rem 1.5rem;
	background-color: #f7f8f9;
	border-top: 0.2rem solid #eaebec;
	border-bottom: 0.2rem solid #eaebec;
	padding: 2rem 1rem;
	color: #646464;
}
.list_wrap ul li .answer {
	position: relative;
	/* word-break: break-all; */
}
