@charset "UTF-8";

.contact {
  background-color: #f8f6ed;
  padding: 40px 0;
}

h2 {
  text-align: center;
  padding: 30px 0 30px;
}

.mw_wp_form {
  margin: 0;
  padding: 0;
}

.contact-table {
  width: 86%;
  padding: 0 2%;
  margin: 0 auto;
}

th,
td {
  border: 1px solid #dddddd;
  padding: 8px;
  text-align: left;
  vertical-align: middle;
}

th {
  background-color: #f2f2f2;
  width: 40%;
}

td {
  width: 60%;
}

tr:nth-child(odd) {
  background-color: #fff;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}


td .mwform-tel-field input[type="text"] {
  width: 30%;
}

.contact-text {
  width: 100%;
}

.contact-textarea {
  resize: none;
  width: 100%;
}

.button-wrap {
  text-align: center;
}

.button-wrap [type="submit"] {
  display: inline-block;
  width: 200px;
  padding: 10px 20px;
  margin-top: 16px;
  font-size: 16px;
  color: #ffffff;
  background-color: #6c757d;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s;
}

.button-wrap [type="submit"]:hover {
  opacity: 0.5;
}

/* 送信 */

.mw_wp_form p {
  text-align: center;
  line-height: 3rem;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .contact-table {
    width: 70%;
  }

  .contact-table th,
  .contact-table td {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 410px) {
  td .mwform-tel-field input[type="text"] {
    width: 28%;
  }
}
