
.ssl {
    padding: 0 20px;
    margin-bottom:30px;
}

.ssl .img {
 float: left;
 width: 27%;
}

.ssl .txt {
  float: right;
  width: 70%;
  font-size: 11px;
}

.main_form .container{
  background:#FFF;
}

.section_form {
  max-width: 600px;
  margin: 0 auto;
}

.section_form .tit_box{
  margin:0 10px 10px;
  background: #00854b;
  padding:15px 0px;
  text-align:center;
  font-size:14px;
}

.section_form .tel{
  margin: 0 5% 5%;
}

.section_form .tit_box h3{
  font-size:18px;
  color:#FFF;
  font-weight: bold;
  line-height:1.2;
}

.section_form .privacy{
  text-align:center;
  margin:20px 10px;
}


.section_form .event_info{
  border:3px solid #00854b;
  padding: 5%;
  margin: 5%;
}

.section_form .event_info h4{
  text-align: center;
  color: #00854b;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 1%;
}

.section_form .event_info .catch{
  color: #e59630;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3%;
}

.section_form .event_info .txt{
}

.section_form .event_info .txt em{
  font-weight: bold;
}

/**************************************

stepBar

**************************************/

.stepBar {
	position: relative;
	list-style: none;
	margin: 0 auto 1em;
	padding: 0;
	text-align: center;
	width: 90%;
	overflow: hidden;
 *zoom: 1;
}

.stepBar .step {
	position: relative;
	float: left;
	display: inline-block;
	line-height: 40px;
	padding: 0 15px 0 5px;
	background-color: #ccc;
	box-sizing: border-box;
	color: #888;
	font-weight: bold;
}

.stepBar .step:before, .stepBar .step:after {
	position: absolute;
	left: -5px;
	display: block;
	content: '';
	background-color: #ccc;
	border-left: 4px solid #fdfaf8;
	width: 5px;
	height: 20px;
}

.stepBar .step:after {
	top: 0;
	-moz-transform: skew(20deg);
	-ms-transform: skew(20deg);
	-webkit-transform: skew(20deg);
	transform: skew(20deg);
}

.stepBar .step:before {
	bottom: 0;
	-moz-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
}

.stepBar .step:first-child:before, .stepBar .step:first-child:after {
	content: none;
}

.stepBar .step.current {
	color: #FFF;
	background-color: #000;
}

.stepBar .step.current:before, .stepBar .step.current:after {
	background-color: #000;
}

.stepBar.step3 .step:nth-child(1) {
	width: 34%;
}

.stepBar.step3 .step:nth-child(2) {
	width: 33%;
}

.stepBar.step3 .step:nth-child(3) {
	width: 33%;
}


/**************************************

input btn

**************************************/

input.btn-success {
	width: 90%;
	margin: 0 auto;
}

input.btn_confirm, input.btn_submit {
	-webkit-appearance: button;
	display: block;
	width: 86%;
	margin: 0 auto 10px;
	padding: 22px 0;
	background: #cc3333;
	font-size: 1.2em;
  font-weight: bold;
	text-align: center;
	color: #fff;
	position: relative;
	border: none;
}

input#upsell.btn_confirm {
  padding: 27% 14%;
  white-space: nowrap;
    overflow: hidden;
    text-indent: 145%;
    -webkit-appearance: none;
  background: url(../img/btn_up.png) top center no-repeat;
  background-size: 100% auto;
  
}

input.non.btn_confirm {
  background: #FFF;
  color: #888;
  border: 1px solid #aaa;
}

input.btn_confirm:hover, input.btn_submit:hover {
	background: #e08268;
}

input.btn_back, input#edit, .btn_top a {
	-webkit-appearance: button;
	display: block;
	width: 70%;
	margin: 0 auto 10px;
	padding: 8px 0;
	background: #aaa;
	font-size: 1.1em;
	text-align: center;
	color: #fff;
	position: relative;
	border: none;
	text-decoration: none;
}

input.btn_back:hover, .btn_top a:hover {
	background: #bbb;
	color: #fff;
	text-decoration: none;
}

#submit,
#back{
  position:relative;
}
#submit::after{
display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10%;
    width: 0;
    height: 0;
    margin-top: -6px;
    border: 5px solid transparent;
    border-left: 7px solid #fff;
    transition-duration: 200ms;
}

#back::after{
display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 24%;
    width: 0;
    height: 0;
    margin-top: -6px;
    border: 5px solid transparent;
    border-right: 7px solid #fff;
    transition-duration: 200ms;
}



/**************************************

table_form

**************************************/

.section_form{
  padding:20px 0;
  background:#FFF;
}

.table_form dt {
	margin-top: 10px;
	background: rgba(203,222,161,.4);
	padding: 7px;
}

.table_form dt p.tit {
	width: auto;
	padding: 0 0 0 8px;
	font-size: 15px;
	line-height: 27px;
	text-align: left;
	float: left;
}

.table_form dt p.tit br {
	display: none;
}

.table_form dt p.must {
	width: auto;
	padding: 5px 0 0 5px;
	text-align: left;
	float: left;
}

.table_form dt p.must span {
	text-align: center;
	font-weight: bold;
	padding: 3px;
	border-radius: 3px;
	color: #fff;
	background: #cc3333;
	font-size: 1em;
}

.table_form dt p.must img {
	display: none;
}

.table_form dt:after {
	content: ' ';
	height: 0;
	clear: both;
	overflow: hidden;
	display: block;
}

.table_form dd {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.table_form dd input, .table_form dd textarea {
	font-size: 13px;
	background: #efefef;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.table_form dd select {
	font-size: 13px;
	height: 40px;
}

.table_form dd #department label {
	width: 100%;
	display: inline-block;
	margin-bottom: 8px;
}

label{
  margin-right: 10px;
}

.table_form input[type="text"],
.table_form input[type="tel"],
.table_form input[type="email"],
.table_form textarea {
	width: 96%;
	padding: 15px;
	box-sizing: border-box;
}

.table_form input#zip {
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
}

.table_form input#age {
	width: 30%;
}

.table_form input[type="radio"],
.table_form input[type="checkbox"] {
	border: 0;
	margin-right: 3px;
	position: relative;
	top: -1px;
  background: #00854b;
  border: 1px solid #00854b;
}

.notice {
	color: #c00;
	font-size: 0.9em;
	padding: 10px;
	border: 1px dotted #c00;
	margin-top: 10px;
}

.table_form .w350 {
	width: 100%;
}

.table_form .w120,
.table_form .w180 {
	width: 40%;
}

.table_form .w50,
.table_form .w80 {
	width: 35%;
}

#item {
	width: 100%;
	font-size: .85em;
}

.msg {
	color: #c00;
	display: block;
	margin-top: 5px;
}

.policy {
	padding: 0 15px;
}

.policy a {
	color: #f89200;
	text-decoration: none;
}

.policy a:hover {
	color: #ff0000;
}

.ui-datepicker {
	width: 90% !important;
	box-sizing: border-box;
	left: 5% !important;
}

.ui-datepicker-unselectable .ui-state-default {
	text-indent: 105%;
	white-space: nowrap;
	overflow: hidden;
	background: #f2f9fd url(../img/none.png) no-repeat 50% 50% !important;
	background-size: 7px 6px;
}

.table_form .zip_txt {
	width: auto;
	float: none;
	text-indent: 0;
	padding: 0;
}

.table_form .zip_txt br {
	display: none;
}

.ui-datepicker-calendar {
    table-layout: fixed;
}

/**************************************

form_thanks

**************************************/

.form_thanks {
	text-align: center;
	padding: 15px;
}

.form_thanks .btn {
	margin-top: 20px;
}

.form_thanks .catch {
	font-weight: bold;
	font-size: 1.7em;
	line-height: 1.4;
	margin-bottom: 15px;
}



.privacy_lead{
	margin:0 3% 10px 3%;
  text-align: center;
}

.privacy{
	border:1px solid #000;
	padding: 10px;
	height: 100px;
	margin:0 3% 20px 3%;
	overflow: scroll;
}

.privacy .box{
	margin:0 0 10px 0;
  text-align: left;
}

.privacy .box:nth-child(1){
  text-align: center;
}

