*:focus {
    outline: none
}

.sp-seo-faq ul {
    padding: 0
}

@media screen and (min-width: 1024px) {
    .sp-seo-faq ul:nth-child(2) {
        columns:2;
        /* -webkit-columns:2; */
        -moz-columns: 2;
        column-gap: 20px;
        align-items: inherit;
    }
}

.sp-seo-faq ul li {
    list-style: none;
}

.sp-seo-faq ol li {
    list-style: auto
}

.faq-question {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.06),0 0 2px rgba(0,0,0,.07);
    padding: 10px
}

.faq-question:hover {
    box-shadow: 0 4px 5px rgba(0,0,0,.12),0 3px 14px rgba(0,0,0,.06),0 8px 10px rgba(0,0,0,.07)
}

.faq-link {
    position: relative;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    line-height: 1.5;
    list-style: none
}

.faq-link:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 10px;
    pointer-events: none;
    width: 13px;
    height: 12px;
    transition: .25s;
    background: url(/catalog/view/theme/default/image/sp_auto_seo_faq_arrow.png) no-repeat 50%;
}

.faq-open.faq-link:after {
	transform: rotate(180deg);
	transition: transform 0.5s;
}

.faq-text {
    font-size: 16px;
    margin-top: 10px
}

.faq-text ul li:before {
    content: '✓\00a0';
    display: inline-block
}

.faq-title {
    color: #000;
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px
}

.sp-seo-faq-block > ul {
	padding-left: 0;
}
