@charset "UTF-8";
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/font/GenJyuuGothic-Regular.eot");
  src: url("../assets/font/GenJyuuGothic-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Regular.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Regular.woff") format("woff");
}
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: bold;
  src: url("../assets/font/GenJyuuGothic-Bold.eot");
  src: url("../assets/font/GenJyuuGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Bold.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Bold.woff") format("woff");
}
.agreement {
  margin: 30px auto;
  max-width: 700px;
  color: #343434;
}
.agreement_title {
  background-color: #3db99d;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  margin: 0 auto 8px;
  padding: 10px;
  text-align: center;
}
.agreement_box {
  border: 1px solid #cecece;
  box-sizing: border-box;
  padding: 10px;
  background-color: white;
}
@media print, screen and (min-width: 980px) {
  .agreement_box {
    max-height: 300px;
    overflow: auto;
  }
}
.agreement_box div,
.agreement_box p {
  font-size: 13px;
  line-height: 1.8;
  margin: 0 auto 15px;
}
.agreement_box div {
  counter-increment: section;
}
.agreement_box p,
.agreement_box > div > div {
  margin-left: 20px;
}
.agreement_box h4 {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: auto;
}
.agreement_box.number h4::before {
  /*
  content: "第" counter(section) "条　";
  display: inline-block;
  */
}
.agreement_box > div ul {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, sans-serif;
  font-size: 13px;
  list-style: decimal;
  margin: auto;
  padding: 0 0 0 30px;
}
.agreement_box > div ul > li > ul {
  padding: 0 0 0 25px;
}
.agreement_box > div ul > li > ul > li {
  counter-increment: inner-list;
  list-style: none;
  text-indent: -12px;
}
.agreement_box > div ul > li > ul > li::before {
  content: "(" counter(inner-list) ") ";
  display: inline-block;
}
.agreement_box > div ul.sub > li {
  counter-increment: inner-list;
  list-style: none;
  text-indent: -12px;
}
.agreement_box > div ul.sub > li::before {
  content: "(" counter(inner-list) ") ";
  display: inline-block;
}

.agreement_document.wide .agreement {
  max-width: 100%;
}
.agreement_document.wide .agreement .agreement_box {
  max-height: 100%;
}

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