@charset "UTF-8";
@import url("global.css");
.section {
  position: relative;
  padding-bottom: 80px;
}
.section + .section {
  padding-top: 70px;
}
.section + .section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  right: -50px;
  height: 1px;
  background-color: #ababab;
}
.section:has(.sign) {
  padding-block: 50px 0;
}
.section .sectitle {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 700;
  margin-bottom: 40px;
}
.section .sectitle::before {
  content: "【";
  display: inline-block;
  margin-inline: -.5em 5px;
}
.section .sectitle::after {
  content: "】";
  display: inline-block;
  margin-inline: 5px 0;
}
.section p {
  margin-top: 20px;
}
.section ul {
  counter-reset: number 0;
}
.section ul li {
  counter-increment: number 1;
  margin-top: 20px;
  padding-left: 28px;
  text-indent: -28px;
}
.section ul li::before {
  display: inline-block;
  text-indent: 0;
  margin-right: 6px;
  content: counter(number) ".";
  width: 22px;
  text-align: right;
}
.section dl.mokuteki {
  margin-block: 30px;
}
.section dl.mokuteki dt {
  font-weight: 500;
  margin-bottom: 10px;
}
.section dl.mokuteki dt::before {
  content: "《";
  display: inline-block;
  margin-inline: -.5em 5px;
}
.section dl.mokuteki dt::after {
  content: "》";
  display: inline-block;
  margin-inline: 5px 0;
}
.section dl.mokuteki dd {
  line-height: 1.5;
  margin-block: 4px;
}
.section dl.mokuteki dd::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ababab;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  vertical-align: 3px;
}
.section dl.madoguchi {
  display: flex;
  column-gap: 10px;
  margin-top: 10px;
}
.section dl.madoguchi dt {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  width: 125px;
  font-weight: 500;
}
.section dl.madoguchi dt::after {
  content: "：";
}

.sign {
  text-align: right;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .section + .section::before {
    left: -20px;
    right: -20px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .section {
    padding-bottom: 70px;
  }
  .section + .section {
    padding-top: 60px;
  }
  .section + .section::before {
    left: -2vw;
    right: -2vw;
  }
  .section:has(.sign) {
    padding-block: 40px 0;
  }
  .section ul li {
    padding-left: 25px;
    text-indent: -25px;
  }
  .section ul li::before {
    margin-right: 5px;
    width: 20px;
  }
  .section dl.madoguchi dt {
    width: 120px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .section {
    padding-bottom: 50px;
  }
  .section + .section {
    padding-top: 50px;
  }
  .section:has(.sign) {
    padding-block: 30px 0;
  }
  .section .sectitle {
    margin-bottom: 20px;
  }
  .section p {
    margin-top: 1em;
  }
  .section ul li {
    margin-top: 1em;
    padding-left: 23px;
    text-indent: -23px;
  }
  .section ul li::before {
    margin-right: 5px;
    width: 18px;
  }
  .section dl.mokuteki {
    margin-block: 20px;
  }
  .section dl.madoguchi {
    display: block;
    margin-top: 10px;
  }
  .section dl.madoguchi dt {
    display: block;
    width: auto;
  }
  .section dl.madoguchi dt::after {
    display: none;
  }
}

/*# sourceMappingURL=privacy.css.map */
