@charset "UTF-8";

.content-body {
    padding: 0 50px;
}

.content-meta {
    line-height: 0;
    margin-bottom: 3em;
}

.content-meta time {
    display: inline-block;
    background-color: #2f4f51;
    border: 1px solid #2f4f51;
    color: #fff;
    line-height: 1.4;
    padding: 0 0.5em 1px;
    margin-right: 0.5em;
    margin-bottom: 5px;
    font-size: 90%;
}

.content-meta .category {
    display: inline-block;
}

.content-meta .category span {
    display: inline-block;
    border: 1px solid #136c5e;
    color: #136c5e;
    line-height: 1.4;
    padding: 0 0.75em 1px;
    margin-right: 0.5em;
    font-size: 90%;
}

.content-wrap {
    line-height: 2;
    font-size: 110%;
}

.content-wrap h2:before {
    content: '';
}

.content-wrap p {
    margin: 2em 0;
}

.content-wrap *:first-child {
    margin-top: 0;
}

.content-wrap a[href] {
    color: #136c5e;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.wp-block-image {
    margin: 2em 0;
}

.wp-block-image img {
    height: auto;
}

.prev_next {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 200px;
}

.prev-next-img {
    width: 90px;
    height: 100%;
}

.prev-next-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #fff;
}

.prev-next-img img.placeholder {
    object-fit: contain;
    padding: 20%;
}

.prev_next .prev-next-info {
    flex: 1;
    padding: 10px;
    line-height: 1.4;
}

.prev_next .prev small,
.prev_next .next small {
    display: block;
    margin-bottom: 5px;
}

.prev_next .next small {
    text-align: right;
}

.prev_next .prev .title,
.prev_next .next .title {
    padding: 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.prev_next .prev,
.prev_next .next {
    width: 49%;
    height: 90px;
    display: flex;
    color: #464646;
    background-color: #f1f1f1;
    border: 1px solid #e7e7e7;
}

.prev_next .prev {
    margin-right: 0.5%;
}

.prev_next .next {
    margin-top: 0;
    flex-direction: row-reverse;
}

/* 　＋＋＋＋＋＋＋　スマホ　＋＋＋＋＋＋＋　*/

@media screen and ( max-width: 1024px) {

    .content-body {
        padding: 0 20px;
    }

    .content-meta {
        font-size: 95%;
    }

    .content-wrap {
        font-size: 95%;
    }

    .prev_next {
        flex-wrap: wrap;
        margin-top: 100px;
    }

    .prev_next .prev,
    .prev_next .next {
        width: 100%;
        margin: 5px 0;
    }

}

/* ＋＋end＋＋　　　スマホ　　　＋＋end＋＋　*/

