main {
 margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
 main {
  margin-bottom: 100px;
 }
}
main >section {
 position: relative;
 width: 100%;

 --main_brs: 60px;
 padding-inline: 3%;
}
@media screen and (max-width: 1024px) {
 main >section {
  padding-inline: 5%;
 }
}
@media screen and (max-width: 600px) {
 main >section {
  --main_brs: 30px;
 }
}
main >section.privacy_area >.inner {
 width: 100%;
 max-width: 800px;
 line-height: 1.875;
 margin: 0 auto;
 font-size: 16px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 main >section.privacy_area >.inner {
  font-size: 14px;
 }
}
main >section.privacy_area >.inner p.lead {
 margin-bottom: 70px;
 text-align: center;
}
@media screen and (max-width: 1024px) {
 main >section.privacy_area >.inner p.lead {
  margin-bottom: 30px;
 }
}
main >section.privacy_area >.inner section {
 margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
 main >section.privacy_area >.inner section {
  margin-bottom: 50px;
 }
}
main >section.privacy_area >.inner h2 {
 line-height: 1.25;
 margin-bottom: 15px;
 font-weight: bold;
 font-size: 24px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 main >section.privacy_area >.inner h2 {
  font-size: 20px;
 }
}
main >section.privacy_area >.inner dl {
 margin-top: 30px;
}
@media screen and (max-width: 1024px) {
 main >section.privacy_area >.inner dl {
  margin-top: 20px;
 }
}
main >section.privacy_area >.inner dl dt {
 color: var(--c_rd);
 font-weight: 500;
}
main >section.privacy_area >.inner dl dt:not(:last-child) {
 margin-top: 30px;
}
@media screen and (max-width: 1024px) {
 main >section.privacy_area >.inner dl dt:not(:last-child) {
  margin-top: 20px;
 }
}
main >section.privacy_area >.inner dl dd ul {
 counter-reset: number 0;
}
main >section.privacy_area >.inner dl dd ul li {
 padding-left: 0.95em;
 text-indent: -0.95em;
}
main >section.privacy_area >.inner dl dd ul li:before {
 content: counter(number) ".";
 counter-increment: number;
}
main >section.privacy_area >.inner .signature_area {
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
 align-items: flex-end;
 text-align: left;
}
main >section.privacy_area >.inner .signature_area p.ta {
 margin-bottom: 2em;
}
/*# sourceMappingURL=layout.css.map */