@charset "utf-8";

/*問い合わせフォーム
************************************************************************************/
.err_msg_top,
.err_msg{
	color:#d80808;
}
@media screen and (min-width: 980px) {
	.form table tbody th{
		min-width: 250px !important;
	}
}

table p{
	padding: 0 !important;
}

/*form
----------------------------------------------------------------------*/
span.hissu{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #f08013;
	color: #FFF;
	padding: 1px 4px;
	margin: 0 5px;
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
}
.disnon{
	display: none !important;
}


.form td li{
	display: inline-block;
	padding: 0 20px 0 0;
}

.form input{
	margin: 1px;
	padding: 15px;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FFF;
	box-shadow:0px 0px 10px #e6e6e6;
	-moz-box-shadow:0px 0px 10px #e6e6e6;
	-webkit-box-shadow:0px 0px 10px #e6e6e6;
}

.form label{
	display: block;
}

.form input[type=text],
.form input[type=tel],
.form input[type=email]{
	width: 450px;
}

.form input.m[type=text],
.form input.m[type=tel]{
	width: 200px;
}

.form input.s[type=text],
.form input.s[type=tel]{
	width: 100px;
}

.form input.zip[type=text],
.form input.zip[type=tel]{
	width: 100px;
}
.form input.s{
	width: 100px;
}


.form input[type=checkbox],
.form input[type=radio]{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 3px;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.form textarea{
	width: 600px;
	height: 150px;
	padding: 15px;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	vertical-align: top;
	background: #FFF;
	box-shadow:0px 0px 10px #e6e6e6;
	-moz-box-shadow:0px 0px 10px #e6e6e6;
	-webkit-box-shadow:0px 0px 10px #e6e6e6;
}

.form select{
	background: #FFF;
	padding: 15px;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.form input[type=checkbox]{
	border: 0;
}
/*
.form input[type=checkbox]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}*/

.btnSend{
	text-align: center;
	padding: 20px 0;
}

.btnSend input[type=submit]{
	padding: 1em 5em;
	background: #298dd8;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
}

.btnSend input[type=reset],
.btnSend input[type=button],
.btnSend input.back{
	padding: 15px 40px;
	background: #666;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.btnSend .btn_back a{
	padding: 20px 40px 20px 60px;
	background: url(../../img/common/ar_prev.svg) no-repeat left 20px center;
}
.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output{
	color: #F00;
	display: block;
	padding: 0.3em 0;
}


@media screen and (max-width: 979px) {
/*tablet*/
	.btn_back a:hover {
		background-position: left 15px center;
	}
}

@media screen and (max-width: 768px){
	.form table{
		display: block;
		width: 100%;
		border: 0;
	}
	.form table thead{
		display: none;
	}
	.form table tbody{
		display: block;
		width: 100%;
	}
	.form table tr{
		display: block;
		margin-bottom: 1.5em;
		width: 100%;
	}
	.form table th,
	.form table td{
		width: 100%;
		padding: 10px !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		border: 0;
	}
	.form table th p,
	.form table td p{
		padding: 0 !important;
	}
	.form table th{
		list-style-type: none;
		display: block;
		background: #ededed;
	}

	.form table td{
		margin-left: 0;
		list-style-type: none;
		border: 0;
		padding-left: 25px;
	}
.form input{
	padding: 15px 1%;
}

.form input[type=text],
.form input[type=tel],
.form input[type=email]{
	width: 100%;
	font-size: 15px;
	-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 input.m[type=text],
.form input.m[type=tel]{
	width: 50%;
	font-size: 15px;
	-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 input.s[type=text],
.form input.s[type=tel]{
	width: 30%;
	font-size: 15px;
	-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 textarea{
	width: 100%;
	padding: 5px 1%;
	height: 150px;
	font-size: 15px;
	-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: 15px 40px 15px 15px;
	background: url(../../img/common/arrow_down.svg) no-repeat right center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	font-size: 15px;
}
.btnSend input[type=submit]{
	padding: 15px 0;
	width: 95%;
	background: #f3a9a9;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
}

.btnSend input[type=reset],
.btnSend input[type=button],
.btnSend input.back{
	padding: 15px 0;
	width: 95%;
	background: #666;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 3px;
    font-family: fot-tsukuardgothic-std,sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
}
	.btnSend .btn_back a{
		margin: 5px auto 15px auto;
		padding: 15px 10px 15px 30px;
		width: 95%;
		line-height: 1;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
}