@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
	padding: 5%;
	text-align: center;
	background: #f4efe1;
	width: auto;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	font-size: 1em;
}

h1 {
	margin-bottom: 10px;
	padding: 0px ;
	text-align: center;
	color: #ae4200;
	font-size: 3em;
	font-weight: 900;
}

p {
	font-size: 2em;
	text-align: left;
}

.center {
	font-size: 2em;
	text-align: center;
}



input[type=text] {
	padding: 5px 10px;
	font-size: 1.5em;
	border: 1px solid #999;
	border-radius: 3px;
	background: #fff;
	width: 90%;
}

select[type=text] {
	padding: 5px 10px;
	font-size: 1.5em;
	border: 1px solid #999;
	border-radius: 3px;
	background: #fff;
	width: 90%
}

input[name=btn_confirm],
input[name=btn_submit],
input[name=btn_back] {
	margin-top: 30px;
	padding: 20px 20px;
	font-size: 2.5em;
	color: #fff;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	box-shadow: 0 3px 3px 0  #ae4200;
	background: #ff6000;
}

input[name=btn_back] {
	margin-right: 20px;
	box-shadow:0 3px 3px 0 #777;
	background: #999;
}

.element_wrap {
	margin-bottom: 10px;
	padding: 20px 0;
	text-align: center;
}

.element_wrap p {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 2em;
}

label {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 2.5em;
	width: auto;
}
.red {
	color: red;
	font-size: 70%;
}

label[for=gender_male],
label[for=gender_female],
label[for=agreement] {
	margin-right: 10px;
	width: auto;
	font-weight: normal;
}

textarea[name=contact] {
	padding: 5px 10px;
	width: 100%;
	height: 100px;
	font-size: 1em;
	border: none;
	border-radius: 3px;
	background: #ddf0ff;
}

.error_list {
	padding: 10px 10px 10px 50px;
	color: #ff2e5a;
	font-size: 1.25em;
	text-align: left;
	border: 1px solid #ff2e5a;
	border-radius: 5px;
}

img {
	margin: 10px;
	border-style: none;
	vertical-align: bottom;
}