  .listLinks_type9 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.listLinks_type9 h2 {
  letter-spacing: 0.2rem;
  font-size: 3.125rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.listLinks_type9 ul.listLinks_box {
  margin: 0;
}
.listLinks_type9 ul.listLinks_box li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
}

.listLinks_type9 ul.listLinks_box li a {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.listLinks_type9 ul.listLinks_box li a:hover span {
  color: var(--color-primary);
}

.listLinks_type9 ul.listLinks_box li a img {
  width: 100%;
  max-width: 60px;
}

.listLinks_type9 ul.listLinks_box li a span {
  padding-left: 20px;
  font-size: 1rem;
  color: #000;
}

.listLinks_type9 .read_more_box {
  text-align: right;
}

.listLinks_type9 .decorate_icon {
  position: relative;
  width: 44px;
  height: 10px;
  text-align: right;
  display: block;
  top: 3px;
  left: 15px;
}

.listLinks_type9 .decorate_icon::before {
  width: 8px;
  height: 2px;
  background: #1f1f1f;
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  right: 2px;
  transform: rotate(38deg);
}

.listLinks_type9 .decorate_icon::after {
  width: 44px;
  height: 2px;
  background: #1f1f1f;
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 2px;
}
