/*--------------------------------------------------------------------------------
　▼ よみもの 詳細
--------------------------------------------------------------------------------*/
.cate-list {
    margin: 20px auto 50px;
    text-align: center;
}

.cate-list > li {
    background: none;
    margin: 0 auto;
}

.cate-list > li:nth-child(2) {
    margin: 0 15px;
}

.cate-list > li > a {
    background-color: #510121;
    border-radius: 23px;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    min-width: 190px;
    padding: 16px 20px;
    text-decoration: none;
}

.single-wrap {
    border-bottom: 1px solid #707070;
    padding-bottom: 50px;
}

.single-wrap .page-title {
    color: #8C2D54;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}

.single-wrap .blog-title {
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
    font-size: 2rem;
    font-weight: bold;
    margin: 10px auto 5px;
    padding: 10px 0;
    text-align: center;
}

.single-wrap .blog-data {
    color: #5C5C5C;
    font-weight: bold;
    padding: 0 0 20px;
    text-align: center;
}

.single-wrap .blog-text {
    font-size: 1.6rem;
    margin: 20px 0 0;
}

.single-wrap .blog-text p {
    margin-bottom: 20px;
}

.paging > li {
    background: none;
    border-radius: 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.paging > .prev,
.paging > .next {
    width: 35%;
}

.paging > .prev a span {
    color: #8C2D54;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-decoration: underline;
    text-align: left;
    vertical-align: top;
    width: 75%;
}

.paging > .prev a span:nth-child(2) {
    background-color: #510121;
    border-radius: 5px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    width: 10%;
}

.paging > .current {
    display: inline-block;
    margin: 0 3%;
    padding: 0;
    vertical-align: top;
    width: 24%;
}

.paging > .current a {
    background-color: #510121;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.paging > .next a span {
    color: #8C2D54;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-decoration: underline;
    text-align: left;
    vertical-align: top;
    width: 75%;
}

.paging > .next a span:nth-child(1) {
    background-color: #510121;
    border-radius: 5px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    width: 10%;
}


@media screen and (max-width: 767px) {

    .cate-list > li {
        min-width: 0;
        width: 30%;
    }

    .cate-list > li:nth-child(2) {
        margin: 0 5%;
    }

    .cate-list > li > a {
        font-size: 1.2rem;
        min-width: 0;
        padding: 10px 0;
    }

    .single-wrap .page-title {
        font-size: 2rem;
    }

    .single-wrap .blog-title {
        font-size: 1.6rem;
    }

    .single-wrap .blog-text {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .paging {
        margin: 50px auto 60px auto;
    }

    .paging > .prev a span,
    .paging > .next a span {
        font-size: 1rem;
        line-height: 1.54rem;
    }

    .paging > .current a {
        font-size: 1.2rem;
    }
}