@charset "UTF-8";
/*///////////////////////////////////////////////////////////////////////

	かんたん外構デザイン診断 質問

///////////////////////////////////////////////////////////////////////*/
.diagnose-con{
	padding: 30px 9px 25px;
	font-size: 16px;
}
.diagnose-inner {
	padding: 0 22px;
}
.diagnose_hd {
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	height: 32px;
	margin-bottom: 27px;
	padding: 0 13px;
	background-color: #2f7300;
	color: #fff;
	font-weight: normal;
	line-height: 32px;
}
.diagnose-q_hd {
	margin-bottom: 16px;
	font-size: 21px;
	font-weight: bold;
}
.diagnose-q_ttl {
	float: left;
	font-size: 21px;
}
.diagnose-q_count {
	float: right;
	margin-top: 8px;
	font-weight: bold;
}
/* ====================================================
	ボタン
====================================================*/
.diagnose-q_list li {
	margin-bottom: 20px;
}
.diagnose-q_btn {
	position: relative;
	display: block;
	border: 3px solid #2f7300;
	border-left: none;
	*border-left: 3px solid #2f7300; /* IE7 */
	border-radius: 7px;
	text-decoration: none;
}
.diagnose-q_btn::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 17px;
	width: 0;
	height: 0;
	margin: auto 0;
	border: 7px solid transparent;
	border-left: 13px solid #2f7300;
	border-right: none;
	*display: none; /* IE7 */
}
.diagnose-q_num {
	display: table-cell;
	width: 31px;
	background-color: #2f7300;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}
.diagnose-q_txt {
	display: table-cell;
	padding: 19px 30px 19px 10px;
	color: #2f7300;
	font-size: 21px;
	font-weight: bold;
}