.main {
	padding: 3rem 2.2rem;
}

.main .title_wrap h2 {
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: -.1rem;
}
.main .title_wrap h2::before {
	content: "Q. ";
	color: #12a768;
}

.main .content_wrap {
	padding: 1.8rem 0;
}
.main .content_wrap pre {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #333;
	white-space: pre-wrap;
}