/* =====================
  l--static-page-information
===================== */
@media screen and (max-width: 767px) {
  .l--static-page-information{
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .l--static-page-information{
    margin-bottom: 60px;
  }
}


/* =====================
  l--event-post-contents
===================== */
@media screen and (min-width: 768px) {
  .l--event-post-contents .c--event-post-list{
    margin-bottom: 30px;
  }
}


/* =====================
  l--static-page-sidebar-inner-sp-menu
===================== */
@media screen and (max-width: 767px) {
  .l--static-page-sidebar-inner-sp-menu{
    margin-bottom: 30px;
  }
}


/* =====================
  l--static-page-sidebar-sp-menu
===================== */
@media screen and (max-width: 767px) {
  .l--static-page-sidebar-sp-menu{
    margin-bottom: 40px;
  }
}


/* =====================
  l--new-user-request-list-group
===================== */
@media screen and (max-width: 767px) {
  .l--new-user-request-list-group{
    margin-bottom: 40px;
  }
  .l--new-user-request-list-group .c--new-user-request-list{
    margin-bottom: 20px;
  }
  .l--new-user-request-list-group .c--user-request-page-nation{
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l--new-user-request-list-group{
    margin-bottom: 60px;
  }
  .l--new-user-request-list-group .c--new-user-request-list{
    margin-bottom: 30px;
  }
  .l--new-user-request-list-group .c--user-request-page-nation{
    margin-bottom: 30px;
  }
}


/* =====================
  l--bbs-board-list
===================== */
@media screen and (max-width: 767px) {
  .l--bbs-board-list{
    margin-bottom: 30px;
  }
  .l--bbs-board-list .bbs-board-list-header{
    margin-bottom: 10px;
  }
  .l--bbs-board-list .c--bbs-board-list-reply{
    margin-top: 10px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l--bbs-board-list{
    margin-bottom: 50px;
  }
  .l--bbs-board-list .bbs-board-list-header{
    margin-bottom: 20px;
  }
  .l--bbs-board-list .c--bbs-board-list-reply{
    margin-top: 30px;
    padding-top: 30px;
  }
  .l--bbs-board-list .c--bbs-board-list-reply h4{
    margin-bottom: 20px;
  }
}

/* =====================
  l--static-page-sidebar-menu
===================== */
@media screen and (min-width: 768px) {
  .l--static-page-sidebar-menu{
    margin-bottom: 30px;
  }
}
