
.contact .section {
  text-align: center;
}
.contact .section + .section {
  margin: 40px 0 0;
}
.contact .section .label {
  background: #ccc;
  margin: 0 0 10px;
  padding: 10px;
  text-align: left;
}
.contact .section table {
  width: 100%;
}
.contact .section table td,
.contact .section table th {
  border: 1px solid #666;
  padding: 10px;
}
.contact .section table th {
  font-weight: 400;
}
.contact .section table td {
  text-align: left;
}
.contact #content table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.contact #content table tr:last-child th,
.contact #content table tr:last-child td {
  border-bottom: 1px solid #bbb;
}
.contact #content table td,
.contact #content table th {
  border-top: 1px solid #bbb;
  padding: 20px 10px 20px 50px;
}
.contact #content table th {
  text-align: left;
  font-size: 12px;
  font-weight: 900;
  background-color: #eee;
  width: 30%;
  padding-left: 10px;
}
.contact #content table th.required .required-wrap {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact #content table th.required .required-wrap::after {
  content: "必須";
  display: inline-block;
  color: #fff;
  margin-left: auto;
  margin-right: 20px;
  background: #e40057;
  padding: 3px 4px 2px 6px;
  width: 30px;
  height: 20px;
  font-size: 14px;
}
.contact #content table input,
.contact #content table textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 10px;
  border: 1px solid rgba(187, 187, 187, 0.6);
  border-radius: 0;
  font-size: 13px;
}
.contact #content table input[type="text"],
.contact #content table input[type="email"] {
  -webkit-appearance: none;
}
.contact #content table .font-weight,
.contact #content table .font-weight .mwform-checkbox-field-text {
  font-weight: bold;
}
.contact #content table .note {
  margin: 10px auto 0;
  font-size: 12px;
  font-weight: 900;
}
.contact #content table .note.font-small {
  font-size: 11px;
  font-weight: normal;
}
.contact #content table .error {
  margin: 10px auto 0;
}
.contact #content .submit {
  margin: 50px auto 0;
  text-align: center;
}
.contact.confirm #content table tr.company-name .note,
.contact.confirm #content table tr.section-name .note {
  display: none;
}
@media screen and (max-width: 820px) {
  .contact #content table tr:last-child th,
  .contact #content table tr:last-child td {
    border-bottom: none;
  }
  .contact #content table td,
  .contact #content table th {
    border: none;
    display: block;
    padding: 20px 10px;
  }
  .contact #content table th {
    background: #eee;
    width: calc(100% - 20px);
    padding: 5px 10px;
    border-top: 1px solid #bbb;
  }
  .contact #content table th.required .required-wrap::after {
    position: relative;
    left: 10px;
    font-size: 12px;
    padding: 2px 0px 0 5px;
    font-weight: normal;
  }
  .contact #content table input,
  .contact #content table textarea {
    padding: 5px 10px;
    font-size: 10px;
  }
  .contact #content table .font-weight,
  .contact #content table .font-weight .mwform-checkbox-field-text {
    font-size: 12px;
  }



}