@charset "UTF-8";

#mainV {
	background: url(/img/common/mainv2.jpg) no-repeat top center;
}

.mainV2 {
	background: url(/img/contact/mainv2.jpg) no-repeat top center !important;
}

.conH3 {
	border: solid 4px #546B8D;
	margin: 50px 0 30px;
	padding: 40px 30px;
	font-size: 18px;
	text-align: center;
}

.conH3 span {
	padding-right: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.conP {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
}


/*　FORM
--------------------------------------------------------------------------------------- */

#form {
	border: solid 4px #546B8D;
	margin-bottom: 40px;
	padding: 40px 30px;
}

#form table {
	width: 100%;
}

#form table tr {
	border-top: dotted 1px #666;
}

#form table tr:first-child {
	border-top: none;
}

#form table th,
#form table td {
	padding: 15px 20px;
}

#form table th {
	padding-top: 1.35em;
	padding-left: 10px;
	vertical-align: top;
	width: 25%;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#form table th span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

#form table td {
	width: 75%;
}

#form table td span {
	display: inline-block;
	padding: 10px 0;
}

#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form select,
#form textarea {
	border: solid 1px #ccc;
	background: #F5F5F5;
	padding: 7px 10px;
	width: 86%;
	line-height: 1.8;
}

#form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 1em;
	text-overflow: '';
	background: #F5F5F5 url(/img/sub/arw04.png) no-repeat right 10px center;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	margin-bottom: 5px;
	border-radius: 0;
	padding: 0;
	width: 60%;
}

select::-ms-expand {
	display: none;
}

#form .short {
	width: 20% !important;
}

#form .mShort {
	width: 35% !important;
}

input#submit_button,
.page_back a {
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	cursor: pointer;
	background: url(/img/sub/arw01.png) no-repeat #042659;
	background-position: right 10px center;
	border: solid 1px #042659;
	display: block;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding: 13px 20px;
	width: 270px;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page_confirm input#submit_button,
.page_back.page_confirm a {
	display: inline-block;
	line-height: 1.6;
	width: auto;
	padding: 10px 60px;
	font-size: 20px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
}

.page_back a {
	display: block;
	margin: 0 auto;
	line-height: 40px;
}

input#submit_button:focus,
.page_back a:focus {
	outline: 0;
}

input#submit_button:active,
input#submit_button:hover,
.page_back a:active,
.page_back a:hover {
	outline: 0;
	text-decoration: none;
}

input#submit_button:hover,
.page_back a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

@media screen and (max-width: 768px) {
	/* #form {
		padding: 20px;
	} */
	#form {
		padding: 0;
	}

	#form table th,
	#form table td {
		display: block;
		padding: 10px;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
		vertical-align: middle;
	}

	#form table th {
		text-align: left;
		background-color: #ccc;
		font-weight: bold;
	}

	#form table th span {
		margin-right: 10px;
		font-size: 0;
	}

	#form .short {
		width: 23% !important;
	}

	#submit_button {
		margin-bottom: 20px;
	}

	.page_back a {
		margin: 0 auto 20px;
	}
}

@media screen and (max-width: 420px) {
	#mainV {
		background: url(/img/common/mainv2-sp.jpg) no-repeat bottom right;
		background-size: cover;
	}

	.conP {
		font-size: 16px;
	}

	/* #form {
		padding: 0;
	}

	#form table th,
	#form table td {
		display: block;
		padding: 10px;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
		vertical-align: middle;
	}

	#form table th {
		text-align: left;
		background-color: #ccc;
		font-weight: bold;
	}

	#form table th span {
		margin-right: 10px;
		font-size: 0;
	}

	#form .short {
		width: 23% !important;
	}

	#submit_button {
		margin-bottom: 20px;
	}

	.page_back a {
		margin: 0 auto 20px;
	} */
}