@charset "UTF-8";

#contents article h4{
  margin-top:2em;
  border:none;
}
#contents article h4 + p{
  margin-top:0;
}

#contents article dl.links > div{
  margin-bottom:1em;
}
#contents article dl.links > div:last-child{
  margin-bottom:0;
}
#contents article dl.links dt{
  font-weight: 400;
}
#contents article dl.links a[href*=".pdf"]::after{
  width:16px;
  background-position:left center;
}


/* ----- responsive ----- */
@media (max-width:767px) {
  #contents article dl.links{font-size:.9em;}
}
