@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: 33%;
}

h2:after {
  right: 33%;
}

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

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

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

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

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

.trademark {
  display: inline-block;
  width: 110px;
}

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

.footer_container {
  width: 992px;
  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);
}