/*
Theme Name: Jobkatsu Style
Theme URI: https://jobkatsu.com/
Author: SOLAL
Author URI: https://solal-sp.com/
Description: jobkatsu.com HTML移行用オリジナルテーマ
Version: 1.0
*/

/* ===================================
   個人情報の取り扱い確認ページ
=================================== */

.privacy-consent-main {
  min-height: 100vh;
  padding: 70px 20px;
  background: #fff;
  box-sizing: border-box;
}

.privacy-consent-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.privacy-consent-article {
  width: 100%;
}

.privacy-consent-title {
  margin: 0 0 40px;
  padding-bottom: 18px;
  border-bottom: 3px solid #17435a;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.privacy-consent-content {
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.privacy-consent-content h2 {
  margin: 50px 0 24px;
  padding: 16px 20px;
  background: #17435a;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
}

.privacy-consent-content h3 {
  margin: 35px 0 18px;
  font-size: 19px;
}

.privacy-consent-content p {
  margin: 0 0 24px;
}

.privacy-consent-content ul,
.privacy-consent-content ol {
  margin: 0 0 28px;
  padding-left: 1.8em;
}

.privacy-consent-content li {
  margin-bottom: 10px;
}

.line-consent-box {
  max-width: 720px;
  margin: 50px auto 0;
  padding: 28px 24px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}

.line-consent-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.8;
  cursor: pointer;
}

.line-consent-check input {
  width: 18px;
  height: 18px;
}

.line-consent-button {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 24px auto 0;
  padding: 15px 20px;
  border: none;
  border-radius: 999px;
  background: #06c755;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.line-consent-button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .privacy-consent-main {
    padding: 40px 16px;
  }

  .privacy-consent-title {
    margin-bottom: 30px;
    font-size: 25px;
  }

  .privacy-consent-content {
    font-size: 15px;
    line-height: 1.9;
  }

  .privacy-consent-content h2 {
    margin-top: 38px;
    padding: 14px 16px;
    font-size: 19px;
  }

  .line-consent-box {
    width: 100%;
    padding: 22px 16px;
  }

  .line-consent-check {
    align-items: flex-start;
    text-align: left;
  }
}