/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 28 2026 | 14:52:44 */
details {
  border: 1px solid #e5e7eb !important;
  border-radius: 4px !important;
  margin-bottom: 8px !important;
  padding: 0 !important;
  background: #ffffff !important;
}

summary {
  font-weight: 600 !important;
  padding: 8px 12px !important;
  cursor: pointer !important;
  background: #f3f4f6 !important; /* 薄いグレー */
}

details[open] summary {
  border-bottom: 1px solid #e5e7eb !important;
}

details > *:not(summary) {
  padding: 8px 12px !important;
}