@charset 'utf-8';


.blockheader p {
	margin-top: 1em;
	font-size: 1.4em;
	line-height: 1.6;
}

@media only screen and (min-width: 769px) {

	.blockheader p {
		font-size: 1.6em;
	}
}


#faqitemlist {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 10px;
	vertical-align: top;
}

#faqitems {
	width: 100%;
}

#faqitems > div {
	margin: 10px 0;
	padding: 15px;
	border: 2px solid #7fc13f;
	background: #fff;
	transition: 0.2s;
	position: relative;
	cursor: pointer;
}

#faqitems > div:nth-child(even) {
	background: #f1f5ed;
}

#faqitems > div:hover {
	background: #fff;
}

#faqitems > div.active {
	background: #fff;
}

#faqitems .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

#faqitems .icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

#faqitems h2 .icon svg {
	fill: #518b45;
}

#faqitems .answer > .icon svg {
	fill: #6f9dde;
}

#faqitems h2 {
	padding-left: 30px;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.4em;
	position: relative;
}

#faqitems .answer {
	display: none;
	margin-top: 15px;
	padding-left: 30px;
	font-size: 1.5em;
	line-height: 1.6em;
	position: relative;
}

#faqitems .answer :last-child {
	margin-bottom: 0 !important;
}

#faqitems .answer ul {
	margin-left: 1.5em;
}

#faqitems .answer > div,
#faqitems .answer > p:not(:last-child),
#faqitems .answer ul:not(:last-child) {
	margin-bottom: 1.5em;
}

#faqitems .answer .btnarea a[target="_blank"]:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
	vertical-align: middle;
}

#faqitems .answer .contact {
	text-align: center;
}

#faqitems .answer .contact .brick {
	display: inline-block;
	padding: 1em 2em;
	border-radius: 99px;
	background: #fcd6d6;
}

#faqitems .answer .contact .head {
	font-weight: 700;
}

#faqitems .answer .contact .call {
	font-size: 24px;
	line-height: 1;
}

#faqitems .answer .contact .call i {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: .2em;
	font-style: normal;
	vertical-align: middle;
	position: relative;
}

#faqitems .answer .contact span.icon {
	width: 100%;
	height: 100%;
}

#faqitems .answer .contact span.icon span {
	width: 100%;
	height: 100%;
}

#faqitems .answer .contact span.etext {
	vertical-align: middle;
}

#faqitems .answer .contact .call a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}

.explanation {
	width: 100%;
	margin: 10px auto;
	font-size: 1.2em;
	line-height: 1.4em;
}


@media only screen and (min-width: 769px) {

	#faqitemlist {
		padding-bottom: 30px;
	}

	#faqitems > div {
		margin: 20px 0;
		padding: 20px;
	}

	#faqitems h2 {
		padding-left: 40px;
		font-size: 1.8em;
	}

	#faqitems h2:before {
		font-size: 30px;
	}

	#faqitems .answer {
		margin-top: 20px;
		padding-left: 40px;
		font-size: 1.6em;
	}

	#faqitems .answer:before {
		font-size: 30px;
	}

	.explanation {
		font-size: 1.4em;
		text-align: right;
	}
}


