@charset "utf-8";

.container {
	margin: 0 auto;
	max-width: 800px;
	background-color: #ffefd5;
	padding: 30px;
}

h1 {
border-bottom: solid 3px #d2b48c;
font-size:24px;
margin-bottom: 40px;
}

p{
	line-height: 2.0;
}

/* テキストエリア
----------------------------------*/

input,
textarea {
	box-sizing: border-box;
	font-family: sans-serif;
}

/* 名前とメール
----------------------------------*/
input[type="text"],
input[type="email"] {
	border: 1px solid #ccc;
	padding: 8px;
	width: 100%;
	font-size: 16px;
}

/* ボタン
----------------------------------*/
input[type="radio"],
input[type="checkbox"] {
	margin-left: 20px;
  inline-size: 1.1rem;
  block-size: 1.1rem;

}

/* セレクト
----------------------------------*/
select{
	padding: 5px;
}



/* しつもん
----------------------------------*/
textarea {
	border: 1px solid #ccc;
	padding: 8px;
	width: 100%;
	height: 200px;
	font-size: 16px;
}

