@charset "utf-8";

/*-----------------------------
		form
------------------------------*/

#form{
	padding: 45px 0 90px;
}
#form .inner{
	width: 900px;
	margin: 0 auto;
}
#form h2{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
#form h2 + p{
	font-size: 15px;
	padding-bottom: 45px;
	text-align: center;
	border-bottom: 1px solid #868e96;
	margin-bottom: 40px;
}
#form table{
	width: 100%;
	margin: 30px 0;
	border-bottom: 1px solid #868e96;
}

#form table th{
	padding: 0px 0 30px 20px;
	position: relative;
	box-sizing: border-box;
}
#form table th span{
	position: relative;
	display: inline-block;
	/*padding-left: 80px;*/
}
/*#form table th.required span:before{
	content: '必須';
	position: absolute;
	top: 50%;
	left: 0;
	width: 65px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background-color: #ff8e09;
	font-size: 12px;
	margin-top: -12.5px;
}*/
#form table th.required.vtop:before{
	top: 0px;
}
#form table td{
	padding: 0px 0 30px 5.5em;
	position: relative;
}
#form table td.note{
	padding: 0px 0 25px 6em;
}
#form table tr:last-of-type th,#form table tr:last-of-type td{
	padding-bottom: 60px;
}
#form table td input[type='text'],#form table td select,#form table td textarea{
	padding: 10px 20px;
	border: 1px solid #adb5bd;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #f1f3f5;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, select{
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		position: relative;
	}
	::i-block-chrome, .selectArea{
		position: relative;
		display: inline-block;
	}
	::i-block-chrome, .selectArea:before{
			content: '';
			background: url(../images/select_arrow.png) no-repeat 0 0;
			width: 9px;
			height: 5px;
			position: absolute;
			top: 50%;
			right: 10px;
			margin-top: -2.5px;
			z-index: 999;
		}
}

#form table td textarea{
	height: 150px;
	width: 500px;
}
#form table td input.w1{width: 200px;}
#form table td input.w2{width: 300px;}
#form table td input.w3{width: 500px;}
#form table td input.w4{width: 180px;}
#form table td input.w5{width: 200px;}

#form table td select{width: 300px;}
#form .btnList{
	text-align: center;
	margin-top: 60px;
}
#form .btnList li{
	display: inline-block;
}
#form .btnList button,#form .btnList a{
	display: block;
	background-color: #fd9419;
	border-radius: 25px;
	text-align: center;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	transition: 0.3s all;
	cursor: pointer;
	color: #fff;
	box-shadow: none;
	border: 0px;
	width: 250px;
}
#form .btnList button:hover{
	opacity: 0.8;
}
#form .btnList .btnReturn button{
	background-color: #ccc !important;
}
#form .btnList .btnReturn{
	margin-right: 40px;
}

#form .vtop{vertical-align: top;}
#form .vtop2{vertical-align: top; padding-top: 13px;}
.focus {
	background-color: #fff !important;
}

#form .thanks{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	padding: 80px 0;
	margin:40px 0 80px;
	border-top: 1px solid #868e96;
	border-bottom: 1px solid #868e96;
	color: #ff8e00;
}

#form .chkBox{
	width: 500px;
	
}
#form .chkBox p.ttl{
	border-top: 1px dotted #ccc;
	padding-top: 20px;
	margin-top: 20px;
}
#form .chkBox ul{
	margin: 10px 0 10px;
	padding-left: 1em;	
}
#form .chkBox li{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}
#form .chkBox input{
	margin-right: 10px;
}
#form .chkBox dl{
	overflow: hidden;
}
#form .chkBox dt{
	clear: both;
	float: left;
	width: 180px;
	margin-bottom: 10px;
}
#form .chkBox dd{
	overflow: hidden;
	zoom:1;
	margin-bottom: 10px;
}
#form .chkBox dd label{
	margin-right: 20px;
}
#form .chkBox p.note{
	margin-top: 20px;
	font-size: 12px;
}

.orange{color: #ff8e00;}

@media only screen and (min-width: 0px) and (max-width: 769px){
	
	/*-----------------------------
			form
	------------------------------*/

	#form{
		padding: 35px 0;
	}
	#form .inner{
		width: 94%;
		margin: 0 auto;
	}
	#form h2{
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}
	#form h2 + p{
		font-size: 14px;
		padding-bottom: 25px;
		text-align: center;
		border-bottom: 1px solid #868e96;
		margin-bottom: 10px;
	}
	#form table{
		width: 100%;
		margin: 0px 0;
		padding: 0;
	}
	#form table th{
		clear: both;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0 20px 0px;
		position: relative;
	}
	#form table th.required{
		padding: 25px 0 20px 0px;
	}
	/*#form table th.required span:before,#form table th.required.vtop span:before{
		content: '必須';
		position: absolute;
		top: 50%;
		left: 0;
		width: 65px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		color: #fff;
		background-color: #ff8e09;
		margin-top: -12.5px;
	}*/

	#form table td{
		padding: 0px 0 0px 0;
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
		
	#form table tr:last-of-type td{
		padding-bottom: 30px;
	}
	#form table tr:last-of-type th{
		padding-bottom: 20px;
	}
	#form table td.note{
		padding: 0px 0 0px 0;
	}
	#form table td input[type='text'],#form table td select,#form table td textarea{
		padding: 10px 15px;
		border: 1px solid #adb5bd;
		border-radius: 5px;
		box-sizing: border-box;
		background-color: #f1f3f5;
	}
	#form table td textarea{
		height: 150px;
		width: 100%;
	}
	#form table td input.w1{width: 100%;}
	#form table td input.w2{width: 100%;}
	#form table td input.w3{width: 100%;}
	#form table td input.w4{width: 100%;}
	#form table td input.w5{width: 100%;}
	#form table td select{
		width: 100% !important;
	}
	#form table td select.class{
		min-width: 100%;
	}
	#form table td select+span{
		text-align: center;
		margin-right: 0px;
		width: auto;
		padding: 0 5px;
	}
	#form .btnList{
		text-align: center;
		width: 200px;
		margin: 40px auto 0;
		position: relative;
	}
	#form.confirm .btnList{
		padding-bottom: 65px;
	}
	#form .btnList li{
		display: block;
		margin-bottom: 10px;
	}
	#form .btnList .btnReturn{
		margin-right: 0px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#form .btnList button,#form .btnList a{
		width: 200px;
		font-size: 15px;
	}
	
	#form .thanks{
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
		padding: 50px 0;
		margin:30px 0 60px;
		border-top: 1px solid #868e96;
		border-bottom: 1px solid #868e96;
		color: #ff8e00;
	}
	
	#form.confirm table th{
		margin: 0 0 5px 0 !important;
		padding: 0 0 5px 0 !important;
		border-bottom: 1px dotted #ccc;
	}
	#form.confirm table td{
		margin: 0 0 20px 0 !important;
		padding: 0 !important;
	}
	
	#form .chkBox{
		width: 100%;
	}
	#form .chkBox p.ttl{
		border-top: 1px dotted #ccc;
		padding-top: 20px;
		margin-top: 20px;
	}
	#form .chkBox ul{
		margin: 10px 0 10px;
		padding-left: 1em;	
	}
	#form .chkBox li{
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	#form .chkBox input{
		margin-right: 10px;
	}
	#form .chkBox dl{
		overflow: hidden;
	}
	#form .chkBox dt{
		clear: both;
		float: none;
		width: auto;
		margin-bottom: 5px;
	}
	#form .chkBox dd{
		overflow: hidden;
		zoom:1;
		margin-bottom: 15px;
		padding-left: 1em;
	}
	#form .chkBox dd label{
		margin-right: 20px;
	}
	#form .chkBox p.note{
		margin-top: 10px;
		font-size: 12px;
	}
	#form .vtop2{padding-top: 0px;}
}