
body #content-faqs-section {
	padding: 50px 15px;
}

body #content-faqs-section div.desktop_w div.expandable_section_group {
	margin: 0 0 20px 0;
}

body #content-faqs-section div.desktop_w div.expandable_section_group h2 {
	cursor: pointer;
	font-size: 2.8rem;
	line-height: 4.0rem;
	margin: 0;
	padding: 0 0 0 20px;
	position: relative;
}

body #content-faqs-section div.desktop_w div.expandable_section_group h2::before {
	color: #707070;
	content: '\f067';
	font-family: "Font Awesome 5 Pro";
	font-size: 1.2rem;
	font-weight: 400;
	left: -5px;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: calc(50% - 3px);
	width: 30px;
}

body #content-faqs-section div.desktop_w div.expandable_section_group.open h2::before {
	content: '\f068';
}


body #content-faqs-section div.desktop_w div.expandable_section_group div.expandable_section_group_content_c {
	display: none;
	padding: 20px;
}

body #content-faqs-section div.desktop_w div.expander {
	background-color: #fff;
	box-shadow: 0 7px 24px rgba(0, 0, 0, 0.2);
	margin: 0 0 15px 0;
}

body #content-faqs-section div.desktop_w div.expander button.header {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	border: none;
	color: #000;
	cursor: pointer;
	font-size: 1.8rem;
	line-height: 1.1;
	padding: 25px 30px;
	position: relative;
	text-align: left;
	width: 100%;
}

body #content-faqs-section div.desktop_w div.expander button.header::before {
	color: #707070;
	content: '\f067';
	font-family: "Font Awesome 5 Pro";
	font-size: 1.2rem;
	font-weight: 400;
	left: 3px;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: calc(50% - 4px);
	width: 30px;
}

body #content-faqs-section div.desktop_w div.expander.open button.header::before {
	content: '\f068';
}

body #content-faqs-section div.desktop_w div.expander div.content_c {
	display: none;
	padding: 0 20px 40px 0;
}

body #content-faqs-section div.desktop_w div.expander div.content_c > p {
	color: #707070;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	line-height: 2.4rem;
	margin-top: 0;
	padding: 0 30px;
}

body #content-faqs-section div.desktop_w div.expander div.content_c > p:last-child {
	margin: 0;
}

body #content-faqs-section div.desktop_w div.expander div.content_c ul {
	margin: 0;
}

body #content-faqs-section div.desktop_w div.expander div.content_c ul li {
	color: #707070;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	line-height: 2.4rem;
}


@media screen and (min-width: 960px) {
	body #content-faqs-section {
		padding: 70px 0 90px 0;
	}

	body #content-faqs-section div.desktop_w div.expandable_section_group {
		padding: 0 120px;
	}

	body #content-faqs-section div.desktop_w div.expandable_section_group h2 {
		font-size: 2.8rem;
		line-height: 4.0rem;
	}

	body #content-faqs-section div.desktop_w div.expander div.content_c ul {
		margin: 0 0 0 30px;
	}
}