.page-faq main { max-width: 760px; }

.faq-links { margin: 12px 0 0; line-height: 1.6; }
.faq-links a { color: #2f6f3e; }

.faq-section { padding-top: 8px; }
.faq-section + .faq-section { margin-top: 16px; }
.faq-section h2 { margin-bottom: 4px; }

.faq-item {
  border-bottom: 1px solid #ece6dc;
  padding: 2px 0;
}
.faq-item:last-child { border-bottom: 0; }

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  line-height: 1.45;
  padding: 12px 0;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: "";
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  margin-right: 0.55em;
  border-right: 2px solid #2f6f3e;
  border-bottom: 2px solid #2f6f3e;
  transform: rotate(-45deg);
  vertical-align: 0.15em;
}
.faq-item[open] summary::before { transform: rotate(45deg); }

.faq-item p {
  margin: 0 0 14px;
  padding-left: 1.15em;
  color: #3a342c;
  line-height: 1.65;
}
