@charset "utf-8";
.bnr_line {
  margin: 15px;
}

.line_txt {
  padding: 30px 15px;
  font-size: 14px;
  line-height: 1.4;
}

.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 {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 10px solid #fff;
  content: "";
}
