.dd_list_title_str {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 6.4rem;
  border-bottom: 1px solid var(--body-color);
}

.dd_list_title_str a {
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: uppercase;
  float: right;
  line-height: 6.4rem;
}

.dd_list_title {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd_list_title li {
  width: 100%;
}

.dd_list_title a {
  position: relative;
  display: block;
  width: 100%;
  height: 4.4rem;
  line-height: 4.4rem;
  padding-right: 10.5rem;
  border-bottom: 1px solid var(--line-color);
  box-sizing: border-box;
  overflow: hidden;
}

.dd_list_title strong {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  font-size: 1.7rem;
  font-weight: 400;
}

.dd_list_title p {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}

.dd_list_title small {
  position: absolute;
  right: 0;
  top: 0;
  width: 9rem;
  height: 4.4rem;
  line-height: 4.4rem;
  text-align: right;

  color: var(--body-color);
  font-size: 1.6rem;
  opacity: 0.5;
  white-space: nowrap;
}