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

/*general*/

header{
	margin-bottom: 90px;
}
.wrap {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 45px;
}

main{
	margin-top: 45px;
}

h2{
	width: 70%;
	margin: 0 auto;
	margin-bottom: 90px;
}


/*form*/

form{
	margin-bottom: 45px;
}

input, textarea{
  width: 100%; 
  padding: 12px; 
  border: 1px solid #ccc; 
  border-radius: 4px; 
  box-sizing: border-box; 
  margin-top: 6px; 
  margin-bottom: 16px; 
  resize: vertical;
}

/*btn*/
.btn{
	width: 230px;
}