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-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1.5;
}

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;
}

img {
  display: block;
  border: none;
}


.project .privacy .sec_title {
  color: #db4218;
}
.project .privacy .sec_title::before {
  width: 2.9375rem;
  height: 2.375rem;
  left: calc(50% - 23.5px);
  background-image: url("../images/icon_title-privacy.svg");
}
@media (max-width: 768px) {
  .project .privacy .sec_title::before {
    width: 2.35rem;
    height: 1.9rem;
    left: calc(50% - 18.8px);
  }
}
.project .privacy_block {
  padding: 1.875rem;
  box-sizing: border-box;
  border: 0.125rem solid #db4218;
  background-color: white;
  border-radius: 1.25rem;
  position: relative;
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .project .privacy_block {
    padding: 1.25rem;
    margin-bottom: unset;
  }
}
.project .privacy_block::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  border: 0.125rem solid #db4218;
  box-sizing: border-box;
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
  z-index: -1;
}
.project .privacy ul {
  width: 100%;
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.25rem;
  box-sizing: border-box;
}
.project .privacy ul li {
  color: #252022;
  font-size: 1.25rem;
  line-height: 2;
  font-weight: bold;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .project .privacy ul li {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.project .privacy ul li:first-of-type {
  margin-top: unset;
}
.project .privacy ul li p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.project .privacy p {
  color: #252022;
  font-size: 1rem;
  line-height: 1.5;
  word-break: break-all;
}
.project .privacy ol {
  width: 100%;
  list-style-type: upper-alpha;
  list-style-position: outside;
  padding-left: 1.25rem;
  box-sizing: border-box;
  margin-top: 1.25rem;
}
.project .privacy ol li {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: unset;
}