@charset "utf-8";
form {
	display: flex;
	flex-direction: column;
	max-width: 400px;
	margin: 0px auto;
}

label {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	margin: 4px 0px;
}

input,textarea {
	padding: 8px;
	margin-bottom: 16px;
	font-size: 16px;
	border: solid 1px #c0c0c0;
	border-radius: 4px;
	outline: none;
}

textarea {
	height: 200px;
	resize: none;
}
button {
	width: 50%;
	height: 40px;
	margin: 20px auto;
	border: none;
	background-color: gray;
	color: white;
	border-radius: 4px;
	cursor: pointer;
}
.poricy{
	border: solid 1px black;
	font-size: 14px;
	padding : 20px ;
}