input ,textarea{
	border: 1px solid #dddddd;
}

input[type="text"],
input[type="number"] {
	padding: 1rem;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  }

input[type="submit"] ,input[type="button"] {
	background: #0F356C;
    padding: 2rem 4rem;
    border: none;
    color: white;
	margin: 1rem 0;
}

.form_input{
	width: 100%;
	box-sizing: border-box;
	margin: 1rem auto;
}

.radio label{
	padding-right: 1rem;
}

input[type="radio"] {
	-moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    margin-right: 10px;
}


/*ここが江ノ島と横浜と違う設定？*/
/*select, input{
	padding: 1rem;
	border: 1px solid #dddddd;
}*/

option {
	padding: 10px 0;
}

input[type="checkbox" i] {
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
}

.form .w40{
	font-weight: 600;
}

.w60{
	width: 60%;
}

.form ul li label{
	line-height: 2.5rem;
}

@media screen and (max-width :767px) {
	.w60 ,input[type="submit" i] ,input[type="button" i] {
		width: 100%;
	}
}