@charset "utf-8";
/* CSS Document */
.border_01{
	border: #3e3930 1px solid;
}

.form{
	width: 100%;
	border-right: #3e3930 1px solid;
	border-bottom: #3e3930 1px solid;
}
.form th,
.form td{
	border-left: #3e3930 1px solid;
	border-top: #3e3930 1px solid;
	padding:15px;
}
.form th{
	width: 35%;
	box-sizing: border-box;
	background: #f9f9f9;
}
.form td{
	width: 65%;
	box-sizing: border-box;
	background: #fff;
}

input{
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}
input.tel{
	padding: 5px;
	width: auto;
	box-sizing: border-box;
}
label{
	margin-right:15px;
}
input.check{
	padding: 5px;
	width: auto;
	box-sizing: border-box;
}
textarea{
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}

.btn_sendmail input{
	width: 60%;
	border: none;
	box-shadow: none;
	background: #363229;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
}
.f_red{
	color: #FF363A;
}