@charset "utf-8";
/* CSS Document */

.w460{ width:460px;}
.w220{ width:220px;}
.w160{ width:160px;}
.w75{ width:75px;}

#contents{
	width:940px;
	margin:50px auto 0;
}

.noborder{
	border: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}


.sst {
	background-color: #8fc31f;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
.back{
	float: right;
	padding-bottom: 15px;
}

h3{
	text-align: center;
	margin-bottom: 0px;
}

.formTable {
	width: 100%;
	margin-bottom: 70px;
}

table.formTable {
	 border-collapse: collapse;
}


.formTable th, .formTable td { border-bottom: #c9c9c9 2px solid; }

.formTable th {
	width: 270px;
	padding:51px 0px 20px 70px;
	text-align: left;
	background: url(../image/icon01.png) 0 50px no-repeat;
	font-weight: normal;
	vertical-align: top;
}

.formTable th.icon02 {
	background: url(../image/icon02.png) 0 50px no-repeat;
}

.formTable td { padding: 25px 0px 22px 30px;}

.formTable td.width { padding: 51px 0px 0px 25px;
width: 170px;
vertical-align: top;}


td.sst{
	padding: 16px 0px 16px 20px;
	border-bottom: none;
}

.formTable td.adress { padding: 25px 10px 22px 0px; }


.formTable .input-text, .formTable textarea {
	border: #C0BFBB 2px solid;
	background:#fffde0;
	border-radius: 4px;
	padding: 22px 10px;
	outline: 0;
	font-size: 18px;
	border-collapse: separate;
}


* html .formTable .input-frame .mark { padding-top: 25px; }

.formTable .input-frame .mark {
	float: left;
	padding-top: 25px;
	padding-left: 25px;
}

.formTable .placeholder {
	position: absolute;
	top: 1px;
	left: 0;
	padding-top: 25px;
	color: #9A9899;
}

.formTable td p.comment {
	font-weight: normal;
	font-size: 14px;
	padding: 12px 0 0;
	margin: 0px;
}

p.adress_mark{
	padding: 25px 15px 0 0;
	float: left;
	margin: 0px;
	color: #9d9d9d;
}

.adress_hyphen{
	padding: 20px 12px 0 12px;
	position: relative;
	float: left;
	color: #9d9d9d;}

.adress_text{
	 padding: 0px 10px 0 30px;	
}

.formTable td p.adress_comment {
	font-weight: normal;
	font-size: 14px;
	padding: 12px 0 0 30px;
	margin: 0px;
}

h4 {
	background-color: #8fc31f;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	padding: 16px 0px 16px 20px;
	border-bottom: none;
	margin: 25px 0 25px 0;

}
.textarea {
	border: #C0BFBB 2px solid;
	background:#fffde0;
	border-radius: 4px;
	padding: 22px 10px;
	outline: 0;
	font-size: 18px;
	border-collapse: separate;
	width: 940px;
	height: 180px;
	margin: 0px 0 60px 0;
}




/**************いるやつ**************/


#form-area {
	clear: both;
	position: relative;
}


.formTable .input-frame:after {
	content: "";
	display: block;
	clear: both;
}
.formTable .input-frame div div { padding: 3px; }
.formTable .input-frame .input-wrapper {
	position: relative;
	float: left;
}


.bg_checkbox li {
    position: relative;
    display: inline-block;
    margin: 0 0 16px 0;
    padding: 0;
	width: 195px;
}
 
.bg_checkbox input.check {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;  
    height: 100%;
	margin: 0px;
}
 
.bg_checkbox input.check[type="checkbox"] + label {
    display: block;
    background-image: url(../image/check.png);
    background-size: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 4px 0 0 28px;
	margin: 0px;

}
 
.bg_checkbox input.check[type="checkbox"]:checked + label {
    background-image: url(../image/check_on.png);
}

#footer{
	background-color: #f8f2e9;
	text-align: center;
	padding: 20px 0;
	margin: 60px 0 0;
}

button {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: bottom;
}
.form-btn button {
	margin: 0 24px;
}
.confirm_lead {
	text-align: center;
	margin-bottom: 20px;
}
.finish_message {
	padding: 40px 0;
	font-size: 18px;
	line-height: 2;
	text-align: center;
}
.finish_message span {
	display: block;
	font-size: 24px;
}
.finish_message .error {
	color: #ff5042;
}
.finish_link {
	text-align: center;
}