@charset "UTF-8";

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

.block_faq {
	margin: 1em 0 3em;
}

.block_faq .heading {
	margin: 1em 0;
	font-size: 125%;
}

.list_faq {
}

.item_faq {
	margin: 1em 0;
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
}

.item_faq .q {
	position: relative;
	margin: 0 0 .5em 45px;
}

.item_faq .a {
	position: relative;
	margin: 0 0 .5em 45px;
}

.item_faq .q:before,
.item_faq .a:before {
	position: absolute;
	display: inline-block;
	left: -34px;
	width: 24px;
	height: 24px;
	overflow: hidden;
	margin: 0 10px 0 0;
	font-family: 'Crimson Text', 'EB Garamond', serif;
	font-weight: normal;
	text-align: center;
	line-height: 22px;
	vertical-align: middle;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.item_faq .q:before {
	content: "Q";
	color: #fff;
	background: #212121;
}

.item_faq .a:before {
	content: "A";
	color: #525151;
	background: #ebdde0;
}
