/*------------------- Company -------------------*/
/*-------------------p-privacy.css -------------------*/
/* ---------------------------------------- */
/* ---------------------------------------- */
.p-privacy {
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-flow: column;
}
.p-privacy__section {
  width: 100%;
  max-width: 920px;
  padding: 45PX 138px 45px 0;
  border-bottom: solid 1px #D7D5D5;
  font-family: YuGothic, "Yu Gothic", yu-gothic-pr6n;
}
.p-privacy__section:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.p-privacy-section__title {
  margin-bottom: 7px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1em;
}
.p-privacy__text {
  line-height: 2.14em;
}
@media screen and (max-width: 960px) {
  .p-privacy {
    margin-top: 55px;
  }
  .p-privacy__section {
    width: 92%;
    margin: 0 4%;
    padding: 45PX 0 45px 0;
  }
}
@media screen and (min-width: 961px) {
  .p-privacy {
    margin-top: 35px;
    width: 78.6%;
  }
}