
/* --------------------------------------------------- */
form {
}
form dl {
	width: 100%;
	display: table;
}
form dt,
form dd {
	display: table-cell;
	vertical-align: top;
	padding: 15px 20px;
}
form dt {
	width: 250px;
	position: relative;
	color: #6E912A;
	padding-top: 20px;
	font-weight: 700;
}
form dt span {
	display: block;
	font-size: 11px;
	background-color: #6E912A;
	color: #fff;
	line-height: 10px;
	font-weight: 400;
	padding: 1px 2px 3px;
	position: absolute;
	top: 29px;
	right: 0px;
}
form dd textarea,
form dd input,
form dd select {
	width: 100%;
	padding: 13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #F9F8F6;
	box-shadow:2px 2px 6px -6px #333 inset;
	margin-bottom: 5px;
}
form dd textarea:hover,
form dd input:hover,
form dd select:hover {
}
form dd textarea::placeholder,
form dd input::placeholder {
	color: #aaa;
}
input[type="submit"] {
  -webkit-appearance: none;
}
input.form_btn {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	display: block;
	max-width: 350px;
	width: 100%;
	margin: 40px auto 0;
	background-color: #6E912A;
	text-align: center;
	border: none;
	font-size: 1.2em;
	line-height: 100%;
	padding: 28px 0;
	letter-spacing: 2px;
	font-weight: 500;
	color: #fff;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	transition: .4s;
}
input.form_btn:hover {
	cursor: pointer;
	background-color: #eee;
	color: #6E912A;
}


#thanks {
	max-width: 600px;
	width: 90%;
	margin: 100px auto 80px;
	background-color: #fff;
}
#thanks dt {
	text-align: center;
	font-size: 150%;
	font-family: ab-tombo-bold, sans-serif;
	font-weight: 400;
	margin-bottom: 25px;
	letter-spacing: 4px;
}
#thanks dd {
}
#thanks dd p {
	margin-bottom: 20px;
}
#thanks dd a {
	display: block;
	margin-top: 20px;
	background-color: #333;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	transition: .3s;
}
#thanks dd a:hover {
	background-color: #111;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}

@media screen and (max-width: 860px) {
	form {
		max-width: 600px;
		width:100%;
		margin: 20px auto 0;
	}
	form dl,
	form dt,
	form dd {
		width: 100%;
		display: block;
	}
	form dt {
        padding: 5px 10px;
    }
	form dd {
        padding: 0px 10px;
    }
    form dt span {
		font-size: 12px;
        line-height: 12px;
        padding: 3px 4px 5px;
        top: auto;
		bottom: 0;
        right: 13px;
    }
}

@media screen and (max-width: 580px) {
	input.form_btn {
		margin: 20px auto 0;
	}
	#thanks {
        margin: 50px auto 40px;
    }
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */