/******** coror ********/
/********* parts *******/
/********************************************/
.link_list:not(:last-child) {
  margin-bottom: 20px;
}
.link_list h3 {
  font-size: 20px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
.link_list li {
  float: left;
  width: 33%;
  margin-bottom: 18px;
}
.link_list li a {
  background: url("/assets/img/common/arrow_red.png") no-repeat left center;
  -webkit-background-size: 7px;
  -o-background-size: 7px;
  background-size: 7px;
  padding-left: 15px;
  color: #e60012;
  font-size: 14px;
}
.link_list .no_map {
  display: none;
}
