
.clear-area:after {
  content: "";
  clear: both;
  display: block;
}
*:first-child+html .clear-area{
 padding-bottom: 30px;
}

h3:after{
  width:  100% !important;
}
/*contact
------------------------------*/
#contact-wrap{
 margin: 20px auto;
 width: 800px;
}
#contact-wrap img{
  margin:  0 auto;
}
#contact-wrap h3{
}
#contact-wrap dl{
  border-bottom: 3px solid #d3bfb4;
}
#contact-wrap dt{
 width: 180px;
 float: left;
 display: inline;
}
#contact-wrap dd{
 width: 500px;
 float: right;
 display: inline;
 padding-left: 60px;
 margin-bottom: 10px;
}
.error{
 color: #C00;
 font-weight: bold;
}
input{
 padding: 5px;
 margin: 3px;
 font-size: 1em;
}
select{
  font-size: 1em;
  margin:  5px 0;
}
textarea{
 width: 500px;
 height: 100px;
}
.short{
 width: 80px;
}
.middle{ width: 100px;}
 @media screen and (max-width: 780px){
   .middle{ width: 100%; }
}
.long{ width: 400px;}
@media screen and (max-width: 780px){
  .long{  width: 100%;}
}

ul{
  list-style:  none;
  margin:  0;
  padding: 0;
}
ul li{
  padding:  10px 0;
}
ul li:last-child{
  border:  none;
}
ul li div{
  margin-left:20px;
}
ul li div span{
  font-size: .9em;
}

/*btn-area
------------------------------*/
div.btn-area{
 width: 100%;
 margin: 20px auto 0;
 text-align: center;
}
div.btn-area img.btn,div.btn-area input.btn{
 padding-bottom: 20px;
}

/*add*/
table{
  width: 100%;
  border-spacing: 0;
}

table th{
  width: 200px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 780px){
  table th{
    display: block;
    border: none !important;
    width: 100% !important;
    padding: 20px 0 0 !important;
  }
  table td{
    display: block;
    width: 100% !important;
    padding: 10px 5px !important;
  }
}
table.table-enq th{
  padding-top:  20px;
  border-bottom: 1px solid #ccc;
}
table.table-promo{
  width: 70%;
  margin: 0 auto;
}
table.table-promo th{
  border-bottom: 1px solid #ccc;
}
table.table-promo td{
  border-bottom: 1px solid #ccc;
  padding: 20px 20px 10px;
}
table.table-promo td img{
  vertical-align: middle;
  margin-right: 10px;
  width: 60px;
}
input,textarea{
  border: 1px solid #ccc;
  margin: 0 0 10px 0 !important;
}
textarea{
  width: 100%;
}
select{
  font-family: system-ui !important;
  font-size: 1.1em;
  margin: 10px 0 !important;
}
input.short{
  width: 70px;
}
.btn-area{
  padding-bottom: 130px;
}
.button-input:hover{
  background-color: #d82481;
  color: #FFF;
  outline: none;
  border-radius: 10px;
  transition: background-color 0.5s, border-radius 1s;
  cursor: pointer;
  }
  .button-return{
    background-color: #ccc;
    border:1px solid #aaa;
  }
  .button-return:hover{
    background: #d82481;
    color: #fff;
    border-radius: 10px;
    transition: background-color 0.5s, border-radius 1s;
    cursor: pointer;
  }
  .g-recaptcha div{
    margin: 0 auto 20px;
  }
