@media print, screen and (min-width:761px) {
/*---------------------------------------------------

 common

---------------------------------------------------*/

.container {
	width: 980px;
}

.main_form h3 {
	margin-bottom: 42px;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	border-bottom: 7px solid #aeaeae;
}

.main_form .fresh {
	margin-bottom: 70px;
}

.main_form .fresh {
	margin-bottom: 12px!important;
}

.main_form .fresh li {
	float: left;
	}

.main_form .fresh li:last-child {
	float: right;
  }

.main_form .fresh li:last-child {
  float: none!important;
  }

.main_form .fresh img {
  margin: 0 auto;
  }

.main_form .container p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 28px;
  }

.ssl_box{
  text-align:center;
  margin-top:20px;
  margin-bottom:30px;
}

.ssl_box p{
  display:inline-block;
  vertical-align:top;
}

.ssl_box p:last-child{
  width:380px;
  padding-left:20px;
}

.section_form {
    margin: 0 auto;
    opacity : 1.0;
  transition : none;
}

.section_form div,
.section_form dl,
.section_form ul {
  opacity : 1.0;
  transition : none;
}

.section_form .inner {
	background: #eee;
	padding: 65px 80px 80px;
	width: auto;
}

.section_form img {
	border-radius: 0;
}

.section_form .section {
	width: 974px;
	margin: 0 auto;
	padding: 25px;
	background: #f3f3f3;
}

.section_form .tit_box{
  width:100%;
  margin:0 auto 30px;
  border-top:1px solid #2d2d2d;
  border-bottom:1px solid #2d2d2d;
  padding:15px 20px;
  text-align:center;
  font-size:14px;
}

.section_form .tit_box h3{
  font-size:22px;
  color:#c79600;
  line-height:1.2;
  margin-bottom:5px;
}

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

/*---------------------------------------------------

 stepBar

---------------------------------------------------*/

.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 60px;
  padding: 0 40px 0 20px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #888;
  font-size: 1.2em;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #fff;
  border-left: 4px solid #eee;
  width: 20px;
  height: 30px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #FFF;
  background-color: #3793d2;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #3793d2;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}


/*---------------------------------------------------

 form

---------------------------------------------------*/

.form_wrapper {
	padding: 25px;
	background: #fff;
}

.table-form {
	border-top: 1px dotted #b9a195;
}

.section_form .table-form {
	border-top: 0;
}

.table-form dl {
	border-bottom: 1px dotted  #ccc;
}
.table-form dl.un {
	border-bottom: none;
}

.table-form dt p.tit {
	width: 20%;
	padding: 20px 12px 13px;
	font-weight: normal;
	text-align: right !important;
	vertical-align: top;
	float: left;
	min-height: 30px;
	line-height: 30px;
	box-sizing: border-box;
  margin-top:6px;
}

.table-form dt p.must {
	text-align: right;
	width: 8%;
  margin-top:6px;
	vertical-align: top;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

.table-form dt p.must span {
text-align: center;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 37px;
    border-radius: 36px;
    vertical-align: middle;
    color: #fff;
    background: #99222b;
    font-size: 0.8em;
}

.table-form dd {
	width: 72%;
	box-sizing: border-box;
	padding: 20px 10px;
	float: left;
	word-break: break-all;
  text-align:left;
}

.table-form dd #gender{
  margin-bottom:20px;
}

.table-form dd #gender label{
	width:70px;
	background:#f4ece6;
	padding:8px 10px 5px;
	line-height:1.0;
	border:1px solid rgba(217,155,133,0.6);
  text-align:left;
  display:inline-block;
  margin-bottom: 10px;
}

/*.table-form dd #gender label:nth-child(2){
	background:#a3d9f2;
	border:1px solid #A0C9DC;
}*/

.table-form dd #gender label input{
	padding:5px 0px;
	font-size:1.2em;
	    vertical-align: middle;
      text-align:left;
}


.table-form input.must,
.table-form textarea.must,
.table-form select.must {
	background: #F8E2E6;
	border: #bbb solid 1px;
}

.table-form input,
.table-form textarea {
	border: #bbb solid 1px;
	padding: 10px;
	box-sizing: border-box;
}

.table-form select {
	border: #bbb solid 1px;
	padding: 5px;
	box-sizing: border-box;
}

.table-form input[type="text"],
.table-form input[type="email"],
.table-form textarea {
	width: 500px;
	vertical-align: middle;
	font-size: 1.1em;
}

.table-form input[type="text"]#res_date,
.table-form input[type="text"]#zip {
	width: 250px;
}

.table-form input[type="tel"] {
	width: 350px;
}

.table-form input[type="radio"],
.table-form input[type="checkbox"] {
	border: 0;
	margin-right: 3px;
	position: relative;
	top: -1px;
}

.table-form input#mail {
	margin-bottom: 5px;
}

.table-form textarea {
  height: 130px;
}

.zip_txt {
	float: right;
	width: 200px;
	font-size: 0.8em;
}

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

.table-form select {
	font-size: 1.1em;
}

.table-form dt span {
	margin-top: 5px;
	font-size: 0.8em;
	color: #666;
	display: block;
}

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

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

.form_thanks .btn {
	width: 60%;
}

.section_form .catch {
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 15px;
}

/*---------------------------------------------------

error

---------------------------------------------------*/

label.error {
  display: block;
  background: #e0382c;
  color: #FFF;
  font-weight: bold;
  padding: 5px 10px;
  margin-top: 10px;
}


/*---------------------------------------------------

 button

---------------------------------------------------*/

input.btn_confirm,
input.btn_submit {
	display: block;
	width: 70%;
	margin: 20px auto 10px;
	padding: 20px 0;
	background: #3793d2;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	position: relative;
	border: none;
}

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

input.btn_confirm:hover,
input.btn_submit:hover {
  opacity:0.8;
	cursor: pointer;
}

input.btn_back,
input.btn_top a {
	display: block;
	width: 55%;
	margin: 0 auto 10px;
	padding: 15px 0;
	background: #aaa;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	color: #fff;
	position: relative;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

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


.table-form dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.table-form dl { display: inline-table; }

/* Hides from IE-mac \*/
* html .table-form dl { height: 1%; }
.table-form dl {
	display: block;
	overflow: hidden;
}
/* End hide from IE-mac */

.ui-datepicker td[data-month="8"],
.ui-datepicker td[data-month="8"] a{
  pointer-events: none;
  background: none;
  border: none;
}

.ui-datepicker td[data-month="9"]:first-child a{
  pointer-events: none;
  background: none;
  border: none;
}
}

@media screen and (max-width:760px) {

.container {
	width: 100%;
}

	.form_wrapper {
		margin-bottom: 30px;
	}

.main_form h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	border-bottom: 7px solid #aeaeae;
	margin: 0 15px 28px;
}

.main_form .fresh {
	margin-bottom: 10px;
	padding: 0 15px;
}

.main_form .container p {
  text-align: center;
  margin-bottom: 16px;
  font-size: 16px;
}

.main_form .fresh li {
	float: none;
	margin-bottom: 10px;
	}


  .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 .tit_box{
    margin:0 10px 20px;
    border-top:1px solid #2d2d2d;
    border-bottom:1px solid #2d2d2d;
    padding:15px 0px;
    text-align:center;
    font-size:14px;
  }

  .section_form .tit_box h3{
    font-size:18px;
    color:#c79600;
    line-height:1.2;
    margin-bottom:5px;
  }

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

	.section_form dd {
		padding: 0 15px;
		margin-top: 15px;
	}


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

  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: #3793d2;
  }

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

  .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: 12px 0;
    background: #3793d2;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    position: relative;
    border: none;
  }

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

  input.btn_back, .btn_top a {
    -webkit-appearance: button;
    display: block;
    width: 70%;
    margin: 0 auto 10px;
    padding: 8px 0;
    background: #aaa;
    font-weight: bold;
    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;
  }


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

  table_form

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

  .section-form{
    padding:10px 0 0;
    background:#FFF;
  }

  .table-form dt {
    margin-top: 10px;
    background: #f8f3e8;
    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: #99222b;
    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 {
		width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    background: #efefef;
    padding: 5px;
    margin: 0 0 10px 0;
}

  .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[type="radio"],
  .table-form input[type="checkbox"] {
    border: 0;
    margin-right: 3px;
    position: relative;
    top: -1px;
  }

  .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;
  }



}

.ssl_box {
  padding: 0 30px 20px;
  font-size: 11px;
  color: #666;
}

body.form footer {
  padding-bottom: 0;
}
