h2.title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 24px;
  padding: 80px 0;
  letter-spacing: 5px;
}

.contact .contents{
	width:700px;
	margin:0 auto;
}
.lead{
	font-size:13px;
	margin-bottom:60px;
}
.contact .contents ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
	margin:0 auto 80px;
}
.contact .contents ul li{
	width:48%;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	height:50px;
	font-size:13px;
	border:1px solid #dfdfdf;
	border-radius: 6px;
	margin-bottom:20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.contact .contents ul li.current,
.contact .contents ul li:hover{
	background: #333;
	color: #fff;
}
select,input,textarea{
	font-size:13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px;
	font-family:serif;
}
/*select*/
select {
	padding-right:3em;
	border:1px solid #ddd;
	background: #eee;
	background: url(/images/arrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#eee 100%);
	background: url(/images/arrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#eee 100%);
		background-size: 10px, 6px;
	background-position: 93% 50%;
}

.form{
	width:100%;
	margin:0 auto;
}
.form p{
	margin-bottom: 20px;
	text-align: left;
}
.form dl{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 55px;
}
.form dt{
	float: left;
	width: 225px;
	font-size: 13px;
	line-height: 44px;
}
.form dt span{
	font-size: 12px;
	color: #eb1e22;
}
.form dd{
	width: 100%;
	margin-bottom: 25px;
	padding-left: 225px;
}
.form dd input{
	line-height: 44px;
	background-color: #f5f4f3;
	width: 484px;
	height: 44px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius:5px;
	border:none;
}
.form dd.short input{
	width: 328px;
}
.form dd textarea{
	background-color: #f5f4f3;
	width: 100%;
	height: 190px;
	border-radius: 5px;
	padding: 10px;
	border:none;
}
.form .btn-submit{
	width: 170px;
	margin-right: auto;
	margin-left: auto;
}
.form .btn-submit input{
	text-decoration: none;
	text-align: center;
	height: 56px;
	display: block;
	color: #FFF;
	background-color: #ccc;
	cursor:pointer;
	border:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	font-size:16px;
}
.form .btn-submit input:hover{
	background-color: #000;
}
.form dl:after{
    clear: both;
    content: "";
    display: table;
}
.selection{
	width:700px;
	margin:0 auto;
}
.selection dl{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.selection dt{
	width:25%;
	line-height: 56px;
	font-size: 13px;
}
.selection dd{
	width:68%;
	border:1px solid #dfdfdf;
	border-radius: 6px;
	font-size: 13px;
}
.selection dd span{
	line-height: 55px;
	height: 50px;
	display:inline-block;
	padding:0 30px;
}

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

	.contact .contents{
		width:94%;
	}
	.contact .contents ul{
	padding:60px 0 0 ;
	}
	.selection{
		width:100%;
	}
	.selection dl{
		display: block;
	}
	.selection dt,
	.selection dd{
		width:100%;
	}
	.form dt{
		float:none;
		width:100%;
	}
	.form dd{
		padding-left:0;
	}
	.form dd input{
		width:100%!important;
	}
}
