@charset "UTF-8";

.rt-content {
  background-repeat: no-repeat;
  background-image: var(--img-attach-1);
  background-position: top right;
  padding: 40px 0;
}

.rt-content dl {
  height: auto;
  overflow: hidden;
  margin: 0 40px 20px 0;
}

.rt-content dl dt {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-left: 10px;
  position: relative;
}

.rt-content dl dt::before {
  content: '';
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 0;
  border-left: 4px solid var(--primary);
}

.rt-content dl dd {
  margin: 0;
}

.rt-content dl dd ul {
  margin: 0;
  list-style: none;
}

.rt-content dl dd ul li {
  height: 30px;
  float: left;
  margin-right: 20px;
}

.rt-content dl dd a {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-decoration: none;
  color: var(--color-2e);
  float: left;
}

.rt-content dl dd a:hover {
  color: var(--primary);
}
