@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;
}
.faq {
	display: flex;
}
.item-q,
.item-a {
	padding:1rem;
	align-items: stretch;
}
.item-q-txt,
.item-a-txt {
	padding:1rem 1rem;
}
.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;
}


}