@charset "utf-8";
/* CSS Document */
/*////////////////////////////////////////

　お見積り・お問い合わせ PC

////////////////////////////////////////*/

#inquiry section {
	padding: 40px 0;
}

#inquiry p.intro {
	font-size: 17px;
	text-align: center;
	margin-bottom: 40px;
}

/* form */

form {
	width: 950px;
	background-color: #f3f2f0;
	padding: 70px 120px 80px !important;
	box-sizing: border-box;
}

form table{
	border-collapse: collapse;
}

form table th,
form table td{
	padding: 1rem 1.5rem;
}

form th {
	width: 30%;
	color: #3e3a39;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

form input{
	height: 35px;
	border: solid 1px #c5c5c5;
}

form input.company,
form input.mail{
	width: 100%;
}

form input.name,
form input.tel{
	width: 60%;
}

form textarea {
	width: 90%;
	height: 150px;
	border: solid 1px #c5c5c5;
}

#inquiry .mfp_buttons {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

#inquiry button[type="submit"] {
	width: 358px;
	height: 75px;
	-webkit-appearance: button;
	appearance: button;
	background-color: #f79700;
	border: none;
	border-radius: 100px;
	color: #fff;
	font-family: "Yu Gothic", "Yu Gothic Medium";
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.1em;
	cursor: pointer;
}


form a{
	display: block;
	text-align: center;
	width: 300px;
	margin: 15px auto 0;
	color: #212121;
	text-decoration: underline;
	
}


/*////////////////////////////////////////

　サンクスページ

////////////////////////////////////////*/


#inquiry .thanks p{
	font-size: 17px;
	text-align: center;
	line-height: 2;
}










