@charset "UTF-8";

a {
  color: #231a77;
}
.privacy-notice {
  background-color: #231a77;
  padding: 20px;
}
.privacy-notice .inner {
  background-color: #fff;
  border-radius: 30px;
  padding: 50px;
}
.privacy-notice h1 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}
.privacy-notice h1 small {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: .5em;
}
.privacy-notice h2 {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 2.5em 0 .88em;
}
.privacy-notice h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  margin: 1em 0 .4em;
}
.privacy-notice h4,
.privacy-notice h5 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 1em;
}
.privacy-notice p {
  font-size: 1.6rem;
  line-height: 1.75;
}
.privacy-notice p + p {
  margin-top: 1em;
}
.privacy-notice strong {
  font-weight: 700;
}
.privacy-notice .date-venue {
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 1em 0;
  padding-left: 1em;
}
.privacy-notice ul,
.privacy-notice ol {
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 1em 0;
}
.privacy-notice ul li,
.privacy-notice ol li {
  position: relative;
  padding-left: 1.5em;
}
.privacy-notice ul li::before,
.privacy-notice ol li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.privacy-notice .lower-alpha {
  counter-reset: counter-lower-alpha;
}
.privacy-notice .lower-alpha li {
  counter-increment: counter-lower-alpha;
}
.privacy-notice .lower-alpha li::before {
  content:counter(counter-lower-alpha, lower-alpha) "．";
}
.privacy-notice .decimal-parentheses {
  counter-reset: counter-decimal-parentheses;
}
.privacy-notice .decimal-parentheses li {
  counter-increment: counter-decimal-parentheses;
}
.privacy-notice .decimal-parentheses li::before {
  content: "("counter(counter-decimal-parentheses)")";
}
.privacy-notice .wrap_table {
  margin: 1em 0;
}
.privacy-notice table {
  width: 100%;
  table-layout: fixed;
}
.privacy-notice table.outline {
  width: 600px;
}
.privacy-notice table th:first-of-type {
  width: 7em;
}
.privacy-notice table th,
.privacy-notice table td {
  font-size: 1.3rem;
  line-height: 1.8;
  border: solid 1px #000;
  padding: .5em;
}
.privacy-notice table td.valign-middle {
  vertical-align: middle;
}