body.t-headerCenter .siteTitle {

    margin:unset;
    max-width:unset;
}

.t-logoSp40 .siteTitle__logo{
    width:100%;
}


/*
新着解決集
*/
.eyecatch-11{
    display:none;

}
body .content .archiveScode__contents{
    float:unset;
    width:100%;
}


@media only screen and (min-width: 768px){
    body .content .archiveScode__contents {
        width:100%;
    }
}

.faq_span_comment {
    font-weight: normal;
    color: #666;
    font-size: 90%;
}


h3.new-entry-item-title.es-BmarkQ{
    padding-left:40px;

}

h3.new-entry-item-title.es-BmarkQ::before {
    content: "Q";
    background: #0081ba;
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}

h3.new-entry-item-title.es-BmarkQ::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 10px;
    border: 5px solid transparent;
    border-top: 5px solid #0081ba;
}

.faq_pickup_list_excerpt{
    padding-left:40px;

}

.faq_pickup_list_excerpt.es-BmarkA::before{
    content: "A";
    background: #b60105;
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}

.faq_pickup_list_excerpt.es-BmarkA::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 10px;
    border: 5px solid transparent;
    border-top: 5px solid #b60105;
}

