@charset "UTF-8";

.single .post-information {
    display: table;
    margin: 3.96825% 0
}

.single .post-date {
    display: table-cell;
    text-align: left;
    vertical-align: middle
}

.single .post-date:after {
    display: inline-block;
    content: '　';
    vertical-align: middle
}

.single .post-category {
    display: table-cell;
    vertical-align: middle;
    height: 24px;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    background-color: #0074c6
}

.single .post-contents {
    text-align: left;
    font-weight: 400;
    line-height: 1.6
}

.single .post-contents img {
    width: auto;
    margin-bottom: 10px
}

.single .post-contents p {
    line-height: 1.8
}

.single .post-contents p+p {
    margin-top: 10px
}

.single .new {
    color: #0074c6
}

@media screen and (min-width:768px) {
    .single .post-information {
        margin: 0 0 30px;
        font-size: 1.8rem
    }

    .single .post-date {
        padding-right: 40px
    }

    .single .post-date:after {
        content: none
    }

    .single .post-category {
        height: 30px;
        padding: 0 20px
    }

    .single .post-contents {
        font-size: 1.8rem
    }

    .single .post-contents img {
        width: auto;
        margin-bottom: 10px
    }

    .single .post-contents p {
        line-height: 1.8
    }

    .single .post-contents p+p {
        margin-top: 10px
    }
}