.pg_lower {
	/* --------------------
	   faq page styles
	-------------------- */
}
.pg_lower .faqSection .faqFrame {
	margin: 0 0 40px;
	border: 1px solid #ff97bc;
}
.pg_lower .faqSection .faqFrame .txt_q, .pg_lower .faqSection .faqFrame .txt_a {
	position: relative;
	padding: 25px 20px 25px 75px;
	background: #fff;
	line-height: 1.5;
}
.pg_lower .faqSection .faqFrame .txt_q:before, .pg_lower .faqSection .faqFrame .txt_a:before {
	content: "";
	display: block;
	position: absolute;
	left: 15px;
	top: 20px;
	font-size: 32px;
	font-family: "Tangerine", sans-serif;
	font-weight: bold;
	color: #ff97bc;
}
.pg_lower .faqSection .faqFrame .txt_q {
	overflow: hidden;
	padding-right: 55px;
	font-size: 20px;
	font-weight: bold;
	color: #5d2c2c;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.pg_lower .faqSection .faqFrame .txt_q:before {
	content: "Q";
	left: 25px;
}
.pg_lower .faqSection .faqFrame .txt_q .btn_toggle {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 20px;
	height: 0;
	width: 24px;
	padding: 24px 0 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.pg_lower .faqSection .faqFrame .txt_a {
	padding-top: 28px;
	padding-bottom: 28px;
}
.pg_lower .faqSection .faqFrame .txt_a:before {
	content: "A";
}
.pg_lower .faqSection .faqFrame.open .txt_q {
	background: #ff97bc;
	color: #fff;
}
.pg_lower .faqSection .faqFrame.open .txt_q:before {
	color: #fff;
}

@media only screen and (max-width: 1100px) {
	.pg_lower .lineSection {
		padding-top: 30px;
	}
	.pg_lower .lineSection .ttlWrap {
		margin: 0 auto 10px;
		padding-top: 1.875em;
	}
	.pg_lower .lineSection .ttlWrap:before {
		width: 1.7em;
		height: 1.7em;
		font-size: 46px;
	}
}

/* Less than 767px */
@media only screen and (max-width: 767px) {
	.pg_lower {
		/* --------------------
		   faq page styles
		-------------------- */
	}
	.pg_lower .faqSection .faqFrame {
		margin: 0 0 25px;
	}
	.pg_lower .faqSection .faqFrame .txt_q, .pg_lower .faqSection .faqFrame .txt_a {
		position: relative;
		padding: 15px 15px 15px 48px;
	}
	.pg_lower .faqSection .faqFrame .txt_q:before, .pg_lower .faqSection .faqFrame .txt_a:before {
		left: 6px;
		top: 11px;
		font-size: 24px;
	}
	.pg_lower .faqSection .faqFrame .txt_q {
		padding-right: 35px;
		font-size: 16px;
	}
	.pg_lower .faqSection .faqFrame .txt_q:before {
		left: 16px;
	}
	.pg_lower .faqSection .faqFrame .txt_q .btn_toggle {
		right: 10px;
	}
	.pg_lower .faqSection .faqFrame .txt_a {
		padding-top: 13px;
		padding-bottom: 13px;
	}
}
