@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/promise/img_back.jpg);
}

#header .lists .list a {
  color: #000;
}
#header .lists .list > a {
  border-bottom-color: #000;
}

.container {
  text-align: center;
}
.container > .ttl {
  color: #2e5947;
  font-size: 3.655em;
  padding: 1.7em 0 1.5em;
  line-height: 1.4;
  font-weight: bold;
  text-shadow: #fff 0 0 20px, #fff 0 0 20px, #fff 0 0 20px, #fff 0 0 20px, #fff 0 0 18px, #fff 0 0 16px, #fff 0 0 14px, #fff 0 0 12px, #fff 0 0 10px, #fff 0 0 8px, #fff 0 0 4px, #fff 0 0 2px;
}
.container .sec1 .inner {
  color: #2e5947;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
}
.container .sec1 .ttl {
  font-size: 3.6em;
}
.container .sec1 .txt {
  font-size: 2em;
  line-height: 1.7;
  padding: 4% 1% 4% 6%;
}
.container .sec1 .txt .list {
  padding: .2em 0;
}
.container .sec1 .txt .list:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  margin-right: .4em;
  vertical-align: middle;
}
.container .sec1 .txt .list span {
  margin: 4px 0 0 0;
}
.container .sec1 .txt .list01:before {
  background: url(../images/promise/01.png) no-repeat center center/cover;
}
.container .sec1 .txt .list02:before {
  background: url(../images/promise/02.png) no-repeat center center/cover;
}
.container .sec1 .txt .list03:before {
  background: url(../images/promise/03.png) no-repeat center center/cover;
}
.container .sec1 .txt .list04:before {
  background: url(../images/promise/04.png) no-repeat center center/cover;
}
.container .sec1 .txt .list05:before {
  background: url(../images/promise/05.png) no-repeat center center/cover;
}
.container .sec1 .txt .list06:before {
  background: url(../images/promise/06.png) no-repeat center center/cover;
}
.container .sec1 .txt .list07:before {
  background: url(../images/promise/07.png) no-repeat center center/cover;
}
.container .sec1 .txt .cau {
  color: #0b0b0b;
  font-size: .5em;
  margin: 8.4% 0;
  font-family: "Noto Sans Japanese", sans-serif;
}

@media screen and (max-width: 640px) {
  .container {
    text-align: center;
  }
  .container > .ttl {
    font-size: 3.655em;
    padding: 2em 0 1.5em;
  }
  .container .sec1 .ttl {
    font-size: 2em;
  }
  .container .sec1 .txt {
    font-size: 1.5em;
  }
  .container .sec1 .txt .list {
    width: 90%;
    margin: 0 0 0 1.6em;
  }
  .container .sec1 .txt .list:before {
    content: "";
    margin-left: -1.6em;
  }
}
@media screen and (max-width: 320px) {
  .container .sec1 .txt .lists .list > span {
    font-size: 0.92em;
  }
}

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