@charset "utf-8";

.page-notice .l-page {
  padding-top: 56px;
  padding-bottom: 70px;
}

.policy-page-hero {
  margin-bottom: 34px;
}

.policy-content p {
    font-size: 1.4rem;
    line-height: 1.9;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.policy-section {
  margin-top: 3.5em;
}

.policy-section h3 {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-red);
  color: var(--color-red);
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 900;
}

.policy-section p {
  margin-top: 0;
}

.policy-section a.underline {
  text-decoration: underline;
}

.policy-content .policy-bold {
  font-weight: 800;
}

.policy-section ul {
  margin-top: 4px;
}

.policy-section li {
  font-size: 1.4rem;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.policy-section ul.num {
  list-style: none;
  counter-reset: num;
  padding-left: 0;
}

.policy-section ul.num > li {
  position: relative;
  padding-left: 2em;
}

.policy-section ul.num > li span {
  font-weight: 800;
}

.policy-section ul.num > li::before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.policy-section ul.dot {
  list-style: none;
  counter-reset: num;
  padding-left: 0;
}

.policy-section ul.dot li {
  position: relative;
  padding-left: 2em;
}

.policy-section ul.dot li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}


.policy-company {
  margin-top: 22px;
  font-size: 1.3rem;
  line-height: 1.8;
  font-weight: 600;
}

.contact {
  background: #fafafa;
  text-align: center;
  line-height: 1.8em;
  border: 1px solid #ddd;
  padding: 1em;
  margin-top: 3em;
}

.kaitei {
  text-align: right;
  padding-top: 1.5rem;
}

/* 404 */
.c-page-hero__sub_404 {
  font-size: 1.5rem;
  font-weight: 900;
}

.back_btn a {
  border: 1px solid #eb3b2d;
  border-radius: 9999px;
  background: #fff;
  padding: 1rem 4rem;
  color: #eb3b2d;
  font-size: 1.2rem;
  font-weight: 900;
  margin-top: 2rem;
  display: inline-block; 
}

.back_btn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .page-notice .l-page {
    padding-top: 24px !important;
    padding-bottom: 50px !important;
  }

  .policy-page-hero {
    margin-bottom: 28px;
  }

  .policy-content {
    font-size: 1.4rem;
    line-height: 1.9;
  }

  .policy-section {
    margin-top: 28px;
  }

  .policy-section h3 {
    font-size: 1.6rem;
  }

  .policy-company {
    font-size: 1.4rem;
  }
}