@charset "UTF-8";

.structured-post-faq .structured-post-faq__box {
    margin: 0;
    line-height: 1;
    font-size: 1em;
    padding: 0;
}
.structured-post-faq .structured-post-faq__question {
    margin: 0;
    line-height: 1;
    padding: 0;
    font-weight: normal;
}
.structured-post-faq .structured-post-faq__answer {
    margin: 0;
    line-height: 1;
    padding: 0;
}
.structured-post-faq .structured-post-faq__box { 
    border-bottom: 1px #ddd solid;
    letter-spacing: 1px;
    line-height: 1.5;
}
.structured-post-faq .structured-post-faq__question {
    position: relative;
    cursor: pointer;
    font-size: 1.12em;
    padding: 15px 30px 15px 26px;
    transition: all .2s ease;
    line-height: 1.6;
}
.structured-post-faq .structured-post-faq__question:hover {
    opacity: .8;
}
.structured-post-faq .structured-post-faq__question.on {
    border-bottom: 1px dotted #eee;
}
.structured-post-faq .structured-post-faq__question::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-style: solid;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-color: transparent transparent transparent #949495;
    border-width: 4px 0 4px 6px;
}
.structured-post-faq .structured-post-faq__question-label {
    position: absolute;
    left: 0;
    top: 19px;
    line-height: 1;
}
.structured-post-faq .structured-post-faq__question.on::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.structured-post-faq .structured-post-faq__answer {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.2s ease;
    padding-left: 26px;
    padding-right: 26px;
    position: relative;
    line-height: 1.9;
}
.structured-post-faq .structured-post-faq__answer.on {
    height: auto;
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 20px;
}
.structured-post-faq .structured-post-faq__answer-label {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .2s ease;
    height: 0;
    overflow: hidden;
}
.structured-post-faq .structured-post-faq__answer.on .is-label {
    opacity: 1;
    top: 20px;
    height: auto;
}
.structured-post-faq .structured-post-faq__answer p {
    margin-bottom: 1.2em;
}
.structured-post-faq .structured-post-faq__answer p:last-child {
    margin-bottom: 0;
}
.structured-post-faq .structured-post-faq__answer p {
    margin-bottom: 1.2em;
}
.structured-post-faq .structured-post-faq__answer p:last-child {
    margin-bottom: 0;
}
.structured-post-faq .structured-post-faq__answer ul {
    margin-bottom: 1.2em;
}
.structured-post-faq .structured-post-faq__answer table {
    margin-bottom: 1.2em;
}



/* mobile */
@media screen and (max-width: 767px) {

    .structured-post-faq .structured-post-faq__box {
        border-bottom: 0.08em solid #ddd;
        letter-spacing: .008em;
    }
    .structured-post-faq .structured-post-faq__question {
        margin: 0;
        font-size: 1.1em;
        padding: 1.1em 1.5em;
        position: relative;
    }
    .structured-post-faq .structured-post-faq__question-label {
        position: absolute;
        left: 0;
        top: 1.26em;
    }
    .structured-post-faq .structured-post-faq__question.on {
        border-bottom: 0.08em solid #ddd;
    }
    .structured-post-faq .structured-post-faq__question::after {
        border-width: 0.22em 0 0.22em 0.35em;
    }
    .structured-post-faq .structured-post-faq__answer {
        opacity: 0;
        height: 0;
        overflow: hidden;
        transition: all 0.2s ease;
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    .structured-post-faq .structured-post-faq__answer.on {
        padding-top: 1.1em;
        padding-bottom: 1.1em;
    }
    .structured-post-faq .structured-post-faq__answer-label {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all .2s ease;
        height: 0;
        overflow: hidden;
    }
    .structured-post-faq .structured-post-faq__answer.on .is-label {
        opacity: 1;
        top: 1em;
        height: auto;
    }
    .structured-post-faq .structured-post-faq__answer.on {
        height: auto;
        opacity: 1;
    }
    

}
