.container {
  min-height: calc(100vh - 200px);
  background-color: #f5f5f5;
  padding: 20px;
}

.content {
  max-width: 900px;
  margin: 0 auto;
  background-color: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.h1_Cc {
  color: #333;
  font-size: 28px;
  margin-bottom: 10px;
  
  padding-bottom: 15px;
}

p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

section {
  margin-bottom: 30px;
}

h2 {
  color: #0088cc;
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 20px;
}

ul {
  margin-left: 20px;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

li {
  margin-bottom: 8px;
  list-style-type: disc;
}

strong {
  color: #333;
  font-weight: 600;
}

@media (max-width: 768px) {
  .container {
    padding: 10px;
  }

  .content {
    padding: 20px;
  }

  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 16px;
  }

  p {
    font-size: 13px;
  }

  ul {
    font-size: 13px;
  }
}
