.contact{
	margin: 0 0 60px;
}

.select {
	width: 830px;
	margin: 0 auto 40px;
}
.select ul{
	margin: 0 -15px;
}
.select ul li{
	float: left;
	width: 400px;
	margin: 0 15px 20px;
}
.select ul li:nth-child(odd){
	clear: both;
}

.brand{
	background: #ededed;
	margin: 40px 0;
	text-align: center;
}
.brand .sec{
	display: none;
	padding: 30px 0;
}
.brand h2{
	margin: 0 0 30px;
	font-family: 'Raleway';
    font-weight: 700;
    line-height: 100%;
	letter-spacing: 3px;
}
.brand ul li{
	display: inline-block;
	width: 220px;
	margin: 0 15px;
	text-align: center;
	font-size: 12px;
}
.brand ul li img{
	display: block;
	width: 100%;
	height: auto;
}
.brand ul li label{
	margin: 15px 0 0 0;
	line-height: 150%;
}

.form{
	margin: 60px 30px 0;
}
.form .sec{
	float: left;
	width: 50%;
	padding: 0 30px;
}
.form .sec .attention{
	font-size: 12px;
}
.form .sec .attention ul{
	margin: 0 0 2em;
}

.form dl{
	margin: 0 0 30px;
}
.form dl dt{
	float: left;
	width: 33.33%;
	padding: 0 15px 0 0;
	font-weight: bold;
	line-height: 40px;
}
.form span{
	color: #f04e98;
	font-weight: bold;
}
.form dl dd{
	float: left;
	width: 66.66%;
}
.form input[type="text"],
.form textarea{
	width: 100%;
	padding: 10px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 1px;
}
.form input[type="text"]{
	height: 40px;
}
.form input[type="submit"],
.form input[type="reset"]{
	font-size: 14px;
}
.form input[type="submit"]{
	background: #000;
	color: #fff;
	min-width: 200px;
}
.form input[type="submit"]:hover{
	background: #f04e98;
	border-color: #f04e98;
}
.form input[type="submit"][disabled]{
	background: #fff;
	border-color: #000;
	color: #000;
	opacity: 0.3;
}

.attention{
	margin: 0 0 60px;
}

.check{
	position: relative;
	display: inline-block;
	margin: 0 0 30px;
	padding: 0 0 0 1.5em;
	font-weight: bold;
	cursor: pointer;
}
.check:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #ccc;
}
.check.on:after {
	position: absolute;
	content: '';
	top: 5px;
	left: 3px;
	width: 13px;
	height: 7px;
	border-left: 3px solid #f04e98;
	border-bottom: 3px solid #f04e98;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.agree ul li{
	margin: 0 10px 0 0;
	display: inline-block;
}


.form dl {
	display: inline-block;
	/* Hides from IE-mac \*/
	*zoom: 1;
	display: block;
	/* End hide from IE-mac */
}
.form dl:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Open Sans', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* radio */
input[type="radio"],
input[type="checkbox"]  {
	display: none;
}
input[type="radio"] + label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 100%;
	padding: 0;
}
input[type="radio"] + label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 15px;
	width: 15px;
	height: 15px;
	margin-top: -7px;
	background: none;
	/*border: 1px solid #ccc;
	border-radius: 100%;*/
}
input[type="radio"]:checked + label::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 13px;
	width: 15px;
	height: 9px;
	margin-top: -6px;
	border-left: 3px solid #f04e98;
	border-bottom: 3px solid #f04e98;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
input[type="radio"]:checked + label{
	color: #fff;
	background: #000;
}

/* checkbox */
input[type="checkbox"] + label{
	position: relative;
	display: inline-block;
	cursor: pointer;
}
input[type="checkbox"] + label:before {
	position: absolute;
	content: '';
	top: 0;
	left: -20px;
	width: 15px;
	height: 15px;
	background: #fff;
	border: 1px solid #ccc;
}
input[type="checkbox"]:checked + label::after  {
	position: absolute;
	content: '';
	top: 2px;
	left: -18px;
	width: 13px;
	height: 7px;
	border-left: 3px solid #f04e98;
	border-bottom: 3px solid #f04e98;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* SP */
@media screen and (max-width: 1199px) {
	.select {
		width: 60%;
	}
	.select ul li{
		float: none;
		width: 100%;
	}
	.form .sec{
		float: none;
		width: 100%;
		margin: 0 0 30px;
	}
}
@media screen and (max-width: 999px) {

}
