section.company,
section.contact {
  margin-bottom: 75px;
}

section#contact .inner2 .table-wrap {
  width: 800px;
  margin: 0 auto;
}

section#contact {
  margin-bottom: 50px;
}

section#contact .inner2 .table-wrap form {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 1px 20px rgb(49 49 49 / 43%);
}

#contact .table-wrap table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

#contact table tr {
  border-style: solid;
  border-width: 1px 0px;
  border-color: #dcdcdc;
}

#contact table tr th, #contact table tr td {
  padding: 15px 20px;
}

#contact table tr th {
  width: 200px;
  vertical-align: middle;
}

#contact table tr td {
  color: #525252;
}

p.intro {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 50px;
}

#contact+.contact {
  display: none;
}

input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #bbbbbb;
  padding: 7px 10px;
  font-size: 16px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea,
.w100 {
  resize: vertical;
  width: 100%;
}

.submit {
  text-align: center;
  margin-top: 40px;
}

input[type="submit"] {
  position: relative;
  padding: 7px 30px;
  font-size: 15px;
  border: 1px solid #ee7605;
  border-radius: 10px;
  background-color: #fff;
  transition: .3s;
}

input[type="submit"]:hover {
  background-color: #ee7605;
  color: #fff;
  transition: .3s;
}

.kaku {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.content3>p {
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}

span.require {
  font-size: 11px;
  background-color: #ee7605;
  color: #fff;
  padding: 4px 10px 4px;
  margin-left: 10px;
}

span.n-require {
  font-size: 11px;
  color: #000;
  border: 1px solid;
  padding: 4px 10px 4px;
  margin-left: 10px;
}