@charset "UTF-8";

.tab-area {
	max-width: 100%;
	margin: 0 auto;
}

.nav-tabs .nav-item {
	flex-grow: 1;
	text-align: center;
}

.nav-tabs .nav-link {
	color: #343A40;
}

.nav-tabs .nav-link.active {
	color: #615931;
	background: #f8fcdf;
}

.tab-pane h4 {
	font-size: 1rem;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	padding-top: 15px;
	margin-bottom: 20px;
}

.tab-pane h4:first-child {
	margin-top: 0;
}

.faq {
	display: flex;
}

.item-q,
.item-a {
	padding: 1rem;
	align-items: stretch;
}

.item-q-txt,
.item-a-txt {
	width: 100% !important;
	padding: 1rem 1rem;
	overflow-wrap: break-word;
}

.item-q {
	font-size: 18px;
	font-weight: 600;
	background: #343a40;
	color: #fff;
}

.item-a {
	font-size: 18px;
	font-weight: 600;
	background: #F5EEC9;
	color: #343a40;
}

.item-a-txt {
	color: #216C21;
}

.item-a-txt {
	color: #615931;
}

.tab-content a,
.tab-content a:hover {
	color: #615931;
	text-decoration: underline;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
	.tab-area {
		max-width: 1200px;
		margin: 0 auto;
	}


}