@charset "utf-8";

article#form{
	background: #f1eeed;
	margin-bottom: 2px;
}

.error_msg,
.alert-danger{
	color:#F00;
}

.text-right{
	text-align: right;
	font-size: 11px;
}

/*form
----------------------------------------------------------------------*/
span.hissu{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #e42525;
	color: #FFF;
	padding: 1px 4px;
	margin: 0 5px;
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
}
.form table.formparts{
	margin: 30px auto;
	width: 100%;
	border:1px solid #333;
	border-collapse: collapse;
}
.form table.formparts tbody th{
	padding: 15px 10px;
	text-align: center;
	font-weight:normal;
	background-color: #222222;
	border:1px solid #999;
	color: #FFF;
}

.form table.formparts tbody td{
	padding: 15px 10px;
	border:1px solid #333;
}


.form table.formparts th label{
	cursor: pointer;
}

.form table.formparts input{
	margin: 2px;
	border: 0;
}
.form table.formparts input[type=text],
.form table.formparts input[type=email],
.form table.formparts input[type=tel],
.form table.formparts input[type=file]{
	width: 400px;
	padding: 10px;
	border: 0;
	background: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.form table.formparts input[type=tel].small,
.form table.formparts input[type=text].small{
	width: 80px;
}

.form table.formparts textarea{
	border: 0;
	width: 550px;
	height: 100px;
	background: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px;
}

.form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 40px 10px 15px;
	background: url(../../img/arrow_down.png) no-repeat right center #FFF;
	-moz-background-size: 15px auto;
	background-size: 15px auto;
	font-size: 15px;
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.btnSend{
	text-align: center;
	padding: 15px 0;
}
.btnSend input[type=submit]{
	padding: 25px 90px;
	background: #333;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.btnSend input[type=reset],
.btnSend input[type=button],
.btnSend input.back{
	padding: 15px 70px;
	background: #666;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

@media screen and (max-width: 979px) {
.form table.formparts input[type=text],
.form table.formparts input[type=email],
.form table.formparts input[type=tel],
.form table.formparts input[type=file]{
	width: 90%;
	padding: 10px;
	border: 0;
	background: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form table.formparts input[type=tel].small
.form table.formparts input[type=text].small,{
	width: 80px;
}

.form table.formparts textarea{
	border: 0;
	width: 100%;
	height: 100px;
	background: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 40px 10px 15px;
	background: url(../../img/arrow_down.png) no-repeat right center #ededed;
	font-size: 15px;
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.btnSend input[type=submit]{
	padding: 20px 40px;
	width: 100%;
	background: #999;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 2px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btnSend input[type=reset],
.btnSend input[type=button],
.btnSend input.back{
	padding: 20px 40px;
	width: 100%;
	background: #666;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 2px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
}

.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output{
	color: #F00;
	display: block;
	padding: 0.3em 0;
}
.wpcf7-response-output{
	text-align: center;
	padding: 25px 0 40px 0;
	font-weight: bold;
}