/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* line 5, ../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/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, ../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 8, ../../sass/style.scss */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

/* line 13, ../../sass/style.scss */
header {
  background-color: #319E39;
  color: #fff;
  padding: 40px 0 30px;
}
/* line 17, ../../sass/style.scss */
header .container {
  width: calc(100% - 108px);
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  /* line 17, ../../sass/style.scss */
  header .container {
    width: calc(100% - 40px);
  }
}
/* line 24, ../../sass/style.scss */
header .container h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
/* line 28, ../../sass/style.scss */
header .container h1 span {
  display: inline-block;
  font-size: 17px;
  margin-bottom: 12px;
}

/* line 38, ../../sass/style.scss */
main .container {
  width: calc(100% - 108px);
  max-width: 1300px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  /* line 38, ../../sass/style.scss */
  main .container {
    width: calc(100% - 40px);
  }
}
/* line 45, ../../sass/style.scss */
main .container:last-of-type {
  margin-bottom: 40px;
}
/* line 48, ../../sass/style.scss */
main .container h2 {
  font-weight: bold;
  font-size: 18px;
  color: #319E39;
}
/* line 53, ../../sass/style.scss */
main .container .contents {
  margin-top: 20px;
  padding: 36px 32px;
  background-color: #FAFAFA;
}
/* line 58, ../../sass/style.scss */
main .container .contents .pdf-list li {
  margin-top: 20px;
}
/* line 60, ../../sass/style.scss */
main .container .contents .pdf-list li a {
  color: #383835;
  position: relative;
  line-height: 1.6;
}
/* line 64, ../../sass/style.scss */
main .container .contents .pdf-list li a:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../images/icon-pdf.png);
  position: relative;
  margin-left: 4px;
  top: 6px;
}
/* line 75, ../../sass/style.scss */
main .container .contents .pdf-list li span {
  color: #808080;
  font-size: 12px;
}
/* line 79, ../../sass/style.scss */
main .container .contents .pdf-list li:first-of-type {
  margin-top: 0;
}
/* line 85, ../../sass/style.scss */
main .container .contents .qa-list li {
  padding: 30px 0;
  border-top: 1px solid rgba(56, 56, 53, 0.1);
}
/* line 88, ../../sass/style.scss */
main .container .contents .qa-list li:first-of-type {
  padding-top: 0;
  border-top: none;
}
/* line 92, ../../sass/style.scss */
main .container .contents .qa-list li:last-of-type {
  padding-bottom: 0;
}
/* line 95, ../../sass/style.scss */
main .container .contents .qa-list li .question,
main .container .contents .qa-list li .answer {
  padding: 0 36px;
  position: relative;
  min-height: 28px;
  line-height: 1.6;
}
/* line 101, ../../sass/style.scss */
main .container .contents .qa-list li .question:after,
main .container .contents .qa-list li .answer:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: -2px;
}
/* line 112, ../../sass/style.scss */
main .container .contents .qa-list li .question:after {
  background-image: url(../images/icon-q.png);
}
/* line 116, ../../sass/style.scss */
main .container .contents .qa-list li .answer {
  margin-top: 12px;
}
/* line 118, ../../sass/style.scss */
main .container .contents .qa-list li .answer:after {
  background-image: url(../images/icon-a.png);
}


main .container span {
  color: #808080;
  font-size: 12px;
}