@charset "UTF-8";
/*フォーム*/
/***** コンタクトフォーム *****/
.table-contactform7 {
  overflow: hidden;
  table-layout: fixed;
}

.title-contactform7 {
  font-size: 14px;
}

.table-contactform7 td {
  border: none;
}

.required-contactform7 {
  padding: 5px;
  background: #de8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}

.unrequired-contactform7 {
  padding: 5px;
  background: #bdbdbd;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}

.table-contactform7 th {
  font-weight: bold;
}

.table-contactform7 input,
.table-contactform7 textarea {
  max-width: 100% !important;
  width: 100%;
}

.address-100 input {
  max-width: 100% !important;
}

.message-100 textarea {
  width: 100%;
}

.text-xs-center {
  text-align: center;
}

@media screen and (min-width: 900px) {
  .table-contactform7 th {
    width: 28%;
  }
}
@media screen and (max-width: 900px) {
  .table-contactform7 {
    display: block;
  }
  .table-contactform7 tbody,
  .table-contactform7 tr {
    display: block;
    width: 100%;
  }
  .table-contactform7 th {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
  }
  .table-contactform7 td {
    display: list-item;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    width: 100%;
    border-top: none !important;
  }
}/*# sourceMappingURL=form.css.map */