.main .banner_wrap {
	background: url("../img/meu2_background.png") no-repeat 0 0 / cover;
	width: 100%;
	height: 15rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-bottom: 4px solid #d3d3d3;
}
.main .banner_wrap p {
	font-size: 1.5rem;
	color: #fff;
	padding-bottom: .7rem;
}
.main .banner_wrap h2 {
	font-size: 3rem;
	font-weight: 900;
	color: #fff;
	letter-spacing: -.2rem;
}

.main .content_wrap .category {
	display: flex;
}
.main .content_wrap .category li {
	font-size: 1.6rem;
	width: 50%;
	text-align: center;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
}
.main .content_wrap .category li a {
	display: block;
	padding: 1.5rem 0;
	font-size:2rem
}
.main .content_wrap .category li.active {
	color: #619c08;
	position: relative;
}
.main .content_wrap .category li.active::after {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #619c08;
}
.main .content_wrap .contents {
	padding: 2.5rem 2rem;
}
.main .content_wrap .contents .item {
	margin-bottom: 2.4rem;
}
.main .content_wrap .contents .item .title {
	font-size: 2rem;
	font-weight: 600;
	padding-bottom: .6rem;
	line-height: 1.3;
}
.main .content_wrap .contents .item .content {
	font-size: 1.8rem;
	line-height: 1.6;
	white-space: pre-wrap;
}
