/* .top */
	
/* #form */

#form {
	position:relative;
	margin: -84px 0 0;
	padding:215px 0 55px;
	text-align:center;
	background: none;
	z-index:2;
}

#form .inner {
	position:relative;
	width:1080px;
	margin:0 auto;
	padding:0;
}

#form h2 {
	margin:30px 0 89px;
	color:#333333;
	font-size:317%;
	font-weight:normal;
	line-height:150%;
}

#form p {
	margin:0 0 54px;
	font-size:117%;
}

#form p a {
	text-decoration:underline;
}

#form p.ttl {
	margin:0 0 32px;
	font-size:150%;
	line-height:144%;
}

#form p.submit {
	margin:0 0 56px;
}

#form dl {
	margin:0 0 43px;
	letter-spacing:-0.4em;
	text-align:left;
}

#form dl dt {
	display:inline-block;
	width:138px;
	margin:0 0 0 193px;
	font-size:117%;
	letter-spacing:0;
	vertical-align:middle;
}

#form dl dt {
	display:inline-block;
	width:138px;
	margin:0 0 0 193px;
	font-size:117%;
	letter-spacing:0;
	vertical-align:middle;
}

#form.contact dl dt {
	width:160px;
}

#form dl dt.select {
position: relative;
	margin:-12px 0 0 193px;
}

#form dl dt.textarea {
position: relative;
	margin:-12px 0 0 193px;
}

#form dl dd {
	display:inline-block;
	width:556px;
	margin:0 193px 13px 0;
	font-size:117%;
	letter-spacing:0;
}

#form.contact dl dd {
	width:533px;
}


#form dl dd.textarea {
	vertical-align:middle;
}

#form .select-group {
	position: relative;
	display: inline-block;
	width: 280px;
	padding: 0;
	vertical-align: middle;
	overflow: hidden;
	border: 1px solid #bbb;
	border-radius:4px;
	background-color: #fff;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

#form select {
	position: relative;
	display: block;
	width: 100%;
	padding: 19px 18px;
	font-size:100%;
	border: none;
	border-radius: 0;
	background-color: transparent;
	background-image: none;
	box-sizing: border-box;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 1;
}

select::-ms-expand {
	display: none;
}

#form .select-group:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 58px;
	margin: auto;
	content: '';
	background:#cccccc url(../img/form_ico.gif) no-repeat center center;
	z-index:0;
}

#form input[type="text"] {
	width:100%;
	padding: 17.5px 18px;
	font-size:100%;
	line-height:150%;
	border: 1px solid #bbb;
	border-radius:4px;
	box-sizing:border-box;
}

#form textarea {
	width:100%;
	height: 120px;
	padding: 17.5px 18px;
	font-size:100%;
	line-height:150%;
	border: 1px solid #bbb;
	border-radius:4px;
	box-sizing:border-box;
}

#form input[type="submit"] {
	width:264px;
	height:77px;
	border:none;
	background:url(../img/form_btn_01.png) no-repeat;
	overflow: hidden;
	text-indent: 264px;
}

#form .confirm input[type="submit"] {
	width:264px;
	height:77px;
	border:none;
	background:url(../img/form_btn_02.png) no-repeat !important;
}

#form .confirm input:last-child[type="submit"] {
	width:264px;
	height:77px;
	border:none;
	background:url(../img/top_btn_05.png) no-repeat !important;
}

#form.contact .confirm input:last-child[type="submit"] {
	width:264px;
	height:77px;
	border:none;
	background:url(../img/top_btn_07.png) no-repeat !important;
}

#form .submit02 input[type="submit"] {
	width:264px;
	height:77px;
	border:none;
	background:url(../img/top_btn_05.png) no-repeat;
}

#form ul {
	letter-spacing:-0.4em;
}

#form ul li {
	display:inline-block;
	margin:0 8px;
	letter-spacing:0;
	vertical-align:top;
}

#form .complete {
	height: 50vh;
}

.confirm dt {
	margin: 0 0 0 193px!important;
	padding: 17.5px 18px;
}

.confirm dd {
	margin: 0 0 0 !important;
	padding: 17.5px 18px;
}


@media screen and (max-width: 640px) {

/* #form */

#form {
	margin:-13.125% 0 0;
	padding:30% 0 18%;
	text-align:center;
	background: none;
}

#form .inner {
	width:auto;
	margin:0 5% 0 4%;
	padding: 0 0 6%;
}

#form h2 {
	margin:5% 0 3%;
	font-size:159%;
}

#form p {
	margin:0 0 6%;
	font-size:100%;
	line-height:159%;
}

#form p.ttl {
	margin:0 0 3%;
	font-size:117%;
	line-height:143%;
	text-align:left;
}

#form p.submit,
#form p.submit02 {
	margin:0 0 25%;
}

#form dl {
	margin:0 0 6%;
}

#form dl dt,
#form dl dt.select,
#form dl dt.textarea{
	display:block;
	width:auto;
	margin:0 0 1%;
	font-size:100%;
	letter-spacing:0;
	vertical-align:middle;
}

#form dl dd,
#form dl dd.textarea {
	display:block;
	width:auto !important;
	margin:0;
	font-size:100%;
	letter-spacing:0;
}

#form .select-group {
	position: relative;
	display: inline-block;
	width: 100% !important;
	margin:0 0 2%;
	padding: 0;
	vertical-align: middle;
	overflow: hidden;
	border: 1px solid #c4c4c4;
	border-radius:2px;
	background-color: #fff;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

#form select {
	position: relative;
	display: block;
	width: 100%;
	padding: 4.5%;
	font-size:84%;
	line-height: 130%;
	border: none;
	border-radius: 0;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 1;  
}

#form .select-group:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 13.4%;
	margin: auto;
	content: '';
	background:#cccccc url(../img/form_ico.gif) no-repeat center center;
	background-size:8px 8px;
	z-index:0;
}

#form input[type="text"] {
	width:100%;
	margin:0 0 2%;
	padding: 4.5%;
	font-size:100%;
	line-height:130%;
	border: 1px solid #bbb;
	border-radius:2px;
	box-sizing:border-box;
}

#form textarea {
	width:100%;
	height: 120px;
	margin:0 0 2%;
	padding: 4.5%;
	font-size:100%;
	line-height:130%;
	border: 1px solid #bbb;
	border-radius:2px;
	box-sizing:border-box;
}

#form input[type="submit"] {
	width:132px;
	height:38px;
	background:url(../img/form_btn_01.png) no-repeat;
	background-size:132px 38px;
	text-indent: 132px;
}

#form .confirm input[type="submit"] {
	width:132px;
	height:38px;
	border:none;
	background:url(../img/form_btn_02.png) no-repeat !important;
	background-size:132px 38px !important;
}

#form .confirm input:last-child[type="submit"] {
	width:132px;
	height:38px;
	border:none;
	background:url(../img/top_btn_05.png) no-repeat !important;
	background-size:132px 38px !important;
}

#form.contact .confirm input:last-child[type="submit"] {
	width:132px;
	height:38px;
	border:none;
	background:url(../img/top_btn_07.png) no-repeat !important;
	background-size:132px 38px !important;
}

#form .submit02 input[type="submit"] {
	width:132px;
	height:38px;
	border:none;
	background:url(../img/top_btn_05.png) no-repeat;
	background-size:132px 38px !important;
}


#form ul li {
	width:10.2%;
	margin:0 2%;
}

#form .complete {
	height: 60vh;
}

#form p.ttl_complete {
	margin:0 0 3%;
	font-size:117%;
	line-height:143%;
	text-align: center;
}

.confirm dl {
	font-size: 117% !important;
}

.confirm dt {
	margin: 0 0 0 0!important;
	padding: 0 0 0;
	font-weight: bold;
}

.confirm dd {
	margin: 0 0 0 !important;
	padding: 0 0 12px;
}


}