.oto_form h1 {
	margin-bottom: 5px;
	padding: 30px 0;

	color: #000; /* 文字色 */
	background-color:rgb(255,100,0,0.3); /* 背景色 */
	font-size: 122%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.oto_wrapper {
  text-align: center;
  width:90%;
	margin:0 auto;
	background-color: #fff;
}
.oto_wrapper label{
	margin-left:20px;
}
input[type=text] {
	padding: 5px 10px;
	font-size: 86%;
	border: none;
	border-radius: 3px;
	background: rgb(255,255,0,0.2);
    width: 250px;
}


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_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: 170px;
	vertical-align: top;
}

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

.element_wrap .inner_reserve_time{
	margin-left: 20px;
	margin-right: 20px;
}

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

textarea[name=contact] {
	padding: 5px 10px;
	width: 60%;
	height: 100px;
	font-size: 86%;
	border: none;
	border-radius: 3px;
	background: rgb(255,255,0,0.2);
}
.error_list {
	padding: 10px 30px;
	color: #ff2e5a;
	font-size: 86%;
	text-align: left;
	border: 1px solid #ff2e5a;
	border-radius: 5px;
}

/*-------プライバシーポリシー -------*/
#privacy_policy{
  margin:0 auto;
  width:70%;
  background-color: #fff;
  padding:20px;
}
#privacy_policy .pp_title{
  font-size:20px;
  text-align:center;
  padding:10px 0;
  background-color:rgb(255,100,0,0.2);
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}
#privacy_policy .pp_top{
  margin:20px 0;
}
#privacy_policy .pp_main{
  background-color: rgb(255,255,0,0.4);
  padding:10px 20px 10px 0;
}
