@charset "UTF-8";

/*==========▼▼▼共通▼▼▼==========*/
h2 {
  text-align: center;
  font-size: 30px;
  padding: 50px 0 40px 0;
  color: rgb(194,161,68);
}

h2 {
  position: relative;
  padding: 50px 55px;
}

h2:before, h2:after {
  content: '';
  position: absolute;
  top: 48%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: rgb(194,161,68);
}

h2:before {
  left: 35%;
}

h2:after {
  right: 35%;
}

/*==========▼▼▼会社概要▼▼▼==========*/
.inquiry_container {
  width: 975px;
  margin: 0 auto;
}

table {
  width: 95%;
  margin: 0 auto;
}

table th, table td{
  border:solid 1px #000000;
}

.required_p {
  color: rgb(194,161,68);
  padding-bottom: 40px;
}

.inquiry_th {
  width: 25%;
  padding: 25px 20px;
  background-color: #F2F2F2;
  vertical-align: middle;
}

.inquiry_td {
  padding: 25px 30px;
  vertical-align: middle;
  line-height: 1.7;
}

.inquiry_td a {
  color: #000000;
}

.inquiry_td a:hover {
  color: rgb(194,161,68);
}

.inquiry_td_text input {
  width: 100%;
  height: 25px;
}

.inquiry_td_text textarea {
  width: 100%;
  height: 300px;
}

.submit_center {
  text-align: center;
}

.send_button {
  display: inline-block;
  width: 40%;
  font-size: 16px;
  text-align    : center;
  cursor        : pointer;
  margin-top: 50px;
  padding       : 12px 12px;
  background-color: #F6E7E2;
  border: solid 2px rgb(194,161,68);
}

.send_button:hover {
 color: rgb(194,161,68);
}
/*==========▼▼▼フッター▼▼▼==========*/
footer {
  margin-top: 60px;
  border-top: solid 1px rgb(194,161,68);
  height: 190px;
}

.footer_container {
  width: 975px;
  margin: 0 auto;
}

.footer_img {
  width: 200px;
  margin: 0 auto;
  padding: 20px 0;
}

.footer_container p {
  text-align: center;
  padding-bottom: 35px;
}

.footer_ul {
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_li {
  padding-right: 20px;
  padding-left: 20px;
}

.footer_li:not(:last-child) {
  border-right: solid 1px #000000;
}

.footer_li a {
  color: #000000;
}

.footer_li a:hover {
  color: rgb(194,161,68);
}