@charset "UTF-8";
/* contents
============================================================================= */
.section_detail {
  max-width: 96rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 11rem;
  padding-bottom: 2rem;
}
.section_detail > p + * {
  margin-top: 4rem;
}
.section_detail a {
  display: inline-block;
  text-indent: 0;
}
.section_detail a span::before {
  bottom: 0;
}
.section_detail a i {
  position: relative;
  top: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.6rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../img/common/ico_btn_external.svg");
  mask-image: url("../img/common/ico_btn_external.svg");
  background: var(--bc_black);
  margin-left: 0.5em;
}

.-sq > li::before {
  content: "■";
  margin-right: 0.25em;
}
.-sq > li + li {
  margin-top: 1.5em;
}
.-sq > li > a {
  display: inline-block;
  margin-top: 0.5em;
}
.-sq > li > ul {
  margin-top: 1em;
}
.-sq > li > ul > li {
  margin-top: 0.5em;
}

.-section {
  display: block;
  width: 100%;
  border-top: 1px solid var(--bc_line);
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.-endline {
  margin-top: 3em;
  text-align: right;
}

.-revision {
  margin-top: 2em;
}

.-num {
  list-style-type: none;
  counter-reset: number;
}
.-num > li {
  counter-increment: number;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.7;
  padding-left: 1.5em;
}
.-num > li::before {
  content: counter(number);
  position: absolute;
  left: 0;
}
.-num > li + li {
  margin-top: 4rem;
}
.-num > li > .-item > dt {
  font-size: 1.6rem;
  line-height: 1.7;
}
.-num > li > .-item > dd {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 0.5em;
}
.-num.-brackets {
  margin-top: 1em;
}
.-num.-brackets > li {
  display: block;
  font-size: 1.5rem;
  padding-left: 0;
  text-indent: 1.5em;
}
.-num.-brackets > li::before {
  content: "(" counter(number) ")";
  position: absolute;
  left: -1.5em;
}
.-num.-brackets > li + li {
  margin-top: 3rem;
}
.-num.-brackets > li > .-item > dt {
  font-size: 1.5rem;
  line-height: 1.8;
}
.-num.-brackets > li > .-item > dd {
  font-size: 1.4rem;
  line-height: 1.8;
  text-indent: 0;
  margin-top: 0.5em;
}
.-num.-circle {
  margin-top: 1em;
}
.-num.-circle > li {
  text-indent: 0;
  font-size: 1.4rem;
}
.-num.-circle > li::before {
  content: counter(number);
  position: absolute;
  top: 0.35em;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.2rem;
  letter-spacing: -0.05em;
  line-height: 1;
  border: 1px solid rgba(var(--bc_black_text_RGB), 0.5);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.-num.-circle > li + li {
  margin-top: 1.5rem;
}
.-num.-circle > li > .-item > dt {
  font-size: 1.4rem;
  line-height: 1.7;
}
.-num.-circle > li > .-item > dd {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 0;
}
.-num.-circle.-indent {
  padding-left: 1.7em;
}

.-dot > li {
  position: relative;
  padding-left: 1.5em;
}
.-dot > li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--bc_black_text);
}

.-atn {
  margin-top: 0.5em;
}
.-atn::before {
  content: "※";
}
.-atn.-indent {
  padding-left: 1em;
}
.-atn.-indent::before {
  position: relative;
  margin-left: -1em;
}
.-atn.-indent a {
  margin-left: 1em;
}
@media (width <= 767px) {
  .section_detail {
    max-width: calc(100% - 4rem);
    margin-top: 4rem;
  }
  .section_detail a {
    text-justify: none;
    word-break: break-word;
  }
  .section_detail a i {
    width: 1.2rem;
    height: 1.4rem;
    margin-left: 0.25em;
  }
  .-underline {
    text-decoration: underline;
  }
  .-underline span::before {
    content: none;
  }
  .-endline.-t_body {
    text-align: right;
    text-justify: none;
  }
  .-num.-circle.-sp_indent {
    padding-left: 0.5em;
  }
  .-atn {
    font-size: 1.4rem;
    text-justify: none;
  }
  .-atn.-indent {
    text-indent: 0.5em;
    padding-left: 0.5em;
  }
  .-atn.-indent::before {
    margin-left: -0.5em;
  }
  .-atn.-indent a {
    margin-left: 0;
  }
}/*# sourceMappingURL=privacy.css.map */
