@charset "utf-8";
/*------------------------------------------------
  プライバシーポリシー
------------------------------------------------*/

/*========== プライバシーポリシー ==========*/

.privacy {
  padding: 0 15px;
}

.privacy-inner {
  padding: 0 0 30px;
}

.privacy-item {
  line-height: 2;
  text-align: center;
}

.privacy-item:not(:last-of-type) {
  margin-bottom: 30px;
}

.privacy-item-title {
  font-size: 1.6rem;
}

.privacy-item-title {
  font-size: 1.6rem;
}

@media print, screen and (min-width: 769px) {
  .privacy {
    padding: 0;
  }

  .privacy-inner {
    width: 1000px;
    margin: auto;
    padding: 0 0 100px;
  }

  .privacy-item:not(:last-of-type) {
    margin-bottom: 50px;
  }
  
  .privacy-item-title {
    font-size: 1.8rem;
  }
}