@charset "UTF-8";
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, body, * {
  font-family: "Heebo", sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.05em;
}

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

.intro-text__text {
  padding: 80px 0 130px;
  font-size: 16px;
  line-height: 2;
}

.privacy-policy {
  padding-bottom: 200px;
}
.privacy-policy__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.privacy-policy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
.privacy-policy__title {
  font-size: 26px;
  font-weight: 700;
  color: #1362A5;
}
.privacy-policy__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.privacy-policy__paragraph {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0 0 18px;
}
.privacy-policy__list {
  list-style: none;
  margin: 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.privacy-policy__list li {
  position: relative;
  padding-left: 1em;
  font-size: 15px;
  line-height: 2;
}
.privacy-policy__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

@media (max-width: 960px) {
  .intro-text__text {
    padding: 20px 0 80px;
    font-size: 13px;
  }
  .privacy-policy__inner {
    gap: 20px;
  }
  .privacy-policy__content {
    gap: 10px;
  }
  .privacy-policy__title {
    font-size: 18px;
  }
  .privacy-policy__text {
    font-size: 13px;
  }
  .privacy-policy__paragraph {
    font-size: 13px;
  }
  .privacy-policy__list li {
    font-size: 13px;
  }
}