@charset "UTF-8";
/* デスクトップ */
@media screen and (min-width: 768px) {
  /* line 8, app/assets/stylesheets/sysdec.scss */
  .mobile {
    display: none;
  }
  /* line 10, app/assets/stylesheets/sysdec.scss */
  body {
    width: 100%;
    min-width: 800px;
    background-image: url(/assets/sysdec/main-dc58af421d12d5143e410b21a991fa7ad873c0985940366da1cdb7b4321dd30f.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #1f1f1f;
  }
  /* line 19, app/assets/stylesheets/sysdec.scss */
  #global-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  /* line 24, app/assets/stylesheets/sysdec.scss */
  main {
    width: 100%;
    background-color: white;
  }
  /* line 29, app/assets/stylesheets/sysdec.scss */
  .subpage main {
    margin-top: calc(-100vh + 300px);
  }
  /* line 33, app/assets/stylesheets/sysdec.scss */
  header {
    height: 100vh;
  }
  /* line 35, app/assets/stylesheets/sysdec.scss */
  #menu {
    height: 70px;
    background-image: url(/assets/sysdec/header_img_logo-63c83d6637235d158520267f6b04c95c72e003f9133debd31269686f018226f4.png);
    background-size: auto 30px;
    background-position: 30px 20px;
  }
  /* line 40, app/assets/stylesheets/sysdec.scss */
  #menu p {
    line-height: 50px;
  }
  /* line 43, app/assets/stylesheets/sysdec.scss */
  #scroll_down {
    width: 500px;
    height: 80px;
    position: fixed;
    left: calc(50% - 250px);
    bottom: 0px;
    text-align: center;
    z-index: -1;
  }
  /* line 53, app/assets/stylesheets/sysdec.scss */
  #scroll_down p {
    font-size: 64px;
    font-weight: bold;
    color: orange;
    text-shadow: 5px 5px 4px white;
  }
  /* line 60, app/assets/stylesheets/sysdec.scss */
  #h1 {
    position: fixed;
    left: calc(50% - 600px);
    width: 1200px;
    z-index: -1;
  }
  /* line 61, app/assets/stylesheets/sysdec.scss */
  h1, #h1 p {
    font-size: 48px;
    padding-top: 100px;
    line-height: 64px;
    text-shadow: 3px 3px #f0f0f0;
  }
  /* line 62, app/assets/stylesheets/sysdec.scss */
  #h1 p {
    font-size: 24px;
    text-align: center;
    margin-top: -120px;
  }
  /* line 63, app/assets/stylesheets/sysdec.scss */
  h2 {
    font-size: 1.5em;
    border-bottom: double;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  /* line 64, app/assets/stylesheets/sysdec.scss */
  h3 {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  /* line 65, app/assets/stylesheets/sysdec.scss */
  h4 {
    font-size: 1.5em;
  }
  /* line 66, app/assets/stylesheets/sysdec.scss */
  p {
    font-size: 18px;
    line-height: 32px;
    padding: 10px;
  }
  /* line 68, app/assets/stylesheets/sysdec.scss */
  article {
    width: 64%;
    margin: 0 auto;
    padding: 15px 0;
  }
  /* line 69, app/assets/stylesheets/sysdec.scss */
  section {
    margin: 15px 0;
  }
  /* line 70, app/assets/stylesheets/sysdec.scss */
  .anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
  /* line 72, app/assets/stylesheets/sysdec.scss */
  #gallery .demo {
    width: 100%;
    margin: 20px auto;
    text-align: right;
  }
  /* line 74, app/assets/stylesheets/sysdec.scss */
  #gallery .demo a {
    display: inline-block;
    color: white;
    background-color: #8080ff;
    padding: 10px;
    margin: 15px 0;
    border-radius: 5px;
  }
  /* line 75, app/assets/stylesheets/sysdec.scss */
  #gallery .demo iframe {
    width: 100%;
    height: 620px;
  }
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  /* line 82, app/assets/stylesheets/sysdec.scss */
  body {
    width: 100%;
  }
  /* line 84, app/assets/stylesheets/sysdec.scss */
  #container {
    background-color: white;
  }
  /* line 85, app/assets/stylesheets/sysdec.scss */
  #mobile_header {
    width: 100vw;
    height: 60px;
    background-color: white;
  }
  /* line 87, app/assets/stylesheets/sysdec.scss */
  #scroll_down {
    display: none;
  }
  /* line 89, app/assets/stylesheets/sysdec.scss */
  article {
    width: 100%;
    background-color: white;
  }
  /* line 91, app/assets/stylesheets/sysdec.scss */
  h1 {
    font-size: 24px;
    padding-top: 30px;
    height: auto;
  }
  /* line 92, app/assets/stylesheets/sysdec.scss */
  #h1 p {
    font-size: 14px;
    text-align: center;
    margin-top: -30px;
  }
  /* line 93, app/assets/stylesheets/sysdec.scss */
  h2 {
    font-size: 1.2em;
    border-bottom: double;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  /* line 94, app/assets/stylesheets/sysdec.scss */
  h3 {
    font-size: 1.0em;
    line-height: 1.2em;
  }
  /* line 95, app/assets/stylesheets/sysdec.scss */
  h4 {
    font-size: 1.2em;
  }
  /* line 96, app/assets/stylesheets/sysdec.scss */
  p {
    font-size: 18px;
    line-height: 32px;
    padding: 10px;
  }
  /* line 98, app/assets/stylesheets/sysdec.scss */
  #top_img {
    width: 100%;
  }
  /* line 99, app/assets/stylesheets/sysdec.scss */
  article {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  /* line 100, app/assets/stylesheets/sysdec.scss */
  section {
    margin: 15px 0;
  }
  /* line 101, app/assets/stylesheets/sysdec.scss */
  .anchor {
    margin-top: -30px;
    padding-top: 30px;
  }
  /* line 103, app/assets/stylesheets/sysdec.scss */
  #gallery iframe {
    width: 100%;
    height: 620px;
    margin: auto;
  }
}

/* 共通 */
/* line 107, app/assets/stylesheets/sysdec.scss */
body {
  font-family: heisei-maru-gothic-std, sans-serif;
  color: #1f1f1f;
}

/* line 109, app/assets/stylesheets/sysdec.scss */
#h1 {
  color: #3f7f3f;
}

/* line 110, app/assets/stylesheets/sysdec.scss */
h2:before {
  display: inline-block;
  padding-right: 10px;
  content: url(/assets/sysdec/logo-32-519bf0d4a347b544eb72113bcdd4b47ae6b7ebf67bdb7fc60c3d28b92073202e.png);
  vertical-align: top;
}

/* line 116, app/assets/stylesheets/sysdec.scss */
h3 {
  text-align: left;
  margin: 20px 0 10px 0;
  padding: 20px;
  background-color: #64D9E2;
  border-radius: 3px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  color: #303030;
  word-break: normal;
}

/* line 126, app/assets/stylesheets/sysdec.scss */
h4 {
  line-height: 1.3em;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 5px;
  text-decoration: double underline;
}

/* line 128, app/assets/stylesheets/sysdec.scss */
iframe {
  margin: 20px 0;
}

/* line 130, app/assets/stylesheets/sysdec.scss */
footer {
  padding: 30px 0;
  text-align: center;
  background-color: #64D9E2;
}

/* line 131, app/assets/stylesheets/sysdec.scss */
footer p {
  color: #303030;
  font-weight: 550;
}

/* line 132, app/assets/stylesheets/sysdec.scss */
footer copyright {
  display: block;
  font-size: 16px;
  font-weight: 550;
  padding: 5px;
}
