<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* _setting CSS */
/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media all and (min-width: 751px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #page_hd1 {
    background-image: url("../images/activity/page_hd_img.png");
  }
  #page_hd1:before {
    content: url("../images/common/datura2.png");
    position: absolute;
    top: -220px;
    left: -300px;
    opacity: 1;
    transform: scale(0.5);
  }

  section {
    margin-bottom: 80px;
  }

  .link1 {
    display: flex;
    justify-content: center;
    padding: 10px 0 0;
  }
  .link1 li {
    margin: 0 20px;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
/* ////.min-width:751px | 751px ~
---------------------------------------------------------------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #page_hd1 {
    background-image: url("../images/activity/sp_page_hd_img.png");
  }
  #page_hd1 h1 {
    padding: 12.6666666667vw 0 0;
  }

  section {
    margin-bottom: 80px;
  }
  section .c_list2 {
    margin: 8vw 0 0;
  }

  .link1 li {
    margin: 0 0 4vw;
    text-align: center;
  }
  .link1 li a {
    min-width: 66.6666666667vw;
    text-align: center;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}

/*# sourceMappingURL=activity.css.map */
</pre></body></html>