/*Q&A_プロフィールページ*/
.page_profile .box_qa .list_qa {
    border: 1px solid #ccc;
}

.page_profile .box_qa .li_qa {
    border-bottom: 1px solid #ccc;
}

.page_profile .box_qa .li_qa:last-child {
    border-bottom: 0;
}

.page_profile .box_qa .list_qa .ttl--qa,
.page_profile .box_qa .list_qa .txt--qa {
    display: block;
    font-size: var(--fs_n);
    line-height: 1.2em;
    padding-left: 0.5em;
}

.page_profile .box_qa .list_qa .ttl--qa {
    padding-top: 0.5em;
}

.page_profile .box_qa .list_qa .txt--qa {
    padding-bottom: 0.5em;
    padding-left: 3em;
}

/*旧女の子質問装飾*/
.girls-q {
    font-size: 15px;
}
.girls-q dl,
.girls-q dt,
.girls-q dd {
  box-sizing: border-box;
}
.girls-q h4 {
    display: none;
}
.girls-q .firstdl {
    border-top: 1px solid #ccc;
}
.girls-q dl {
    background: #eee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 0;
}
.girls-q dl dt {
    width: 40%;
    float: left;
    padding: 5px;
}
.girls-q dl dd {
    background: #fff;
    margin-left: 40%;
    padding-bottom: 10px;
    border-left: 1px solid #ccc;
    margin-bottom: 0;
    padding: 3px;
}
.girls-q dl dd:after {
    content: '';
    display: block;
    clear: both;
}
.girls-q dl:last-child {
    margin-bottom: 10px;
}


@media only screen and (min-width : 769px) {

    .page_profile .box_qa .list_qa .ttl--qa,
    .page_profile .box_qa .list_qa .txt--qa {
        line-height: 2em;
    }

    .page_profile .box_qa .list_qa .ttl--qa {
        padding-top: 0;
    }

    .page_profile .box_qa .list_qa .txt--qa {
        padding-bottom: 0;
        padding-left: 0.5em;
    }
}

.page_profile .box_qa .list_qa .ttl--qa {
    font-weight: bold;
}

@media only screen and (min-width : 769px) {
    .page_profile .box_qa .list_qa .ttl--qa {
        background: #eee;
        width: 40%;
        border-right: 1px solid #ccc;
    }

    .page_profile .box_qa .list_qa .txt--qa {
        width: 60%;
    }
}