@charset "utf-8";
/* CSS Document */

input[type="text"] {
  position: relative;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  background: transparent;
  box-sizing: border-box;
  font-size: 14px;
  color:#2B2B2B;
  border: 1px solid #ccc;
  border-radius: 15px;
}
input[type="number"] {
  position: relative;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  background: transparent;
  box-sizing: border-box;
  font-size: 14px;
  color:#2B2B2B;
  border: 1px solid #ccc;
  border-radius: 15px;
}
input[type="password"] {
  position: relative;
  padding: 0 10px;
  width: 50%;
  height: 40px;
  background: transparent;
  box-sizing: border-box;
  font-size: 14px;
  color:#2B2B2B;
  border: 1px solid #ccc;
  border-radius: 15px;
}

select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;


	width:160px;/* fallback non calc support */
	margin:0;
padding:.6875rem 2.1875rem .6875rem .6875rem;
	background:transparent;
	outline:none;
	font-size:16px;
	font-size:1rem;
	line-height:1.5;
	border: 1px solid #ccc;
	border-radius: 15px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 10px;
}
input[type="date"] {
  position: relative;
  padding: 0 10px;
  width: 200px;
  height: 40px;
  background: transparent;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
  border: 1px solid #ccc;
  border-radius: 15px;
}



#button {width: 100%;
padding: 10px;
display: block;
position: relative; z-index: 0;
border: 1px #266A30 solid; 
margin-top: 20px;
	background-color: #6DAD37;
color: #FFFFFF;
border-radius: 10px;}

#button:hover {
background-color:#8AD946;
}



#message,#soudan {
	width: 100%;
	  box-sizing: border-box;
  font-size: 14px;
  color:#2B2B2B;
  border: 1px solid #ccc;
  border-radius: 15px;
padding:5px;
	}
	
.contact_submit {
	text-align:center;
	margin-top:20px;
	}
	
/*===============================================*/

/*  for SP   画面の横幅が600px以下 */

/*===============================================*/

@media screen and (max-width: 599px){
	select{width: 120px;}
	input[type="date"] {width: 100%; margin-bottom: 10px}
	
	
}
