
.oto_wrapper {
	text-align:center;
	margin: 0 auto;
	width:90%;
}
.oto_form h1 {
	margin-bottom: 5px;
	padding: 30px 0;

	color: #7a7a7a; /* 文字色 */
	background-color:#dce4ea ; /* 背景色 */
	font-size: 122%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

input[type=text] {
	width:300px;
	padding: 5px 10px;
	font-size: 100%;
	border: none;
	border-radius: 3px;
	background: #ddf0ff;
	box-sizing: border-box;
}


input[name=btn_confirm],
input[name=btn_submit],
input[name=btn_back] {
	margin-top: 10px;
	padding: 5px 20px;
	font-size: 100%;
	color: #fff;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	box-shadow: 0 3px 0 #2887d1;
	background: #4eaaf1;
}
input[name=btn_confirm] {
	margin-top:50px;
}

input[name=btn_back] {
	margin-right: 20px;
	box-shadow: 0 3px 0 #777;
	background: #999;
}
.top_caution {
	display:inline;
	border-bottom: 1px solid #999;
}
.top_caution span{
	color:red;
}
.element_wrap {
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.element_wrap label {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	width: 180px;
	vertical-align: top;
}

.element_wrap label span {
	color:red;
}
.element_wrap p {
	display: inline-block;
	margin:  0;
	text-align: left;
}

.element_wrap .text_form {
	word-break:break-all;
}

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

}

textarea[name=contact] {
	padding: 5px 10px;
	width: 100%;
	height: 150px;
	font-size: 100%;
	border: none;
	border-radius: 3px;
	background: #ddf0ff;
	box-sizing:border-box;
}
.error_list {
	padding: 10px 30px;
	color: #ff2e5a;
	font-size: 86%;
	text-align: left;
	border: 1px solid #ff2e5a;
	border-radius: 5px;
}
