.pFaq .faq-group > div{
    padding: 40px 0;
    border-bottom: 1px #E3E8E3 solid;
}
.pFaq .faq-group > div:first-child{
    border-top: 1px #E3E8E3 solid;
}
.pFaq .faq-group h3{
    background: url(/share/im-hanano/10_faq/ico-q.svg) no-repeat left top;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 20px;
    padding:0 0 0 40px;
}
.pFaq .faq-group > div > div{
    background: url(/share/im-hanano/10_faq/ico-a.svg) no-repeat left top;
    background-position: 0 7px;
    padding:0 0 0 40px;
    font-size: 15px;
    line-height: 2.2em;
}
.pFaq .faq-group a{
    text-decoration: underline;
}
.pFaq .faq-group li {
    position: relative;
    padding-left: 25px;
}
.pFaq .faq-group li::before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 1px;
    width: 12px;
    background-color: var(--cl-pageink);
    top: .8em;
    left: 0;
}

.pFaq article.psec:last-child{
    margin-bottom: 200px;
}

@media (max-width: 640px){
    .psec{
        margin-top: 120px !important;
    }
    .pindex .psec h2{
        padding: 42px 0 !important;
        margin: 0 !important;
    }
    .pFaq article.psec:last-child{
        margin-bottom: 120px;
    }
}

/**/
@media only screen and (min-width:1000px) {
    .lo-right {
        padding-right: var(--u-gc);
    }
}