@charset "utf-8";
/* CSS Document */
.faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.faq-item summary {
  cursor: pointer;
  font-weight: bold;
  font-size: 1.05rem;
  padding: 10px 0;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before {
  content: "+ ";
  font-weight: bold;
}

.faq-item[open] summary::before {
  content: "− ";
}

.faq-item p {
  margin-top: 10px;
  line-height: 1.6;
}
