.main {
  width: 100%;
  margin-top: 123px; }
  .main .block {
    width: calc(100% - 200px); }

.contact1 {
  background: #ffffff;
  padding: 4% 0;
  font-size: 18px; }
  .contact1 span {
    display: block;
    padding-bottom: 2%; }
  .contact1 input {
    width: 50%;
    max-width: 250px;
    height: 30px;
    margin: 1% 10px 3% 0; }
  .contact1 .block div {
    color: #db172f; }

.contact2 {
  background: #efefef;
  padding: 4% 0; }
  .contact2 .block {
    color: #6e6e6e; }
  .contact2 table {
    width: 100%; }
    .contact2 table td {
      text-align: left;
      padding: 1% 0;
      font-size: 18px; }
      .contact2 table td input[type="text"] {
        width: 50%;
        max-width: 250px;
        height: 30px; }
      .contact2 table td input[type="radio"] {
        margin-right: 2%; }
      .contact2 table td .pdd {
        margin-left: 2%; }

.contact3 {
  background: #ffffff;
  padding: 4% 0 7% 0;
  font-size: 18px; }
  .contact3 span {
    display: block;
    padding-bottom: 4%; }
  .contact3 .left {
    width: 30%;
    float: left;
    line-height: 40px;
    padding-right: 3%; }
  .contact3 .left input[type="checkbox"] {
    margin-right: 3%; }
  .contact3 a {
    display: inline-block;
    background: #43bbba;
    width: 170px;
    height: 55px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 25px;
    text-align: center;
    line-height: 55px;
    margin-top: 5%;
    font-size: 16px; }
  .contact3 a:hover {
    background: #1e2e3b; }
  .contact3 .submit_btn {
    display: inline-block;
    background: #43bbba;
    width: 170px;
    height: 55px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 25px;
    text-align: center;
    line-height: 55px;
    margin-top: 5%;
    font-size: 16px;
    border: 0; }
  .contact3 .submit_btn:hover {
    background: #1e2e3b; }

@media screen and (min-width: 800px) and (max-width: 1100px) {
  .main .block {
    width: calc(100% - 100px); } }
@media screen and (min-width: 0) and (max-width: 800px) {
  .main .block {
    width: calc(100% - 50px); } }

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