/* ================================================================
   writing-task2/agree-disagree-type — local.css
   ================================================================ */

/* aside 内の複数段落スペーシング（key-point aside 対応） */
.a-aside p + p {
  margin-top: .6rem;
}
