  .links_type5 {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.links_type5 h2 {
  letter-spacing: 0.2rem;
  font-size: 3.125rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #fff;
}

.links_type5 ul.links_box {
  margin: 0;
}

.links_type5 ul.links_box li a {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 10px;
}

.links_type5 ul.links_box li a img {
  width: 100%;
  max-width: 60px;
}

.links_type5 ul.links_box li a span {
  font-size: 1.05rem;
  color: #fff;
}

.links_type5 .read_more_box {
  text-align: right;
}

.links_type5 .read_more{
  color: #fff;

}

.links_type5 .decorate_icon {
  position: relative;
  width: 44px;
  height: 10px;
  text-align: right;
  display: block;
  top: 3px;
  left: 15px;
  color: #fff;
}

.links_type5 .decorate_icon::before {
  width: 8px;
  height: 2px;
  background-color: #fff !important;
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  right: 2px;
  transform: rotate(38deg);
}

.links_type5 .decorate_icon::after {
  width: 44px;
  height: 2px;
  background-color: #fff !important;
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 2px;
}