@charset "UTF-8";
/*==================================================================
	page-faq.css
===================================================================*/

/* ------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/

#faq #contents {
	padding-top: 70px;
	padding-bottom: 80px;
	position: relative;
}
#faq .bg-logoBlueRight {
	top: 1900px;
}
@media only screen and (max-width: 991px) {
	#faq #contents {
		padding-top: 30px;
		padding-bottom: 40px;
	}
}

/* ------------------------------------------------------------------
	#faq .ttlArea
-------------------------------------------------------------------*/
#faq .ttlArea {
	background-image: url(../img/faq/bg_faq_ttl.jpg);
}
@media only screen and (max-width: 768px) {
}

/* ------------------------------------------------------------------
	FAQ
-------------------------------------------------------------------*/
#contents .acMenu {
	margin-bottom: 80px;
}
#contents .acMenu dt {
	display: block;
	background: #fff;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
	border-bottom: 2px solid #eee;
	cursor: pointer;
	position: relative;
	padding: 0.5em 2em 0.5em 2em;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}
#contents .acMenu dt:after {
	content: '\f107';
	font-family: fontawesome;
	display: block;
	position: absolute;
	top: 25%;
	right: 2%;
}
#contents .acMenu dt.active:after {
	content: '\f106';
	font-family: fontawesome;
	display: block;
	position: absolute;
	top: 25%;
	right: 2%;
}
#contents .acMenu dt.active {
	color: #fff;
	background-color: #8ddcdd;
}
#contents .acMenu dt span {
	position: absolute;
	top: 0.3em;
	left: 0.4em;
	font-family: 'Montserrat';
	font-size: 30px;
	color: #8ddcdd;
	margin-right: 20px;
}
#contents .acMenu dt.active span {
	color: #fff;
}

#contents .acMenu dd {
	background: #fff;
	font-size: normal;
	font-size: 16px;
	padding: 0.5em 1em 0.5em 4em;
	margin-bottom: 20px;
	display: none;
	color: #333;
	position: relative;
}
#contents .acMenu dd span {
	position: absolute;
	font-size: 26px;
	font-family: 'Montserrat';
	color: #8ddcdd;
	margin-right: 20px;
	top: 0.3em;
	left: 0.5em;
}

@media only screen and (max-width: 768px) {
	#contents .acMenu {
		margin-bottom: 20px;
	}
	#contents .acMenu dt {
		display: block;
		background: #fff;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.1em;
		margin-bottom: 20px;
		border-bottom: 2px solid #eee;
		padding: 0.5em 2em 0.5em 2.2em;
	}
	#contents .acMenu dt span {
		font-size: 20px;
		top: 0.3em;
	}
	#contents .acMenu dt:after {
		content: '\f107';
		font-family: fontawesome;
		display: block;
		position: absolute;
		top: 30%;
		right: 2%;
	}
	#contents .acMenu dt.active:after {
		content: '\f106';
		font-family: fontawesome;
		display: block;
		position: absolute;
		top: 30%;
		right: 2%;
	}
	#contents .acMenu dd {
		font-size: normal;
		font-size: 14px;
		line-height: 1.5em;
		padding: 0.5em 1em 0.5em 2.5em;
		margin-bottom: 10px;
		display: none;
		color: #333;
	}
	#contents .acMenu dd span {
		font-size: 20px;
	}
}
