#txt_box00 {
  max-width: 1000px;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, auto);
  row-gap: 1em;
}

#txt_box01 {
  max-width: 1000px;
  width: 100%;
  float: none;
  margin-top: 2em;
  margin-bottom: 1em;
}
#txt_box01 p {
  font-size: 1.2em;
}

.privacy_box {
  display: grid;
  grid-template-columns: minmax(0, auto);
  row-gap: 3em;
  justify-content: space-between;
  margin-bottom: 2em;
  padding: 2%;
}
.privacy_box dd {
  padding-left: 2em;
}
.privacy_box p,
.privacy_box ul {
  margin-bottom: 1em;
}
.privacy_box ul {
  padding-inline-start: 1em;
}
.privacy_box ul li {
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  text-indent: -0.5em;
}
.privacy_box ul li i {
  display: inline;
  margin-right: 1em;
  vertical-align: middle;
  font-size: 0.5em;
}
.privacy_box ul li a {
  text-decoration: none;
  color: #2f00ff;
  transition: all 0.7s;
}
.privacy_box ul li .b_active {
  color: orangered;
  transition: all 0.7s;
}

.sub_tit {
  margin: auto;
}

@media screen and (max-width: 640px) {
  .privacy_box dd {
    padding-left: 0em;
  }
  .privacy_box dd ul li {
    padding-left: 0em;
    text-indent: 0em;
  }
}/*# sourceMappingURL=privacy.css.map */