/* ==========================================================================
   Author's custom styles SP
   ========================================================================== */
.pc {
  display: none;
}

#privacy {
  background: #F0EDE1;
}
#privacy .inner {
  width: 89.744vw;
  margin: 0 auto;
  font-size: 3.077vw;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  /***************************

      PC

    *****************************/
  /* Style adjustments for viewports that meet the condition */
  .sp {
    display: none;
  }
  #privacy {
    background: #F0EDE1;
  }
  #privacy .inner {
    width: 625px;
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  /***************************

      PC - vw

    *****************************/
  /* Style adjustments for viewports that meet the condition */
  .sp {
    display: none;
  }
  #privacy {
    background: #F0EDE1;
  }
  #privacy .inner {
    width: 52.083vw;
    font-size: 0.833vw;
  }
}/*# sourceMappingURL=privacy.css.map */