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

h2:after {
  right: 25%;
}

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

.policy_p {
  font-size: 14px;
  padding: 40px 0 30px;
  width: 95%;
  margin: 0 auto;
}

.policy_container dl {
  width: 95%;
  margin: 0 auto;
}

.policy_title {
  font-size: 20px;
  padding: 12px 13px;  
  background: transparent;
  border-left: solid 5px #5B627E;
  border-bottom: solid 1px #5B627E;
}

.policy_content {
  padding: 30px 20px;
  line-height: 1.5;
}

.policy_content_p {
  padding-bottom: 30px;
}

.policy_content a {
  color: #000000;
}

.policy_content a:hover {
  color: rgb(194,161,68);
}
/*==========▼▼▼フッター▼▼▼==========*/
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);
}