@charset "utf-8";
/* CSS Document */

/* Between the lines */
#d2303696,
#d2303697,
#d2303698,
#d2303700 {
    margin-bottom: 1.5rem;
    & .p-media-layout {
        margin-bottom: 0.5rem;
    }
    & .p-link-list {
        margin-bottom: 0;
    }
}

#d2303704,
#d2303705,
#d2303706 {
    margin-bottom: 0.5rem;
    & .p-media-layout {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 769px) {

  /* Between the lines */
  #d2303681,
  #d2303682 {
    & .p-media-layout {
      margin-bottom: 1.5rem;
    }
  }

  /* Align image left */
  #d2303700 {
    & .p-media-list__img {
      margin: 0;
      width : auto;
    }
    & .p-media-layout__media {
      margin: 0;
    }
  }
}

@media only screen and (max-width: 769px) {
  #d2303681,
  #d2303682 {
    & .p-media-layout {
      margin-bottom: 1rem;
    }
  }
  .l-mainvisual {
    padding-bottom: 0;
  }
}

