@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:500,700&subset=japanese");
@import url("//fonts.googleapis.com/css?family=Noto+Serif+JP:500,700&subset=japanese");
@import url("//fonts.googleapis.com/css?family=Lato:400,400i,700,700i");
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  font-family: Lato, "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #111;
}

body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  background-color: #fff;
  font-size: 100%;
  line-height: 2;
}

@media screen and (max-width: 1000px) {
  body {
    font-size: 80%;
  }
}

img {
  max-width: 100%;
  vertical-align: middle;
}

input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 8px;
  color: #000;
}

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  color: #000;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  color: #000;
}

input[readonly] {
  background-color: #eee;
}

a:link,
a:visited {
  color: #111;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #111;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-weight: bold;
  color: #ffa200;
}

.clearFix:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (max-width: 768px) {
  .txtForSp {
    text-align: left !important;
  }
  .txtForSp br {
    display: none !important;
  }
}

/* Contents --------------- */
#logoBlc {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 1% 3%;
  box-shadow: 0 1px 3px #e6e6e6;
  -moz-box-shadow: 0 1px 3px #e6e6e6;
  -webkit-box-shadow: 0 1px 3px #e6e6e6;
  background: #fff;
}

#logoBlc a {
  display: inline-block;
  text-decoration: none;
  font-size: 160%;
  font-weight: bold;
}

#logoBlc img {
  width: auto;
  max-height: 20px;
}

@media screen and (max-width: 480px) {
  #logoBlc img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}

#contentBlc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f3f3f1;
  padding: 2% 2% 2%;
}

#contentBlc .txtBlc {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  margin: 0 auto;
  padding: 3% 2%;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px #e6e6e6;
  -moz-box-shadow: 1px 1px 5px #e6e6e6;
  -webkit-box-shadow: 1px 1px 5px #e6e6e6;
}

#contentBlc .txtBlc .txt01 {
  text-align: center;
  line-height: 1;
  font-size: 750%;
  color: #45525c;
}

@media screen and (max-width: 768px) {
  #contentBlc .txtBlc .txt01 {
    font-size: 620%;
  }
}

@media screen and (max-width: 480px) {
  #contentBlc .txtBlc .txt01 {
    font-size: 500%;
  }
}

#contentBlc .txtBlc .txt02 {
  text-align: center;
  line-height: 1;
  font-size: 270%;
  color: #b3b3b3;
}

@media screen and (max-width: 768px) {
  #contentBlc .txtBlc .txt02 {
    font-size: 200%;
  }
}

@media screen and (max-width: 480px) {
  #contentBlc .txtBlc .txt02 {
    font-size: 170%;
  }
}

#contentBlc .txtBlc .txt03 {
  text-align: center;
  line-height: 2;
  font-size: 140%;
  color: #444444;
  margin-top: 3%;
}

@media screen and (max-width: 768px) {
  #contentBlc .txtBlc .txt03 {
    font-size: 120%;
  }
}

@media screen and (max-width: 480px) {
  #contentBlc .txtBlc .txt03 {
    line-height: 1;
    font-size: 100%;
  }
}

#contentBlc .txtBlc .txt04 {
  text-align: center;
  line-height: 1.8;
  color: #444444;
  margin-top: 5%;
  font-size: 120%;
}

@media screen and (max-width: 768px) {
  #contentBlc .txtBlc .txt04 {
    font-size: 90%;
  }
}

#contentBlc .txtBlc .txt04 + nav{
  text-align: center;
  margin-top: 5%;
}

#navBlc {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 -1px 3px #e6e6e6;
  -moz-box-shadow: 0 -1px 3px #e6e6e6;
  -webkit-box-shadow: 0 -1px 3px #e6e6e6;
  width: 100%;
  padding: 30px 3% 40px;
}

#navBlc .navList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#navBlc .navList > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 0 0 0 1%;
  margin: 0 0 3%;
}

@media screen and (max-width: 768px) {
  #navBlc .navList > li {
    width: 33.333%;
  }
}

@media screen and (max-width: 480px) {
  #navBlc .navList > li {
    width: 50%;
  }
}

#navBlc .navList > li:nth-of-type(1), #navBlc .navList > li:nth-of-type(4n+1) {
  clear: both;
}

@media screen and (max-width: 768px) {
  #navBlc .navList > li:nth-of-type(4n+1) {
    clear: none;
  }
  #navBlc .navList > li:nth-of-type(3n+1) {
    clear: both;
  }
}

@media screen and (max-width: 480px) {
  #navBlc .navList > li:nth-of-type(3n+1) {
    clear: none;
  }
  #navBlc .navList > li:nth-of-type(2n+1) {
    clear: both;
  }
}

#navBlc .navList > li ul.sub {
  padding: 0 0 0 3%;
  font-size: 90%;
}
/*# sourceMappingURL=not_found.css.map */
