@charset "utf-8";
/*===============================================
 *
 *	反社会的勢力に対する基本方針
 *
===============================================*/
.ttl_left_border {
  font-size: min(1.9vw, 22px);
  position: relative;
  border-bottom: 2px solid #e6e6e6;
  padding: 0.25em 0 0.25em 1.25em;
  margin-bottom: 1em;
}
.ttl_left_border::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 129, 204, 0.65) 0%, rgba(0, 129, 204, 0.65) 50%, #004791 50%, #004791 100%);
  height: 56%;
  width: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec_content .border_box {
  margin: 40px 0;
}
.sec_content dd {
  line-height: 1.75;
  margin-bottom: 35px;
}
.sec_content dd:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 568px) {
  .ttl_left_border {
    font-size: 4.3vw;
    padding: 0.4em 0 0.4em 1em;
  }
  .ttl_left_border::before {
    width: 5px;
    height: 70%;
  }
  .sec_content .border_box {
    margin-top: 25px;
  }
  .sec_content dd {
    margin-bottom: 25px;
  }
  .sec_content a {
    word-break: break-all;
  }
}