@charset "UTF-8";
/* line 3, agreement.scss */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, agreement.scss */
article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

/*パソコン*/
/* line 20, agreement.scss */
body#tokusho {
  font-size: 90%;
  line-height: 1.7;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  color: #000;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}
/* line 29, agreement.scss */
body#tokusho h1 {
  padding-bottom: 5%;
  font-weight: bold;
  font-size: 150%;
  color: #000;
  text-align: center;
}
/* line 36, agreement.scss */
body#tokusho .inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 2% 0 5%;
}
/* line 42, agreement.scss */
body#tokusho dt {
  margin-bottom: 1%;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
/* line 47, agreement.scss */
body#tokusho dd {
  padding-bottom: 3%;
}
/* line 50, agreement.scss */
body#tokusho .txt {
  padding-bottom: 5%;
}

/*スマホ*/
@media screen and (max-width: 800px) {
  /* line 59, agreement.scss */
  body#tokusho {
    font-size: 80%;
  }
  /* line 61, agreement.scss */
  body#tokusho .txtwrapper {
    width: 90%;
    margin: 0 auto;
  }
  /* line 65, agreement.scss */
  body#tokusho dd {
    padding-bottom: 8%;
  }
}

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