@charset "UTF-8";


.edit-area {
  &.privacy {
    padding-bottom: 9rem;

    @media screen and (max-width: 767px) {
      padding-bottom: 4rem;
    }

    .common-text {
      margin-bottom: 4.4rem;
      @media screen and (max-width: 767px) {
        margin-bottom: 2rem;
      }
    }

    .common-title {
      +.common-text {
        margin-bottom: 6rem;
        @media screen and (max-width: 767px) {
          margin-bottom: 3rem;
        }
      }
    }
  }
}
