/* --------------------------------------------------
	privacy policy
-------------------------------------------------- */
.sec-pricacypolicy {
  padding-top: 11.617rem;
  padding-bottom: 12rem;
}

.c-number-list,
.c-info-box,
.c-tbl {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: normal;
}
.c-number-list h3,
.c-info-box h3,
.c-tbl h3 {
  font-size: 2.2rem;
  margin-bottom: 0.96843em;
}

.c-number-list {
  list-style: decimal;
}
.c-number-list > li {
  margin-bottom: 7.49971rem;
}
.c-number-list > li:last-of-type {
  margin-bottom: 0;
}
.c-number-list-item ol {
  counter-reset: list-num;
}
.c-number-list-item ol > li {
  margin-left: 3.25em;
  text-indent: -1.25em;
}
.c-number-list-item ol > li::before {
  counter-increment: list-num;
  content: "(" counter(list-num, lower-roman) ") ";
  display: inline-block;
  width: 1.25em;
}

.c-tbl {
  margin-left: -20px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-tbl tr:first-of-type th {
    border-top: 1px solid #000;
  }
}
.c-tbl th {
  font-weight: bold;
  width: 26.66666%;
}
.c-tbl th,
.c-tbl td {
  border-collapse: collapse;
  border-block: 1px solid #000;
  padding: 2em 2.3em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-tbl th,
  .c-tbl td {
    border-top: none;
    display: block;
    width: 100%;
  }
}
.c-tbl th {
  background-color: #f4f6fa;
}

.c-info-box {
  background-color: #f4f6fa;
  margin-top: 7.87841rem;
  padding: 4.20181rem;
}