.offering {
  margin-bottom: 6px;
  background: #4ab0d9;
  padding: 8px;
  color: #FFF;
  font-size: 18px;
  line-height: 1.2;
}

table.form {
  font-family: inherit;
  font-size: 85%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  border-collapse: collapse;
  border-spacing: 0;

  width: 100%;
  border-bottom: 1px solid #cccccc;
}

table.form input, select {
  vertical-align: middle;
}

table.form th, table.form td {
  font-weight: inherit;
  font-style: inherit;

  border: 1px #ccc solid;
  padding: 10px;
  vertical-align: top;
  width: 100%;
  display: block;
  border-bottom: none;
  color: #3b2715;
}
table.form th {
  background: #F6F6F6;
  width: 100%;
}
table.form td.address p {
  margin-bottom: 5px;
}
table.form input[type="text"] {
  padding: 4px;
  vertical-align: middle;
}
table.form .ex {
  margin-top: 2px;
  color: #868686;
  font-size: 14px;
}

table.form span.require, span.error {
  color: #ff0000;
}
table.form span.sample {
  color: #808080;
}
table.form .message {
  width:80%;
}

.frame01 {
  padding: 10px;
  color: #3b2715;
  background: #f4f4f4;
  border-radius: 6px;
}

input.wpcf7-submit,
input.wpcf7c-btn-confirm,
input.wpcf7c-btn-back {
  margin: 10px 0;
  width: 100%;
  padding: 12px;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  line-height: 1.2;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input.wpcf7-submit:hover,
input.wpcf7c-btn-confirm:hover,
input.wpcf7c-btn-back:hover {
  background: #e8d990;
  color: #52535a;
}

input.wpcf7-submit,
input.wpcf7c-btn-confirm {
  background: #6b411b;
}

input.wpcf7c-btn-back {
  background: #868686;
}

@media (min-width: 830px) {
  table.form {
    width: 100%;
  }
  table.form th, table.form td {
    border: 1px #ccc solid;
    padding: 10px;
    vertical-align: top;
    display: table-cell;
    border-bottom: none;
  }
  table.form th {
    background: #F6F6F6;
    width: 30%;
  }
}

