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


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

  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: #00a97a;
  }

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

  .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: #ff7e61;
    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: #e08268;
  }

  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 span#type_radio {
    display: flex;
    flex-wrap: nowrap;
  }
  .table_form span#type_radio label+label {
    margin-left: 1em;
  }

  .table_form label[for="InquiryType1"] {
    margin-right: 20px;
  }

  .table_form dt {
    margin-top: 10px;
    background: #eee;
    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: #d14800;
    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;
  }

  .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;
    width: auto;
  }

  .table_form label[for="type-1"],
  .table_form label[for="type-2"] {
    display: flex;
    flex-wrap: nowrap;
  }

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