/* ===========================================
  
  個人情報の取り扱いについて
  PCレスポンシブ対応 (800px以上)

=========================================== */
@media (min-width: 801px) {
  .rule {
    .txt {
      margin-bottom: 32px;
    }
    .seccomm {
      margin-bottom: 100px;
    }
  }
}

/* ===========================================
SPレスポンシブ対応 (800px以下)
=========================================== */
@media (max-width: 800px) {
  .rule {
    .txt {
      margin-bottom: 1rem;
      font-size: 0.875rem;
    }
    .seccomm {
      margin-bottom: 4rem;
    }
  }
}