@charset "utf-8";
/* CSS Document */
/*========================================
　　不動産Ｑ＆Ａ
========================================*/
#faqLink {
	padding: 0 0 20px;
}
#faqLink dl dt {
	padding: 0 0 20px;
}
#faqLink dl dt div.buttonContent a span {
	letter-spacing: 5px;
	line-height: 40px;
}
#faqLink dl dd ul li {
	position: relative;
	font-size: 94%;
	line-height: 160%;
	padding: 0 0 5px 25px;
}
#faqLink dl dd ul li:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "Q";
	font-weight: 700;
	font-size: 120%;
}
#faqMain {
	padding: 0 0 30px;
}
#faqMain #buy {
	position: relative;
	padding: 0 0 20px;
}
#faqMain dl {
	position: relative;
	margin: 0 0 40px;
	padding: 0;
	background-color: #FFF;
	border: 1px solid #DDD;
}
#faqMain dl dt {
	position: relative;
	padding: 40px 40px 0 70px;
	letter-spacing: 0;
	font-weight: 700;
	font-size: 108%;
	line-height: 160%;
}
#faqMain dl dd:before,
#faqMain dl dt:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-weight: 700;
}
#faqMain dl dt:before {
	content: "Q";
	left: 30px;
	top: 32px;
	font-size: 32px;
}
#faqMain dl dd:before {
	content: "A";
	left: 80px;
	top: 17px;
	font-size: 34px;
}
#faqMain dl dd {
	position: relative;
	padding: 20px 40px 40px 120px;
}
@media screen and (max-width: 768px) {
	#faqLink {
		padding: 0;
	}
	#faqLink div.col-1-2 {
		clear: none;
		float: left;
		width: 50%;
		margin-bottom: 10px;
	}
	#faqLink dl dt div.buttonContent a span {
		font-size: 94%;
	}
	#faqLink dl dd {
		display: none;
	}
	#faqMain {
		padding: 0 0 20px;
	}
	#faqMain dl {
		margin: 0 0 30px;
	}
	#faqMain dl dt {
		padding: 30px 20px 0 50px;
		font-size: 100%;
		line-height: 160%;
	}
	#faqMain dl dd:before,
	#faqMain dl dt:before {
		left: 15px;
	}
	#faqMain dl dt:before {
		top: 30px;
		font-size: 22px;
		line-height: 22px;
	}
	#faqMain dl dd:before {
		top: 20px;
		font-size: 24px;
		line-height: 24px;
	}
	#faqMain dl dd {
		position: relative;
		padding: 20px 20px 30px 50px;
	}
}