/* Scss Document */
.mainCont {
  padding-top: 70px;
}

.contBlk {
  margin-bottom: 40px;
}
.contBlk li {
  text-indent: -1em;
  padding-left: 1em;
}

#contact .contWrap {
  margin-bottom: 0 !important;
}

/*---------------------------------*/
.formTbl {
  width: 100%;
  margin: 0 0 50px 0;
  border-collapse: collapse;
}
.formTbl th {
  width: 30%;
  vertical-align: top;
  padding: 10px 0px;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
}
.formTbl td {
  padding: 10px 0px;
  text-align: left;
  vertical-align: middle;
}
.formTbl td li {
  display: inline-block;
  /*width: 45%;*/
  float: left;
  margin-right: 2%;
}
.formTbl td li .formTtl {
  display: inline-block;
  margin: 0 5px;
}

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

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

.wdt100 {
  width: 100%;
}

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

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: #666666 1px solid;
  font-size: 15px;
}

textarea {
  border: #666666 1px solid !important;
  padding: 3px 5px !important;
  width: 100% !important;
  min-height: 150px;
}

.recBtn {
  margin: 0 auto 50px;
  width: 100%;
}
.recBtn li {
  display: table;
  width: 100%;
  height: 80px;
}
.recBtn li button.summary_btn {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 80px;
  background-color: #5797dc;
  box-shadow: none !important;
  border: none;
  vertical-align: middle;
  text-align: center !important;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
}
.recBtn li button.summary_btn em {
  font-size: 26px;
}
.recBtn li button.summary_btn span {
  font-size: 18px;
}
.recBtn li button.summary_btn:after {
  position: absolute;
  display: inline-block;
  content: "";
  /*top: 50%;*/
  top: 30px;
  right: 3%;
  width: 56px;
  height: 50px;
  vertical-align: middle;
  margin-top: -13px;
  background-image: url(/common/img/icn_cnt_fw.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.recBtn li button.summary_btn:hover {
  background-color: rgba(87, 151, 220, 0.8);
}
@media screen and (max-width: 640px) {
  .recBtn li button.summary_btn em {
    font-size: 22px;
  }
  .recBtn li button.summary_btn span {
    font-size: 16px;
  }
  .recBtn li button.summary_btn:after {
    background-size: 46px auto;
    width: 46px;
    margin-top: -10px;
  }
}

@media screen and (max-width: 1020px) {
  .formTbl th {
    padding: 10px 3%;
  }

  .formTbl td {
    padding: 10px 3%;
  }

  .wdt250,
  .wdt300,
  .wdt400,
  .wdt530 {
    width: 98%;
  }
}
@media screen and (max-width: 640px) {
  .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%;
  }
}
.thk {
  width: 100%;
  display: table;
  height: 300px;
  vertical-align: middle;
}
.thk p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.topBtn > li {
  display: table;
  height: 80px;
  width: 100%;
}
.topBtn > li a {
  background-color: #5797dc;
  background-image: url(/common/img/icn_back.png);
  background-position: 97% center;
  background-repeat: no-repeat;
  font-size: 24px;
  display: table-cell;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.topBtn > li a:hover {
  background-color: rgba(87, 151, 220, 0.8);
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .topBtn > li a {
    font-size: 22px;
    background-size: 30px 30px;
  }
}
