.contents .main .contact {
  margin: 1em 0 2em 0;
  padding: 0 .8em;
  font-size: .9em; }
.contents .main #contact {
  font-size: .9em;
  margin: 1em .8em; }
  .contents .main #contact a:hover {
    opacity: .8; }
.contents .main #formWrap {
  text-align: left; }
  .contents .main #formWrap .table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
    margin-bottom: 2em; }
    .contents .main #formWrap .table td,
    .contents .main #formWrap .table th {
      border-bottom: 1px solid #cccccc;
      padding: .8em .2em; }
    .contents .main #formWrap .table tr:last-child th {
      border: none; }
    .contents .main #formWrap .table tr:last-child td {
      border: none; }
    .contents .main #formWrap .table td {
      width: 70%; }
    .contents .main #formWrap .table th {
      width: 30%; }
.contents .main input {
  height: 2.5em;
  background-color: #F0F0F0;
  padding-left: 0.5em; }
.contents .main textarea {
  width: 100%;
  height: 15em;
  background-color: #F0F0F0;
  border: none;
  padding-left: 0.5em; }
.contents .main .form_btns {
  text-align: center; }
.contents .main input[type="button"] {
  border-radius: 0; }
.contents .main .submit {
  width: auto;
  height: auto;
  font-size: 1em;
  font-weight: bold;
  padding: 0.8em 3em;
  background: #2115b7;
  color: #fff;
  transition: 0.3s;
  border: none; }
  .contents .main .submit:hover {
    opacity: .7;
    cursor: pointer; }
.contents .main .back {
  width: auto;
  height: auto;
  font-size: 1em;
  font-weight: bold;
  padding: 0.8em 3.8em;
  background: #999999dd;
  color: white;
  transition: 0.3s;
  border: none; }
  .contents .main .back:hover {
    opacity: .7;
    cursor: pointer; }
.contents .main input::placeholder,
.contents .main textarea::placeholder {
  color: #999999dd; }
.contents .main .cp_iptxt {
  position: relative;
  padding-bottom: 1.5em; }
.contents .main .cp_iptxt input[type='text'] {
  box-sizing: border-box;
  width: 100%;
  padding: 0.3em;
  padding-left: 40px;
  letter-spacing: 1px;
  border: 0; }
.contents .main .cp_iptxt i {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.6em .5em;
  transition: 0.3s;
  color: #aaaaaa; }
.contents .main .thanks {
  font-size: .9em;
  padding: 0em .8em 3em .8em; }
.contents .main .form_btns {
  text-align: center;
  margin: 1em 0 2em 0; }
  .contents .main .form_btns a {
    padding: 1.2em 3em;
    text-decoration: none; }

@media (max-width: 520px) {
  .contents .main .contact .tel {
    width: 90%; } }

/*# sourceMappingURL=sub.css.map */
