.wpfqa { padding: 28px 0; }
.wpfqa__wrap { max-width: 900px; margin: 0 auto; padding: 0 16px; }
.wpfqa__title { font-size: 28px; margin: 0 0 14px; }

.wpfqa__list { border: 1px solid rgba(0,0,0,.12); border-radius: 12px; overflow: hidden; background: #fff; }
.wpfqa__item + .wpfqa__item { border-top: 1px solid rgba(0,0,0,.10); }

.wpfqa__q {
  width: 100%;
  text-align: left;
  padding: 14px 14px;
  font-size: 16px;
  background: #155599;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.wpfqa__q:hover { background: rgba(0,0,0,.14); }
.wpfqa__qText { font-weight: 600; }
.wpfqa__icon { font-weight: 800; font-size: 18px; line-height: 1; }

.wpfqa__a { overflow: hidden; transition: height 220ms ease; }
.wpfqa__aInner { padding: 0 14px 14px; color: rgba(0,0,0,.80); line-height: 1.55; }

.wpfqa__aInner p { margin: 10px 0; }
.wpfqa__aInner ul, .wpfqa__aInner ol { margin: 10px 0 10px 18px; }
.wpfqa__aInner a { text-decoration: underline; }