@charset "utf-8";

article {
	width: 570px;
	margin: 20px auto;
	font-size: 130%;
}
/* form */
#form {
	margin: 0 auto;
	color: #000;
}
#form dt {
	display: inline-block;
	margin-bottom: 10px;
	letter-spacing: 0.06em;
}
#form dt span {		/* 必須 */
	display: inline-block;
	padding: 3px 5px;
	border-radius: 3px;
	background: #F00;
	line-height: 1.2em;
	color: #fff;
	font-size: 62.5%;
	vertical-align: 2px;
}
#form dt label {
	display: inline-block;
	line-height: 1.5em;
	color: #000;
	font-weight: bold;
}
#form dd {
	margin-bottom: 30px;
	line-height: 1.6em;
	color: #000;
}

input, textarea, select, option {
	display: inline-block;
	width: 100%;
	padding: 8px;
	border:0;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #000;
	letter-spacing: 0.06em;
}

.privacy {
	margin-bottom: 30px;
	line-height: 1.5em;
}


#form dt span {		/* 必須 */
	background: #558ed5;
	color: #fff;
}
#form dd li {
	line-height:1.7;
	margin:5px 0;
}
#form dd li input[type="text"] {
	display:block;
	margin-top:10px;
}
.privacy {
	color: #f16800;
}

.error {
	line-height:1.6;
	margin-bottom:30px;
	padding:20px;
	background:#FECBBC;
	color:#C00;
	font-weight:bold;
	font-size:116.7%;
	text-align:center;
}



/* 送信 */
#btnWrap {
	text-align:center;
}
#btnWrap li {
	display:inline-block;
	margin:0 3px;
	cursor:pointer;
}
li#backBtn {
	/*display: none;*/
}

@media (max-width: 480px) {
li#backBtn {
	margin-bottom:10px;
}
}

#btnWrap li {
	color:#ffffff;
	font-size:116.7%;
	letter-spacing:0.1em;
	text-align:center;
}
#submitBtn,#backBtn {
	width:180px;
	height:70px;
	line-height:70px;
	border:0;
	color:#ffffff;
	font-size:116.7%;
	font-weight: bold;
	letter-spacing:0.1em;
	text-align:center;
	cursor:pointer;
	letter-spacing: 0.06em;
}
#backBtn {
	background:#aaa;
}

#submitBtn {
	background:#558ed5;
}



@media (max-width: 780px) {
article {
	width: 90%;
}
}
