@charset "UTF-8";

/* ===== Extracted from page-privacy.php block 1 ===== */
.p-leadDesc {
  margin: 32px auto 0;
  max-width: 768px;
  width: 80%;
}

@media screen and (max-width: 810px) {
  .p-leadDesc {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 650px) {
  .p-leadDesc {
    margin: 24px auto 0;
    width: 90%;
  }
}

.p-leadDesc .title {
  font-feature-settings: "palt";
  font-size: 2.7rem;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .p-leadDesc .title {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 810px) {
  .p-leadDesc .title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 650px) {
  .p-leadDesc .title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 500px) {
  .p-leadDesc .title {
    font-size: 2rem;
  }
}

.p-leadDesc:has(.title) .text {
  margin-top: 32px;
}

@media screen and (max-width: 810px) {
  .p-leadDesc:has(.title) .text {
    margin-top: 24px;
  }
}

.p-leadDesc100 {
  margin: 30px auto 0;
}

@media screen and (max-width: 650px) {
  .p-leadDesc100 {
    margin: 20px auto 0;
  }
}

.p-privacy {
 padding: 80px 0 100px;
}
@media screen and (max-width: 810px) {
 .p-privacy {
  padding: 80px 0;
 }
}
@media screen and (max-width: 500px) {
 .p-privacy {
  padding: 60px 0;
 }
}
.p-privacyContent:nth-child(n + 2) {
 margin-top: 80px;
}
@media screen and (max-width: 810px) {
 .p-privacyContent:nth-child(n + 2) {
  margin-top: 60px;
 }
}
.p-privacyContent a {
 color: #ee7d80;
 transition: opacity 0.3s;
}
.p-privacyContent a:hover {
 opacity: 0.6;
}
.p-privacyContent a[href*="tel:"] {
 color: #000;
 pointer-events: none;
 cursor: default;
 text-decoration: none;
}
@media screen and (max-width: 650px) {
 .p-privacyContent a[href*="tel:"] {
  color: #ee7d80;
  pointer-events: all;
  cursor: auto;
 }
}
.p-privacyContent .textIndent {
 margin-top: 30px;
 padding-left: 3.5em;
 text-indent: -1.3em;
}
@media screen and (max-width: 650px) {
 .p-privacyContent .textIndent {
  margin-top: 20px;
 }
}
@media screen and (max-width: 500px) {
 .p-privacyContent .textIndent {
  padding-left: 1.4em;
 }
}
.p-privacyContent .textIndent.mt0 {
 margin-top: 0;
}
.p-privacyContent .text {
 margin-top: 30px;
 padding-left: 3em;
}
@media screen and (max-width: 650px) {
 .p-privacyContent .text {
  margin-top: 20px;
 }
}
@media screen and (max-width: 500px) {
 .p-privacyContent .text {
  padding-left: 0;
 }
}
.p-privacyContent .text0 {
 margin-top: 30px;
}
@media screen and (max-width: 650px) {
 .p-privacyContent .text0 {
  margin-top: 20px;
 }
}
.p-privacyContent .content {
 margin: 30px auto 0;
 max-width: 800px;
 width: 100%;
 padding: 35px;
 background-color: #fcfaf5;
}
@media screen and (max-width: 810px) {
 .p-privacyContent .content {
  padding: 30px;
 }
}
@media screen and (max-width: 650px) {
 .p-privacyContent .content {
  margin: 20px auto 0;
  padding: 30px 25px;
 }
}
.p-privacyContent .content .text:first-child,
.p-privacyContent .content .text0:first-child,
.p-privacyContent .content .textIndent:first-child {
 margin-top: 0;
}
.p-privacyContent .content .textIndent {
 padding-left: 1.3em;
}
