/****************************************************************************************/
#buttons .buttons {
	max-width: 1000px;
	display: inline-block;
}

#buttons .buttons li {
	margin: 0 10px 20px 10px;
	display: inline-block;
}

#buttons .buttons .button {
	width: 256px;
	height: 49px;
	font-size: 1.8rem;
}
/****************************************************************************************/
#faq .group {
	padding-top: 6px;
}
#faq .group:nth-child(n+2) {
	margin-top: 80px;
}

#faq h2 {
	font-size: 3.9rem;
	line-height: 3.9rem;
}

#faq .accordions {
	margin-top: 44px;
	width: 100%;
	max-width: 1000px;
	display: inline-block;
}

#faq .accordion {
	border-width: 1px 1px 0 1px;
}

#faq .accordion .header {
	padding: 25px 32px 22px 32px;
	font-size: 2.2rem;
	line-height: 3.1rem;
}

#faq .accordion .header > :first-child {
    padding-right: 28px;
}

#faq .accordion .header .plus-minus > * {
	width: 27px;
	height: 27px;
}
#faq .accordion .header .plus-minus .minus {
    height: 1px;
}
#faq .accordion .header .plus-minus .plus {
    width: 1px;
}

#faq .accordion .body {
	padding: 0 32px;
	font-size: 1.7rem;
	line-height: 3.2rem;
}
#faq .accordion .body > * {
	padding: 25px 0;
}
/****************************************************************************************/