@charset "utf-8";
/*------------------------------
  link
------------------------------*/
.link dl{
  margin: 0;
}
.link dt{
  margin-bottom: .5em;
  font-weight: bold;
}
.link .col-4{
  margin-bottom: 35px;
}
.link .col-8{
  padding-left: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px){
  .link .col-4{
    margin-bottom: 0;
  }
  .link .col-8{
    padding-left: 0;
    margin-bottom: 30px;
  }
}