.container_section,
#policy p,
#policy p a,
.ttl_h2,
.ttl_h3 {
  color: #BA9559;
}
#policy p {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ttl_h2 {
  padding-left: 20px;
  position: relative;
}
.ttl_h2::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 4px;
  top: 50%;
  left: 0;
  margin-top: -2px;
  background: #BA9559;
  transform: skewX(-20deg);
  z-index: 100;
}
p.policy_lead {
  padding-bottom: 13px!important;
  margin-bottom: 13px;
  border-bottom: 1px solid #BA9559;
}
ol {
  border-bottom: 1px solid #BA9559;
  margin-bottom: 150px;
}