@charset "UTF-8";
@import "../../include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
}

/* ---------------------------------------------------------
	CSS Document faq
--------------------------------------------------------- */

#faq {
	margin: 0 20px;
	text-align: left;
}

#faq dt {
	margin-bottom: 10px;
	padding: 15px 40px 15px 47px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #d7d1c6;
	font-size: 15px;
	line-height: 1.3;
	color: #96835e;
	cursor: pointer;
	position: relative;
}

#faq dt:before {
	content: 'Q';
	width: 28px;
	height: 28px;
	margin-top: -14px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #eebf4d;
	text-align: center;
	font-family: Lora, serif;
	font-size: 17px;
	line-height: 26px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 10px;
}

#faq dt:after {
	content: '';
	width: 9px;
	height: 9px;
	margin-top: -6px;
	border-bottom: solid 2px #96835e;
	border-right: solid 2px #96835e;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}

#faq  dt.active:after {
	margin-top: -3px;
	border: 0;
	border-top: solid 2px #96835e;
	border-left: solid 2px #96835e;
}

#faq dd {
	display: none;
	padding-bottom: 30px;
}
