@charset "UTF-8";
.priv_secu_serv {
  line-height: 180%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2.5rem;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 4rem 3rem 4rem;
}
@media (max-width: 767px) {
  .priv_secu_serv {
    padding: 0 0 3rem 0;
  }
}
.priv_secu_serv .article_content_title_h5 {
  color: var(--blue-60);
  line-height: 120%;
}
.priv_secu_serv .article_content {
  text-align: justify;
  color: var(--grey-20);
  line-height: 180%;
  margin-bottom: 0;
}
.priv_secu_serv .article_content_set {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0.25rem;
  flex-direction: column;
}
.priv_secu_serv .article_content_ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0.25rem;
  flex-direction: column;
  margin-bottom: 0;
  text-align: justify;
}
.priv_secu_serv .article_content_ul li {
  margin-left: 1rem;
  position: relative;
}
.priv_secu_serv .article_content_ul li::before {
  content: "・";
  color: var(--blue-50);
  display: inline-block;
  text-indent: -1rem;
  font-size: 2rem;
  position: absolute;
  left: -0.75rem;
}/*# sourceMappingURL=priv_secu_serv.css.map */