#kanrenLink .kanren-link-container {
  margin: 60px auto;
}
#kanrenLink .pref-heading {

  color: #ff6600;
  font-size: 100.1%;;
  font-weight: bold;
  padding: 0.6rem 0 0.5rem 0;
  margin: 0 0;
}
#kanrenLink .pref-heading::before {
  content: "";
  display: inline-block;
  width: 10px; 
  height: 10px; 
  background-color: #ff6600; 
  margin-right: 3px;
}

#kanrenLink .kanren-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #84c9f4;
}

#kanrenLink .kanren-link-block .kanren-link-column {
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #84c9f4;
  border-top: 1px solid #84c9f4;
  border-bottom: 1px solid #84c9f4;
}


#kanrenLink .kanren-link-block .link-list-group li {
  display: block;
  position: relative;
  /*border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;*/
}
#kanrenLink .kanren-link-block .link-list-group li:first-child {
 /* border-top: 1px solid #e3e3e3;*/
 /* border-top-right-radius: 4px;
  border-top-left-radius: 4px;*/
}
#kanrenLink .kanren-link-block .link-list-group li:last-child {
  /*border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;*/
}
#kanrenLink .kanren-link-block .link-list-group li a {
  display: block;
  color: #333333;
  font-size: 100.1%;
  padding-left: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
#kanrenLink .kanren-link-block .link-list-group li a:hover {
  /*background-color: #eceeef;
  text-decoration: none;*/
  color: #ff6600;
}


#kanrenLink .facility-heading {
  background-color: #0078c1;
  color: white;
  font-size: 100.1%;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 0;
}

@media screen and (min-width: 61.25em) {
  #kanrenLink .kanren-link-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 61.25em) {
  #kanrenLink .kanren-link-block .kanren-link-column {
    max-width: calc(33%);
    /*margin-right: 10px;*/
  }
}
