@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  height: 100%;
}

body {
  height: auto;
  min-height: 100%;
  font-size: 62.5%;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
}

#back {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+8,1+65 */
  background: -moz-linear-gradient(top, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0) 150px, #f4f4f4 800px, #f4f4f4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0) 150px, #f4f4f4 800px, #f4f4f4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0) 150px, #f4f4f4 800px, #f4f4f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

#header {
  background: rgba(255, 255, 255, 0.3);
}

.container > .ttl {
  color: #fff;
  font-size: 3.655em;
  padding: 2em 0 1.5em;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #back {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+8,1+65 */
    background: -moz-linear-gradient(top, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0) 100px, #f4f4f4 200px, #f4f4f4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0) 100px, #f4f4f4 200px, #f4f4f4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0) 100px, #f4f4f4 200px, #f4f4f4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
  }
}
body {
  background-image: url(../images/concept/img_back.jpg);
}

#header {
  background: rgba(255, 255, 255, 0.15);
}

.container {
  text-align: center;
}
.container > .ttl {
  color: #fff;
  font-size: 3.655em;
  padding: 2em 0 1.5em;
}
.container .sec1 .inner {
  padding: 6em 0 9em;
  color: #2e5947;
  background: url(../images/concept/plate.png) no-repeat center top/cover;
}
.container .sec1 .ttl {
  font-size: 3.6em;
  line-height: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  font-weight: bold;
}
.container .sec1 .ttl:after {
  content: "";
  display: block;
  border-bottom: 2px solid #4c7665;
  max-width: 380px;
  margin: .2em auto 0;
}
.container .sec1 .txt {
  font-size: 2em;
  line-height: 1.8;
  color: #0b0b0b;
}
.container .sec1 .txt p {
  margin-top: 4%;
}

@media screen and (max-width: 640px) {
  .container > .ttl {
    color: #fff;
  }
  .container .sec1 .inner {
    padding: 4em 1em;
    color: #2e5947;
    background: url(../images/concept/plate.png) no-repeat center top/cover;
  }
  .container .sec1 .ttl {
    font-size: 2em;
  }
  .container .sec1 .ttl:after {
    content: "";
    display: block;
    border-bottom: 2px solid #4c7665;
    max-width: 380px;
    margin: .2em auto 0;
  }
  .container .sec1 .txt {
    font-size: 1.5em;
  }
  .container .sec1 .txt p {
    margin-top: 4%;
  }
}

/*# sourceMappingURL=concept.css.map */
