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: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-size: 62.5%;
}

body, * {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.privacy-policy__content {
  padding-bottom: 20rem;
}
.privacy-policy__content p {
  font-size: 1.6rem;
  line-height: 2;
  color: #0A1A2F;
  margin: 0 0 24px;
  letter-spacing: 0.04em;
}
.privacy-policy__content p:last-of-type {
  margin-bottom: 0;
}
.privacy-policy__content h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0A1A2F;
  margin: 0 0 16px;
  padding: 40px 0 0;
  border-top: 1px solid rgba(10, 26, 47, 0.12);
  line-height: 1.4;
}
.privacy-policy__content > p:first-of-type + h2 {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}
.privacy-policy__content h2 + p {
  margin-top: 0;
}
.privacy-policy__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin: 0 0 24px;
  padding-left: 0;
  list-style: none;
}
.privacy-policy__content ul:last-child {
  margin-bottom: 0;
}
.privacy-policy__content ul ul {
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 24px;
  border-left: 2px solid rgba(0, 50, 175, 0.2);
}
.privacy-policy__content ul li {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #0A1A2F;
  letter-spacing: 0.04em;
  padding-left: 0;
}

@media (max-width: 960px) {
  .privacy-policy__content {
    padding: 0 2rem 120px;
  }
  .privacy-policy__content h2 {
    font-size: 1.8rem;
    padding-top: 32px;
  }
  .privacy-policy__content p {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .privacy-policy__content ul li {
    font-size: 1.4rem;
  }
  .privacy-policy__content ul ul {
    padding-left: 20px;
  }
}