@charset "UTF-8";

#contents article h4{
  margin-top:2em;
  border:none;
}
#contents article h4 + p{
  margin-top:0;
}


/* ----- responsive ----- */
@media (max-width:767px) {
  #contents article h4{font-size:.9em;}
}
