@charset "utf-8";
/* CSS お問い合わせ */

table.form-table {
	border-collapse: collapse;
	width: 98%;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	position: static;
}
input[type="submit"],
input[type="text"],
select,
textarea,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: none;
}
input[type="text"],
textarea {
	display: block;
	font-size: 1.2em;
	padding: 1% 2%;
	max-width: 480px;
	transition: 0.8s;
	border-radius: 0;
	border: thin solid #333;
	background-color: #FFF;
}

input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	background-color: #FFF;
}
textarea[name="content"] {
	display: inline-block;
	width: 98%;
	height: 200px;
}
input[name="name"],
input[name="tel"],
input[name="campany"],
.mails{
	display: inline-block;
	width: 98%;

}
input::placeholder,
textarea::placeholder {
	color: #ccc;
}
::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}
::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}
.form-table {
	width: 98%;
}
.form-table th,
.form-table td {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 2%;
}
.form-table th {
	padding-left: 2%;
	text-align: left;
	max-width: 450px;
	background-color: #F5F6F6;
	z-index: 1;
}
.Form-Btn {
	border-radius: 6px;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 280px;
	display: block;
	letter-spacing: 0.05em;
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	cursor:pointer;
	background-color: #003C8A;
}

@media screen and (max-width : 680px){

.form-table th,
.form-table td {
	display: block;
	max-width: 90%;
	border-bottom: none;
	margin-right: auto;
	margin-left: auto;
	padding: 2%;
}
.form-table td {
	margin-bottom:20px;
}
.Form-Btn {
	margin-top: 2px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 160px;
	font-size: 1.2em;
}
}
/* CSS お問い合わせ */
