@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.in_in {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: clamp(1.4rem, 0.262rem + 1.538vw, 1.8rem);
  line-height: 1.8;
}
@media (max-width: 1000px) {
  .in_in {
    width: 100%;
  }
}
.in_in > div {
  margin-bottom: 30px;
  text-align: justify;
  text-justify: inter-word;
  word-break: break-all;
}
.in_in h3 {
  font-size: clamp(2rem, -0.846rem + 3.846vw, 3rem);
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .in_in h3 {
    margin-bottom: 20px;
  }
}
.in_in h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
.in_in a {
  display: inline-block;
  color: rgb(5, 26, 82);
  border-bottom: 1px solid rgb(5, 26, 82);
}
.in_in .doc_right {
  text-align: right;
}/*# sourceMappingURL=privacy.css.map */