@charset "UTF-8";

/* topic */
#topic {
  margin-top: 56px !important;
}

/*---------------------------------------------------------------*\
$1000px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1000px) {

  /* topic */
  #topic {
    margin-top: 20px !important;
  }
}