.content_wrap {
	padding: 0 2rem 1.5rem;
}
.content_wrap .category_wrap {
	background: #fff;
	border: 1px solid #ddd;
}
.content_wrap .category_wrap ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 3rem 1.5rem;
	gap: 1rem;
}
.content_wrap .category_wrap ul li a {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.content_wrap .category_wrap ul li img {
	width: 6rem;
	margin-bottom: 1rem;
}
.content_wrap .category_wrap ul li p {
	display: flex;
	text-align: center;
	line-height: 1.3;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -.1rem;
}

.exp_wrap {
	display: none;
	margin-top: 2rem;
	background: #eaeaea;
	padding: 2rem;
	border: 1px solid #ddd;
	margin: 0 1.5rem;
	margin-bottom: 9rem;
}
.exp_wrap.on {
	display: block;
}
.exp_wrap .title_wrap {
	display: flex;
	align-items: center;
}
.exp_wrap .title_wrap img {
	width: 5rem;
}
.exp_wrap .title_wrap h2 {
	font-size: 2rem;
	letter-spacing: -.1rem;
	font-weight: 900;
	color: #333;
	display: inline-block;
	padding: 1rem 0 1rem .5rem;
	border-radius: 2rem;
}
.exp_wrap .contents_wrap {
	margin-top: 2rem;
}
.exp_wrap .contents_wrap ul li {
	margin-bottom: 2.5rem;
}
.exp_wrap .contents_wrap ul li:last-child {
	margin-bottom: 0;
}
.exp_wrap .contents_wrap ul li p {
	font-size: 1.9rem;
	font-weight: 700;
	padding-bottom: .8rem;
}
.exp_wrap .contents_wrap ul li pre {
	font-size: 1.8rem;
	line-height: 1.6;
}