@charset "utf-8";
/* CSS Document */

.lead-form {
  text-align: center;
  font-size:20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.member {
  width:460px;
  margin:0 auto;
}

.member:after {
	content: "";
	display: block;
	clear: both;
}

.item {
  overflow: hidden;
  margin-bottom: 20px;
}

label {
  float: left;
  margin-right: 20px;
  width:135px;
  border-left: solid 3px #d9534f;
  padding-left: 10px;
}

.inputs {
  float: left;
  width:250px;
}

input[type="text"],input[type="email"] {
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
}

.btn-area {
  text-align: center;
}

.Btn {
  background: #d9534f;
  border: none;
  color: white;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 5px;
}

.backBtn {
  background: #a5a3a3;
  border: none;
  color: white;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 5px;
}

/* 599px以下 */
@media (max-width: 599px) {
	
	.lead-form {
	  font-size: 3.0rem;
	}
	
	.member {
	  width: 50%;
	}
	
	
	.Btn, .backBtn {
	  font-size: 3.0rem;
	}
	
}
