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

 common

---------------------------------------------------*/
.main_form {
  padding: 0px 0 60px;

  border-top: 1px solid #f0f0ee;
}

.container {
  width: 980px;
}

.bnr_form {
  margin-bottom: 40px;

  text-align: center;
}

.cnt_remaining {
  font-size: 15px;

  position: fixed;
  right: 100px;
  bottom: 50px;

  display: none;

  padding: 5px 5px 10px 10px;

  letter-spacing: 1px;

  color: #fff;
  border-radius: 5px;
  background: #c00;
}

.cnt_remaining var {
  font-size: 20px;
}

.ssl_box {
  margin-top: 20px;
  margin-bottom: 30px;

  text-align: center;
}

.ssl_box p {
  display: inline-block;

  vertical-align: top;
}

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

.section_form {
  margin: 0 auto;

  -webkit-transition: none;
       -o-transition: none;
          transition: none;

  opacity: 1.0;
}

.section_form div,
.section_form dl,
.section_form ul {
  -webkit-transition: none;
       -o-transition: none;
          transition: none;

  opacity: 1.0;
}

.section_form .inner {
  width: auto;
  padding: 65px 80px 80px;

  background: #e9e7e6;
}

.section_form img {
  border-radius: 0;
}

.section_form .section {
  width: 974px;
  margin: 0 auto;
  padding: 25px;

  background: #f3f3f3;
}

.section_form .tit_box {
  font-size: 14px;

  width: 100%;
  margin: 0 auto 30px;
  padding: 15px 20px;

  text-align: center;

  border-top: 1px solid #2d2d2d;
  border-bottom: 1px solid #2d2d2d;
}

.section_form .tit_box h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;

  margin-bottom: 5px;
}

.section_form .privacy {
  margin: 20px 0;

  text-align: center;
}

.main_form .article_h2 h2 {
  font-size: 23px;
}
.main_form .article_h2 {
  padding: 50px 0 30px;
}

.main_form .tit_box {
  font-size: 14px;
  width: 980px;
  margin: 50px auto 30px;
  padding: 15px 20px;
  text-align: center;
  border-top: 1px solid #2d2d2d;
  border-bottom: 1px solid #2d2d2d;
}
.main_form .tit_box h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}

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

 stepBar

---------------------------------------------------*/
.stepBar {
  position: relative;

  overflow: hidden;

  width: 100%;
  margin: 0 0 1em;
  padding: 0;

  list-style: none;

  text-align: center;

  *zoom: 1;
}

.stepBar .step {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 60px;

  position: relative;

  float: left;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px 0 20px;

  color: #888;
  background-color: #fff;
}

.stepBar .step::before,
.stepBar .step::after {
  position: absolute;
  left: -15px;

  display: block;

  width: 20px;
  height: 30px;

  content: "";

  border-left: 4px solid #ebebe9;
  background-color: #fff;
}

.stepBar .step::after {
  top: 0;

  -webkit-transform: skew(30deg);
      -ms-transform: skew(30deg);
          transform: skew(30deg);
}

.stepBar .step::before {
  bottom: 0;

  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
}

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

.stepBar .step.current {
  color: #fff;
  background-color: #2b170a;
}

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

.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 {
  font-weight: normal;
  line-height: 30px;

  float: left;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20%;
  min-height: 30px;
  margin-top: 6px;
  padding: 20px 12px 13px;

  text-align: right !important;
  vertical-align: top;
}

.table-form dt p.must {
  float: left;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8%;
  margin-top: 6px;
  padding: 10px;

  text-align: right;
  vertical-align: top;
}

.table-form dt p.must span {
  font-size: .8em;
  font-weight: 700;
  line-height: 37px;

  display: block;

  width: 36px;
  height: 36px;

  text-align: center;
  vertical-align: middle;
  letter-spacing: 1px;

  color: #fff;
  border-radius: 36px;
  border-radius: 36px;
  background: #d66a26;
}

.table-form dd {
  float: left;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 72%;
  padding: 20px 10px;

  text-align: left;
  word-break: break-all;
}

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

.table-form dd #gender label {
  line-height: 1.0;

  display: inline-block;

  width: 70px;
  margin-bottom: 10px;
  padding: 8px 10px 5px;

  text-align: left;

  border: 1px solid rgba(217, 155, 133, .6);
  background: #f4ece6;
}

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

  padding: 5px 0px;

  text-align: left;
  vertical-align: middle;
}

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

.table-form input,
.table-form textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;

  border: #bbb solid 1px;
}

.table-form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  padding: 5px;

  border: #bbb solid 1px;
}

.table-form input[type="text"],
.table-form input[type="email"],
.table-form textarea {
  font-size: 1.1em;

  width: 500px;

  vertical-align: middle;
}

.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"] {
  position: relative;
  top: -1px;

  margin-right: 3px;

  border: 0;
}

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

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

.zip_txt {
  font-size: .8em;

  float: right;

  width: 200px;
}

.notice {
  font-size: .9em;

  width: 478px;
  margin-top: 10px;
  padding: 10px;

  color: #c00;
  border: 1px dotted #c00;
}

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

.table-form dt span {
  font-size: .8em;

  display: block;

  margin-top: 5px;

  color: #666;
}

.msg {
  display: block;

  margin-top: 5px;

  color: #c00;
}

.form_thanks {
  padding: 30px 0;

  text-align: center;
}

.form_thanks .btn {
  width: 60%;
  margin-top: 30px;
}

.section_form .catch {
  font-size: 2em;
  font-weight: bold;

  margin-bottom: 15px;
}

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

 button

---------------------------------------------------*/
input.btn_confirm,
input.btn_submit {
  font-size: 1.2em;
  font-weight: 600;

  position: relative;

  display: block;

  width: 70%;
  margin: 20px auto 10px;
  padding: 20px 0;

  text-align: center;

  color: #fff;
  border: none;
  border-radius: 0;
  background: #d66a26;

  -webkit-appearance: none;
}

#submit {
  position: relative;
}

#submit::after {
  position: absolute;
  top: 50%;
  right: 17%;

  display: block;

  width: 0;
  height: 0;
  margin-top: -6px;

  content: "";
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;

  border: 5px solid transparent;
  border-left: 7px solid #fff;
}

input.btn_confirm:hover,
input.btn_submit:hover {
  cursor: pointer;

  opacity: .8;
}

input#edit,
input.btn_back,
input.btn_top a {
  font-size: 1.1em;

  position: relative;

  display: block;

  width: 55%;
  margin: 0 auto 10px;
  padding: 15px 0;

  cursor: pointer;
  text-align: center;
  text-decoration: none;

  color: #fff;
  border: none;
  background: #aaa;
}

input.btn_back:hover,
input.btn_top a:hover {
  text-decoration: none;

  color: #fff;
  background: #bbb;
}

.table-form dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;

  height: 0;

  content: ".";
}

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

.value {
  width: 770px;
}

.value img {
  width: 100%;
}

.upsel_box {
  margin: 30px 0 50px;

  text-align: center;
}

.upsel_box p.submit {
  position: relative;

  display: inline-block;

  width: 220px;
  margin: 0 20px;

  vertical-align: middle;
}

.upsel_box p.submit.upsell {
  width: 420px;
}

.upsel_box p#submit.upsell::after {
  right: 7%;
}

.upsel_box p.submit.non input {
  width: 100%;
  margin-top: 20px;

  color: #7c7c7c;
  border: 1px solid #aaa;
  background: #fff;
}

.upsel_box p.submit.non::after {
  position: absolute;
  top: 56%;
  left: 15px;

  display: block;

  width: 0;
  height: 0;
  margin-top: -6px;

  content: "";

  border: 5px solid transparent;
  border-left: 7px solid #aaa;
}

.upsel_box p.submit.upsell input {
  width: 90%;
  height: 0;
  padding-bottom: 25%;

  background: url(../contact/img/btn_upsell.jpg) top center no-repeat;
  background-size: 100% auto;
}

.nodisplay {
  display: none;
}

/* Hides from IE-mac \*/
* html .table-form dl {
  height: 1%;
}

.table-form dl {
  display: block;
  overflow: hidden;
}

