<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* line 17, ../../../../../../../program files (x86)/scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../program files (x86)/scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../program files (x86)/scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../program files (x86)/scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../program files (x86)/scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../program files (x86)/scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../program files (x86)/scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../program files (x86)/scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../program files (x86)/scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 7, scss/layout.scss */
* {
  box-sizing: border-box;
}

/* line 11, scss/layout.scss */
html, body {
  color: #333;
  font-size: 16px;
	overflow-wrap: break-word; /* 半角文字改行制御 */
  word-wrap: break-word; /* 半角文字改行制御 */
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,Hiragino Sans,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
}

/* line 17, scss/layout.scss */
body {
  background: #fff;
/*  background: repeating-linear-gradient(-45deg, #ffeb97, #ffeb97 10px, #ffe483 0, #ffe483 20px);*/
}

/* line 21, scss/layout.scss */
p, th, td, dt, dd, li {
  line-height: 1.75em;
}

/* line 25, scss/layout.scss */
a {
  text-decoration: none;
}

/* line 30, scss/layout.scss */
.container .block {
  display: block;
  margin: 0 auto 40px;
  width: 980px;
}

/* line 37, scss/layout.scss */
footer {
  background: #FFF;
/*  padding-top: 80px; */
  position: relative;
  text-align: center;
}
/* line 43, scss/layout.scss */
footer .footer__upper .pagetop {
  float: right;
}
/* line 47, scss/layout.scss */
footer .footer__lower {
  background-color: #1a1e6a;
}
/* line 50, scss/layout.scss */
footer .footer__inner {
  display: block;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  width: 980px;
  *zoom: 1;
}
/* line 56, scss/layout.scss */
footer .footer__inner:before, footer .footer__inner:after {
  content: "";
  display: table;
}
/* line 60, scss/layout.scss */
footer .footer__inner:after {
  clear: both;
}

/* line 67, scss/layout.scss */
.button {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 0;
  padding: 25px 0;
  text-align: center;
  width: 100%;
  z-index: 9999;
}
/* line 75, scss/layout.scss */
.button a {
  background: #00a400;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00a400 0%, #00a400 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00a400 0%, #00a400 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00a400 0%, #00a400 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a400', endColorstr='#00a400',GradientType=0 );
  /* IE6-9 */
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 24px;
  margin: 0 auto;
  padding: 10px 0 12px;
  width: 40%;
}

@media screen and (max-width: 768px) {
  /* line 93, scss/layout.scss */
  html, body {
    background-color: #fff;
    color: #161414;
    font-size: 16px;
    font-family: 'Noto Sans Japanese', sans-serif;
    min-width: 1px;
  }

  /* line 101, scss/layout.scss */
  p, th, td, dt, dd, li {
    line-height: 1.5em;
  }

  /* line 105, scss/layout.scss */
  .container {
    width: 100%;
  }
  /* line 107, scss/layout.scss */
  .container .block {
    display: block;
    margin: 0 auto 20px;
    width: 94%;
  }

  /* line 114, scss/layout.scss */
  footer {
    background: #FFF;
    padding-top: 40px;
    position: relative;
    text-align: center;
  }
  /* line 120, scss/layout.scss */
  footer .footer__upper .pagetop {
    float: none;
  }
  /* line 124, scss/layout.scss */
  footer .footer__lower {
    background-color: #1a1e6a;
  }
  /* line 127, scss/layout.scss */
  footer .footer__inner {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    width: 100%;
    *zoom: 1;
  }
  /* line 133, scss/layout.scss */
  footer .footer__inner:before, footer .footer__inner:after {
    content: "";
    display: table;
  }
  /* line 137, scss/layout.scss */
  footer .footer__inner:after {
    clear: both;
  }

  /* line 144, scss/layout.scss */
  .button {
    padding: 15px 0;
  }
  /* line 146, scss/layout.scss */
  .button a {
    width: 90%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 156, scss/layout.scss */
  .container .block {
    display: block;
    margin: 0 auto 40px;
    width: 740px;
  }

  /* line 163, scss/layout.scss */
  footer {
    background: #FFF;
    padding-top: 80px;
    position: relative;
    text-align: center;
  }
  /* line 169, scss/layout.scss */
  footer .footer__upper .pagetop {
    float: none;
  }
  /* line 173, scss/layout.scss */
  footer .footer__lower {
    background-color: #1a1e6a;
  }
  /* line 176, scss/layout.scss */
  footer .footer__inner {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    width: 100%;
    *zoom: 1;
  }
  /* line 182, scss/layout.scss */
  footer .footer__inner:before, footer .footer__inner:after {
    content: "";
    display: table;
  }
  /* line 186, scss/layout.scss */
  footer .footer__inner:after {
    clear: both;
  }
}
</pre></body></html>