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

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

#main {
	margin-bottom: 90px;
}

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

#faq {
	text-align: left;
}

#faq dt {
	margin-bottom: 10px;
	padding: 23px 60px 23px 78px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #d7d1c6;
	font-size: 18px;
	line-height: 1.3;
	color: #96835e;
	cursor: pointer;
	position: relative;
	transition: .4s;
}

#faq dt:hover {
	background: rgba(215, 209, 198, 0.1);
}

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

#faq dt:after {
	content: '';
	width: 13px;
	height: 13px;
	margin-top: -9px;
	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: 25px;
}

#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;
	padding-left: 80px;
	position: relative;
}

#faq dl.active dd {
	height: auto;
	padding-top: 10px;
	opacity: 1;
}

#faq dd:after {
	display: inline-block;
	vertical-align: top;
	content: 'A';
	width: 38px;
	height: 38px;
	margin-right: 15px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #aa9f8a;
	text-align: center;
	font-family: Lora, serif;
	font-size: 24px;
	line-height: 38px;
	color: #fff;
	position: absolute;
	top: 15px;
	left: 22px;
}

#faq dd:before {
	display: block;
	content: '';
	height: 10px;
}
