@charset "UTF-8";

/*==========▼▼▼共通▼▼▼==========*/
h2 {
  text-align: center;
  font-size: 20px;
  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: 35px;
  height: 2px;
  background-color: rgb(194,161,68);
}

h2:before {
  left: 30%;
}

h2:after {
  right: 30%;
}

@media screen and (max-width: 600px) {
  
  h2:before {
    left: 22%;
  }
  
  h2:after {
    right: 22%;
  }
}

@media screen and (max-width: 420px) {
  
  h2:before {
    left: 15%;
  }
  
  h2:after {
    right: 15%;
  }
}

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

.inquiry_container p {
  font-size: 14px;
  width: 85%;
  margin: 0 auto;
}

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

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

table th, table td,table tr {
  display: block;
  border: none;
}

table {
  width: 100%; 
}

table {
  border: solid 1px #000000;
  border-top: none;
}

table th {
  border-top: solid 1px #000000;
}

table td {
  border-top: solid 1px #000000;
}

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

.inquiry_th {
  background-color: #F2F2F2;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 14px;
}

.inquiry_td {
  text-align: center;
  padding: 25px 30px;
  vertical-align: middle;
  line-height: 1.7;
  font-size: 14px;
}

.inquiry_td a {
  color: #000000;
}

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

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

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

.submit_center {
  text-align: center;
}

.send_button {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  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);
}