.top-border {
  border-top: 1px dotted #d2c8a9;
}

#new_route .top-border {
  padding-top: 30px;
}

#new_route .contents.add.lower .content-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#new_route .contents.add.lower .content-block .item {
  width: calc(100% / 2);
}

#new_route .contents.add.lower .content-block .item > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 15px;
}

#new_route .contents.add.lower .content-block .item:nth-of-type(even) > div {
  padding-right: 0;
  padding-left: 15px;
}

#new_route .contents.add.lower .content-block .item:last-of-type {
  width: calc(100% / 2);
}

#new_route .contents.add.lower .content-block li {
  float: none;
  margin-right: auto;
}

#new_route .contents.add.lower .content-block li:nth-of-type(even) {
  margin-right: 0;
}

#new_route .contents.add.lower .content-block li:last-of-type {
  float: none;
  margin-right: 0;
}

#new_route .contents.add.lower .content-block li:only-of-type {
  margin-right: auto;
}

#new_route .contents.add.lower .content-block li .link a {
  display: block;
}

#new_route .contents.add.lower .content-block li .link .box {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 39px 11px 0px;
  background: url(../../rosen/route_search/images/icon_arrow.png) no-repeat 290px right;
  background-color: rgba(25, 5, 0, 0.7);
}

#new_route .contents.add.lower .content-block li img {
  width: 100%;
}
