.cords li {
  padding: 15px 20px;
  border: 1px solid #cacaca;
  margin-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.cords li:first-child {
  margin-top: 0;
}

.cords li:after {
  clear: both;
  display: block;
  content: ' ';
  font-size: 0;
}

.cords li .name {
  line-height: 27px;
  margin-right: 15px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.cords li .btn {
  position: relative;
  display: inline-block;
  height: 27px;
  font-size: 12px;
  /*font-family:"HondaGlobalFontJP-Light",sans-serif;*/
  box-sizing: border-box;
  border: #0064a1 solid 1px;
  border-radius: 5px;
  color: #0064a1 !important;
  line-height: 1em;
  text-align: center;
  padding: 7px 30px 6px 15px;
  width: 145px;
  min-width: 145px;
  padding: 6px 19px 6px 0;
}

.cords li .btn:after {
  position: absolute;
  content: "";
  top: 6px;
  right: 8px;
  width: 14px;
  height: 14px;
  background: url(/navi/common/img/icon_arrow_blue.png) center left no-repeat;
  background-size: 14px 14px;
}

.cords li .btn:hover {
  opacity: 0.7;
}

@media print, screen and (min-width: 769px) {
  .block {
    font-size: 14px;
    padding: 0 40px;
    margin-top: 35px;
  }
}
