@charset "UTF-8";

/******* CONTENTS ********/

/* -- General Styles -- */
/* -- Contact Form Block -- */

/******* CONTENTS ********/



/* -- General Styles -- */
#formWrap {
	width:90%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	/*font-size:90%;*/
}


.center { text-align: center; }

.center-mobile { text-align: center; }

.text_right {
	text-align: right;
}
.text_whi {
	color: white !important;
}
.bg_gr{
 background: rgba(0, 0, 0, 0) linear-gradient(#52ce0b,#008b00 ) repeat scroll 0 0 !important;
 background-color: #008b00;
}
.bd_gr{
border: solid 1px #008b00;
}
#mottl{
	padding:10px;
	font-size:25px;
	font-weight:bold;
	}

/* -- Contact Form Block -- */
label {
    font-size: 14px;
}
form.form-horizontal div.form-group.center input.color-green {
    color: #fff;
	font-size:20px;
	background-color: #008b00;
}

#contactform fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

.form-field span input, .form-field span textarea {
	border: none;
	outline: none;
	padding: 5px 5px;/* 12px 18px*/
	width: 100%;
	background: #e5f3e5;
	border: 1px solid #e0e0dd;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #aaaaaa;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif, 'Lucida Grande';
	font-weight: normal;
	margin-bottom: 16px;
	-webkit-transition: border 0.25s linear;
	   -moz-transition: border 0.25s linear;
			transition: border 0.25s linear;
}

.form-field span input:focus, .form-field span textarea:focus {
	border: 1px solid rgb(0, 139, 0);
	border: 1px solid rgba(0, 139, 0, .5);
	-webkit-transition: border 0.25s linear;
	   -moz-transition: border 0.25s linear;
			transition: border 0.25s linear;
}

.form-field span textarea {
	overflow: auto;
	height: 180px;
	padding: 18px;
}

.form-field label {
	display: block;
	padding-bottom: 8px;
	font-size: 16px;
}

select#sentaku1{
 margin-bottom: 1.8em;
 height:40px;
}

input[type], textarea, select {
    /* -webkit-appearance: none; */
    background: #e5f3e5;
    border-radius: 6px;
    border: 1px solid #008b00;
	color: #333;
}

.form-click input {
	margin-right: 15px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif, 'Lucida Grande';
	border: none;
	display: inline-block;
	padding: 10px 25px;
	font-size: 16px;
	text-transform: uppercase;
	color: #008b00;
	border: 1px solid #008b00;
	background: #fff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	   		border-radius: 4px;
	-webkit-transition: background 0.25s linear;
	   -moz-transition: background 0.25s linear;
			transition: background 0.25s linear;
	outline: none;
	cursor: pointer;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	-webkit-appearance: none;
}

.form-click input:hover {
	color: #fff; 
	background: #008b00;
	border: 1px solid #008b00;
	-webkit-transition: background 0.25s linear;
	   -moz-transition: background 0.25s linear;
			transition: background 0.25s linear;
}

#alert { margin-top: 25px; display: none; }

.notification {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 18px;
	text-align: left;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.notification p {
	float: left;
	padding: 0;
	margin: 0;
}

.notification.success { 
	border: 1px solid #008b00; 
}

.notification.success p { 
	color: #008b00; 
}

.notification.error { 
	border: 1px solid #ba2636 !important; 
}

.notification.error p {
	color: #ba2636;
}

@media (min-width: 768px) {
	.form-field span input, .form-field span textarea { margin-bottom: 20px; }
	.form-field label { font-size: 16px; padding-bottom: 10px; font-weight: normal; }
	.form-click input { padding: 12px 35px; font-size: 18px; }
}

@media (min-width: 1200px) {
	.form-field span input, .form-field span textarea { margin-bottom: 25px; }
	.form-field label { font-size: 16px; padding-bottom: 12px; font-weight: normal;}
	.form-click input { padding: 15px 45px; font-size: 20px; }
}
/*mobile*/
@media (max-width: 640px) {
.text_left_xs{
	text-align:left;
	}
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    margin: 1em;
}
