@charset "utf-8";
section {
  position: relative;
  padding: 15px 0 0;
  border-top: 1px solid #ccc;
}
.bnr_line {
  margin: 0 15px 15px;
}
.line_txt {
  padding: 30px 15px;
  font-size: 14px;
  line-height: 1.5;
}
.line_txt p {
  padding-bottom: 15px;
}
.line_txt span {
  color: #ff8902;
  font-weight: bold;
}
.inside_more a {
  position: relative;
  height: 45px;
  background: #222;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
}
.inside_more a:before {
  rotate: 45deg;
  position: absolute;
  inset-block: 0;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-block: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px 1px 0 0;
  content: "";
}
