@charset "utf-8";
.privacy {
   max-width: 960px;
   margin-inline: auto;
}
.privacy-title {
   position: relative;
   font-size: 1.1em;
   font-weight: 600;
   margin: 2.5em 0 1em;
   padding-bottom: 1em;
   border-bottom: 1px solid #ddd;
}
.privacy-title::before {
   display: block;
   content: "";
   width: 20%;
   border-bottom: solid 1px var(--color-blue);
   position: absolute;
   bottom: -1px;
   left: 0;
   z-index: 1;
}
.privacy-text {
   margin: .4em 0 0 1em;
   line-height: 1.8;
}
@media screen and (max-width: 767px) {
   .privacy {
      padding: 0 20px;
   }
}
