@charset "UTF-8";
* {
  color: #5F5F5F;
}

.bg_gray {
  background: #F4F4F4;
}

.noto-sans-jp-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: medium;
  font-style: normal;
}

.noto-sans-jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: medium;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* 利用規約・プライバシーポリシー
=========================================== */
.terms h3 {
  font-size: 1.8rem;
  padding-bottom: 16px;
  border-bottom: solid 2px #00A67E;
  margin-top: 40px;
  margin-bottom: 24px;
}
.terms h4 {
  margin-bottom: 8px;
}
.terms ol.decimal {
  list-style-type: decimal;
  margin-top: 1em;
  padding-left: 1.25em;
}
.terms ol.decimal li {
  margin-bottom: 16px;
}
.terms ol.decimal li:last-child {
  margin-bottom: 0;
}
.terms ol.kakko {
  background: #fff;
  padding: 16px;
  margin-top: 24px;
}
.terms ol.kakko > li {
  counter-increment: cnt;
  list-style-position: outside;
  list-style-type: none;
  position: relative;
  padding-left: 2em;
  margin-bottom: 8px;
}
.terms ol.kakko > li:last-child {
  margin-bottom: 0;
}
.terms ol.kakko > li:before {
  content: "(" counter(cnt) ") ";
  left: 0;
  margin: 0;
  position: absolute;
}
.terms .termsendbox {
  margin-top: 40px;
}
.terms .bgbox {
  background: #fff;
  padding: 16px;
  margin-top: 24px;
}
.terms .bgbox h4 {
  margin-top: 16px;
}
.terms .bgbox h4:first-child {
  margin-top: 0;
}
.terms .bgbox p {
  font-size: 1.5rem;
}
.terms dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 24px;
}
.terms dl dd.bgbox {
  margin-top: 8px;
  margin-bottom: 24px;
}
.terms ul.disc {
  list-style-type: disc;
  margin-top: 8px;
}
.terms ul.disc li {
  list-style-type: disc;
  padding-left: 0;
}
.terms ul.disc li:before {
  content: none;
}

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