/*
Template: astra
Theme Name: astra_child
*/


/* -----------------------------------------------------------
　 会社案内
----------------------------------------------------------- */
.table-company td{
  padding: 10px !important;
  vertical-align: middle !important;
}

@media screen and (max-width: 768px) {
  table {
    width: 100%;
    table-layout: fixed;
  }

  table td:first-child {
    width: 30%;
  }

  table td:last-child {
    width: 70%;
  }
}

/* -----------------------------------------------------------
　 お問い合わせ
----------------------------------------------------------- */
.wpcf7 {
	width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

label {
  color: #000;
  font-size: 16px;
}

.asterisk {
  margin: 0 0 0 0.2em;
  color: #cc0000;
}

#wpcf7-f1145-p1146-o1 .wpcf7-form-control-wrap input[type="text"],
#wpcf7-f1145-p1146-o1 .wpcf7-form-control-wrap input[type="email"] {
  width: 100%;
  max-width: 400px;
  padding: 5px 7px 3px !important;
  font-size: 15px;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
}

#wpcf7-f1145-p1146-o1 textarea {
  width: 100%;
  padding: 5px 7px 3px !important;
  font-size: 15px;
  color: #000;
  border: 1px solid #666;
  border-radius: 0;
}

input[type="submit"] {
  background-color: #c5321e;
  padding: 11px 14px 11px !important;
  color: #fff;
  border: none 0;
　font-size:16px;
  border-radius: 0px;
}

input[type="submit"]:hover {
  background-color: rgba(80,106,19,.6);
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus{
	border-style: solid;
	border-color:#000 !important;
}

.check {
    appearance: auto !important;
    -webkit-appearance: auto !important;
}

.wpcf7 .wpcf7-submit {
  display: block;
  margin: 0 auto;
}