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

  プランセレクション 共通

/////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* =====================================================================================================

  共通設定

======================================================================================================*/
#snippet_foot_form_link h2#snippet_foot_contactTtl:before {
	content: "";
	display: block;
	width: 730px;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
}
#mainContents .plan-selection {
	position: relative;
	top: -11px;
	left: -16px;
	width: 730px;
	background-color: #fff;
}
#mainContents .plan-selection img {
	vertical-align: bottom;
}
/* =====================================================================================================
  工事のご相談・お問合せはこちらから（無料）
 /include/planselection_form.html
======================================================================================================*/
.planselection_form {
	height: 220px;
	margin: 0 0 -15px 0;
	padding-top: 40px;
	border-top: 1px solid #ececec;
	background-color: #fff;
}
.planselection_form .inner {
	margin: 0 20px;
	padding: 30px 0 40px;
	background-color: #fffccd;
	text-align: center;
}
.planselection_form .invitation {
	text-align: center;
}
.planselection_form .invitation strong {
	color: #f00;
}
.planselection_form a.bt_form {
	display: inline-block;
	*
	display: inline; /* IE7 */
	*
	zoom: 1; /* IE7 */
	height: 70px;
	margin-top: 20px;
	padding: 0 30px 0 35px;
	background-color: #ec6941;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 70px;
	text-decoration: none;
}
.planselection_form a.bt_form:hover {
	color: #fff !important;
}
.planselection_form a.bt_form::before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	border: 5px solid transparent;
	border-left: 8px solid #fff;
	border-right: none;
	vertical-align: middle;
	*
	display: none; /* IE7 */
}
div#snippet_foot_form_link::before {
	display:none !important;
}