@charset "UTF-8"; /* index
/////////////////////////////////////////////////////////////////////////////////// */

.contents__header--comment {
    position: relative;
    padding-left: 2.4em;
    padding-right: 3.1em;
    margin: 1em 0 0.8em 0;
    font-weight: 700;
}

.contents__header--comment::before {
    position: absolute;
    background-image: url("../img/ico_comment.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 56px;
    content: "";
    top: 0;
    right: auto;
    left: 0;
    bottom: 0;
    margin: auto;
}

.contents__header--pick {
    position: relative;
    padding-left: 2.4em;
    padding-right: 3.1em;
    margin: 1em 0 0.8em 0;
    font-weight: 700;
}

.contents__header--pick::before {
    position: absolute;
    background-image: url("../img/ico_other.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 46px;
    height: 42px;
    content: "";
    top: 0;
    right: auto;
    left: 0;
    bottom: 0;
    margin: auto;
}
.profile__inner{
	margin: 0 0  2em 0;;
}
.p__text{
	margin: 0 0 2em 0;
}

.clearfix{
    display: flow-root;
}

@media screen and (min-width: 48em) {
    .contents__header--comment::before {
        width: 46px;
        height: 35px;
        top: 0;
    }
    .contents__header--comment{
        padding-right: 1.9em;
    }
}

/* 質問 */

.contents__header-inner{
    display: flex;
    flex-flow: column;
}

@media screen and (min-width: 48em) {
    .contents__header-inner{
        display: flex;
        flex-flow: row;
        align-items: center;

        .profile__img{
            margin-right:.6em;
        }
    }
}
