.pageTtl {
  background: none;
}

.policy_page {
  background: #FBFBFB url(../img/bg.webp) no-repeat top left/contain;
}

.policy_all {
  padding: 0;
}
.policy_all .policy_inner {
  padding: 0 15% 120px;
}
@media screen and (max-width: 750px) {
  .policy_all .policy_inner {
    padding: 0 0 32px;
  }
}
.policy_all .policy_title {
  margin-bottom: 24px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  border-bottom: 2px solid #969696;
}
.policy_all .policy_title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 20%;
  height: 2px;
  background: #C60309;
}
.policy_all .policy_text {
  line-height: 1.8em;
  font-size: 16px;
  margin-bottom: 60px;
}
.policy_all .policy_text.item_list {
  margin-bottom: 24px;
}
.policy_all .policy_text + ol {
  padding-left: 1.5em;
  margin-bottom: 60px;
  list-style-type: decimal;
  list-style-position: outside;
}
@media screen and (max-width: 750px) {
  .policy_all .policy_text + ol {
    padding-left: 1em;
  }
}
.policy_all .policy_text + ol ::marker {
  color: #C60309;
  font-weight: bold;
  font-family: "Jost", sans-serif;
}
.policy_all .policy_text + ol li {
  font-size: 16px;
  margin-bottom: 8px;
}

.cookie_list {
  list-style: none;
  counter-reset: cookie_number 0;
}
.cookie_list > ul > li {
  margin-bottom: 56px;
}
.cookie_list .cookie_Ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #C60309;
}
.cookie_list .cookie_Ttl::before {
  counter-increment: cookie_number 1;
  content: counter(cookie_number) ".";
  margin-right: 8px;
}
@media screen and (max-width: 750px) {
  .cookie_list .cookie_Ttl {
    font-size: 18px;
  }
}

table.purpose {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
}
table.purpose tr {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 24px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-bottom: -1px;
}
@media screen and (max-width: 750px) {
  table.purpose tr {
    padding: 16px 0px;
  }
}
table.purpose th {
  width: 33.33%;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  table.purpose th {
    width: 100%;
    margin-bottom: 10px;
  }
}
table.purpose td {
  padding-left: 14px;
  width: 66.67%;
}
@media screen and (max-width: 750px) {
  table.purpose td {
    width: 100%;
    padding-left: 0;
  }
}
table.purpose td ul {
  list-style-type: disc;
  list-style-position: inside;
}/*# sourceMappingURL=policy.css.map */