.main {
	padding: 2rem;
	background: #f2f2f2;
}

.list_wrap {
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: none;
}
.list_wrap li p, .list_wrap li pre {
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 1.5rem;
}
.list_wrap li .title, .list_wrap li .content {
	border-bottom: 1px solid #ddd;
}
.list_wrap li .title.active {
	background: #ffeef7;
	font-weight: 800;
	color: #af275f;
}