@charset "UTF-8";
/* ===============================================================
# reset
# base

# layout
## header
## footer

# module
=============================================================== */

@import url('https://fonts.googleapis.com/css?family=Karla:400,700|Source+Code+Pro:400,600');
@import url('https://fonts.googleapis.com/css?family=Montserrat:900&display=swap');

/* ===============================================================
*
* reset
*
=============================================================== */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}



/* ===============================================================
*
* base
*
=============================================================== */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

*, *:before, *:after {
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  color: #6d6d6d;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Karla, source-han-sans-japanese, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}



img {
  max-width: 100%;
  line-height: 0;
}

a {
  color: #08a945;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #54414b;
}

:active,
:focus {
  outline: none;
}




/* ===============================================================
*
* layout
*
=============================================================== */

/* ===============================================================
header
=============================================================== */
.site_header {
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center; /*IE*/
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 60px;
  z-index: 99;
}

.header_logo {
  display: block;
  margin-right: auto;
  color: #08a945;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .1em;
  z-index: 9999;
}


@media screen and ( min-width: 900px ) {
  .site_header {
    height: 115px;
  }

  .header_inner {
    max-width: 114rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 6rem;
    padding-left: 6rem; }

  .header_logo {
    font-size: 2.4rem; }
}




/* ===============================================================
footer
=============================================================== */
.footer {
  position: relative;
  width: 100%;
  padding: 40px 0;
}

.footer_copyright {
  width: 100%;
  margin-top: 40px;
  padding: 40px 0 0;
  border-top: 1px solid rgba(255,255,255,.3);
  font-size: 1.3rem;
}

.footer_copyright_txt {
  margin-top: 24px;
  text-align: left;
}




/* ===============================================================
*
* module
*
=============================================================== */
.l_wrapper {
  overflow: hidden;
}

.l_container {
  max-width: 80rem;/*1400px*/
  margin-left: auto;
  margin-right: auto;
  padding-right: 32px;
  padding-left: 32px;
}


.fw_bold { font-weight: bold; }


@media screen and ( min-width: 900px ) {
  .l_wrapper {
  }

  .l_container {
    width: 100%;
    padding-right: 6rem;
    padding-left: 6rem;
  }

}





/* ===============================================================
text
=============================================================== */
h2 {
  margin: 0 0 2.5em;
  color: #08a945;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  font-weight: bold;
}


dl {
  padding: 1em 1.5em;
}

dl:nth-of-type(even) {
  background: #f7f7f7;
}

dl dd {
  margin-left: auto;
}

ul li {
  display: inline-block;
  list-style: disc;
  margin: .5em 1.5em 0 0;
  list-style-position: inside;
}


@media screen and ( min-width: 600px ) {
  dl {
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex;
    display: flex;
  }

  ul li {
    margin: 0 0 0 2em;
  }
}