.mainHero {
  background-image: url(/contact/img/hero_bg.jpg);
}

.contactBox {
  background-color: #ffffff;
  text-align-last: center;
  width: 83.8%;
  /*width: 880px;*/
  margin: 30px auto 0;
  padding: 20px 30px;
}
.contactBox ul {
  width: 100%;
  display: table;
  text-align: center;
}
.contactBox ul li {
  display: table-cell;
  width: 50%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 8%;
  font-size: 24px;
}
.contactBox ul li em {
  font-size: 36px;
}
.contactBox ul li:first-child {
  background-image: url(/contact/img/contact_icn_tel.png);
}
.contactBox ul li:last-child {
  background-image: url(/contact/img/contact_icn_fax.png);
}
@media screen and (max-width: 750px) {
  .contactBox {
    width: 96%;
    margin: 10px auto 0;
    padding: 20px 3%;
  }
  .contactBox ul li {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding-top: 15%;
    font-size: 16px;
    background-size: 46px;
  }
  .contactBox ul li em {
    font-size: 28px;
  }
  .contactBox ul li:first-child {
    margin-bottom: 20px;
  }
}
.contactBox p {
  text-align: center;
}

/*---------------------------------*/
.formTblWrap {
  margin: 0 5%;
  padding: 30px 5% 20px 5%;
}

.formTbl {
  width: 100%;
  margin: 0 0 20px 0;
  border-collapse: collapse;
}

.formTbl {
  border-top: #f6dddd 1px solid;
}

.formTbl th {
  width: 30%;
  vertical-align: top;
  padding: 15px 20px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  border-bottom: #f6dddd 1px solid;
  line-height: 1.2;
}

.formTbl td li {
  display: inline-block;
  /*width: 45%;*/
  float: left;
  margin-right: 2%;
}

.formTbl td li .formTtl {
  display: inline-block;
  margin: 0 5px;
}

.formTbl .note {
  font-size: 14px;
  font-weight: normal;
}

.formTbl td {
  border-bottom: #f6dddd 1px solid;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}

.ess {
  color: #c70303;
}

.noteTel {
  color: #0a4fa1;
  font-weight: bold;
  font-size: 16px;
}

/*---------------------------------*/
.wdt30 {
  width: 30px;
}

.wdt50 {
  width: 50px;
}

.wdt100 {
  width: 100px;
}

.wdt150 {
  width: 150px;
}

.wdt250 {
  width: 250px;
}

.wdt300 {
  width: 300px;
}

.wdt400 {
  width: 400px;
}

.wdt530 {
  width: 530px;
}

input[type=text],
input[type=email] {
  padding: 6px 5px;
  border: #dddddd 1px solid;
  font-size: 15px;
  background-color: #f7f7f7;
}

input::-webkit-input-placeholder {
  color: #aaaaaa;
}

input::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder {
  color: #aaaaaa;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

select {
  padding: 6px 5px;
  border: #dddddd 1px solid;
  font-size: 15px;
}

textarea {
  border: #dddddd 1px solid !important;
  padding: 3px 5px !important;
  width: 90% !important;
  min-height: 150px;
  background-color: #f7f7f7;
}

.recBtn {
  margin: 0 auto 50px;
  width: 200px;
}

.recBtn li {
  display: table;
  width: 100%;
  height: 40px;
}

.recBtn li button.summary_btn {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 40px;
  background-color: #206cc2;
  box-shadow: none !important;
  border: none;
  vertical-align: middle;
  text-align: center !important;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  background-image: url(/common/img/icn_fw.png);
  background-repeat: no-repeat;
  background-position: 98% center;
}

/*
.recBtn li button.summary_btn:after {
position: absolute;
display: inline-block;
content: "";
top: 40px;
right: 10px;
width: 26px;
height: 26px;
vertical-align: middle;
margin-top: -13px;
background: url(/contact/img/icn_fw.png) left top no-repeat;
}*/
.recBtn li button.summary_btn:hover {
  background-color: #34a3f9;
}

.topBtn {
  margin: 0 auto 80px;
  width: 300px;
}

.topBtn li {
  display: table;
  width: 100%;
  height: 60px;
}

.topBtn li a.back_btn {
  position: relative;
  display: table-cell;
  text-align: center;
  background-color: #6c782e;
  vertical-align: middle;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.topBtn li a.back_btn:after {
  position: absolute;
  display: inline-block;
  content: "";
  /*top: 50%;*/
  top: 30px;
  left: 10px;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-top: -13px;
  background: url(/contact/img/icn_fw.png) left top no-repeat;
}

.topBtn li a.back_btn:hover {
  background-color: #95a733;
  text-decoration: none;
}

@media screen and (max-width: 1020px) {
  .btnTab {
    margin-bottom: 60px;
  }
  .formTblWrap {
    margin: 0;
    padding: 20px 3%;
  }
  .formTbl th {
    padding: 10px 3%;
  }
  .formTbl td {
    padding: 10px 3%;
  }
  .wdt250,
  .wdt300,
  .wdt400,
  .wdt530 {
    width: 98%;
  }
}
@media screen and (max-width: 640px) {
  .btnTab {
    margin-bottom: 40px;
  }
  .btnTab li {
    position: relative;
    float: none;
    width: 100%;
    border: #222222 2px solid;
    cursor: pointer;
    height: 50px;
    margin-right: 0;
    margin-bottom: 1%;
    display: table;
  }
  .btnTab li:hover::before,
  .btnTab li.on::before {
    left: 90%;
    margin-left: 0;
    bottom: 25%;
  }
  .btnTab li em {
    text-align: left;
    padding: 0 6%;
  }
  .btnTab li em span,
  .btnTab li:nth-child(2) em span {
    padding-left: 56px;
  }
  .tabConts h2 em.notoSan {
    display: inline-block;
    font-size: 28px;
  }
  .tabConts h2 .ralewayF {
    display: inline-block;
    text-align: right;
    font-size: 20px;
    vertical-align: bottom;
  }
  .tabConts h2 .ralewayF > .camel {
    font-size: 30px;
  }
  .formTbl th {
    display: inline-block;
    width: 100%;
    padding: 10px 3% 5px;
    border-bottom: none;
  }
  .formTbl td {
    display: inline-block;
    width: 100%;
    padding: 5px 3% 10px;
  }
  .wdt150 {
    width: 90%;
  }
}
.thanks .contArea {
  padding-top: 20px;
}
.thanks .topLead {
  text-align: center;
  margin: 0 auto;
  width: 90%;
}
.thanks .topLead p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .thanks .topLead p {
    text-align: left;
  }
}
.thanks .topLead ol.btnBox {
  margin: 0 auto;
}
.thanks .topLead ol.btnBox li {
  margin-top: 30px;
}