/** Shopify CDN: Minification failed

Line 46:0 Expected "}" to go with "{"

**/
.custom-collapsible-trigger {
  width: 100%;
}
.colored-faq-blocks .custom-question-answer--block {
  background: #F8F8F8;
  margin-bottom: 20px;
}
.collapsible-trigger--inline .custom-collapsible-trigger__icon {
  right: 15px;
  left: auto;
  top: 20px;
}
.collapsible-trigger--inline,
.custom-collapsible-content__inner {
  padding: 20px 40px 20px 20px;
}
.custom-collapsible-content__inner p,
.custom-question-answer--block button,
.custom-question-answer--block {
  font-size: 16px;
  color: #454545;
}
.custom-question-answer--block button {
  font-family: dnp-shuei-gothic-kin-std, sans-serif !important;
  font-weight: 600;
}

.custom-collapsible-content.is-open {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s cubic-bezier(.25,.46,.45,.94), height .35s cubic-bezier(.25,.46,.45,.94);
}

@media (max-width: 768px) {
  .custom-collapsible-content__inner p,
  .custom-question-answer--block button,
  .custom-question-answer--block {
    font-size: 14px;
  }

