.hoc-faq__headline{margin-top:var(--hoc-sp-4)}.hoc-faq__list{margin-top:var(--hoc-sp-12);max-width:80ch}.hoc-faq__item{border-top:var(--hoc-rw) solid var(--hoc-rule)}.hoc-faq__item:last-child{border-bottom:var(--hoc-rw) solid var(--hoc-rule)}.hoc-faq__q{align-items:center;cursor:pointer;display:flex;gap:var(--hoc-sp-6);justify-content:space-between;list-style:none;padding:var(--hoc-sp-6) 0;transition:background var(--hoc-dur-fast) var(--hoc-ease-out)}.hoc-faq__q::-webkit-details-marker{display:none}.hoc-faq__q-text{text-wrap:pretty}.hoc-faq__marker{flex:0 0 auto;height:var(--hoc-mk);position:relative;width:var(--hoc-mk)}.hoc-faq__marker:after,.hoc-faq__marker:before{background:currentColor;content:"";height:var(--hoc-rw);inset:50% 0 auto 0;position:absolute;transition:transform var(--hoc-dur-base) var(--hoc-ease-out)}.hoc-faq__marker:after{transform:rotate(90deg)}.hoc-faq__item[open] .hoc-faq__marker:after{transform:rotate(0deg)}.hoc-faq__a{max-width:68ch;padding:0 0 var(--hoc-sp-8)}.hoc-faq__q:focus-visible{outline:2px solid currentColor;outline-offset:2px}@media (max-width:767px){.hoc-faq__q{padding:var(--hoc-sp-5) 0}}