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

h2:after {
  right: 28%;
}

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

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

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

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

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

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

.policy_content {
  font-size: 14px;
  padding: 25px 15px;
  line-height: 1.5;
}

.policy_content_p {
  padding-bottom: 20px;
}

.policy_content a {
  color: #000000;
}

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