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

	かんたん外構デザイン診断 トップ

///////////////////////////////////////////////////////////////////////*/
#snippet_foot_form_link h2#snippet_foot_contactTtl:before {
	display: none;
}
.taste-index_matrix--compact {
	width: 680px;
	background: url("/public/img/static/taste/diagnose/index/bg_matrix.png") left top no-repeat;
}
.diagnose-con {
	padding: 30px 9px 0;
}
.diagnose_hd {
	margin: 0 0 20px;
	padding-left: 11px;
	border-left: solid 9px #2f7300;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3;
}
.diagnose_lead {
	margin: 0 20px 24px;
	font-size: 21px;
	line-height: 1.52;
}
.diagnose_btn {
	margin-bottom: 50px;
	padding: 40px 0;
	background-color: #fffccd;
	text-align: center;
}
.diagnose_btn a {
	position: relative;
	display: inline-block;
	*display: inline; /* IE7 */
	*zoom: 1; /* IE7 */
	height: 70px;
	padding: 0 147px;
	border-radius: 5px;
	background-color: #0068b7;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	line-height: 70px;
}
.diagnose_btn a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 24px;
	width: 0;
	height: 0;
	margin: auto 0;
	border: 7px solid transparent;
	border-left: 13px solid #fff;
	border-right: none;
}
.diagnose_btn a:hover {
	color: #fff !important;
}