@charset "utf-8";

.next-prev-prev.card-horizontal .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 1.5rem 1.0rem 1.5rem 3.5rem;
}

.next-prev-prev.card-horizontal .card-body::before {
    font-family: "Font Awesome 6 Free";
    content: "\f053";
    font-weight: bold;
    position: absolute;
    font-size: 2rem;
    top: calc(50% - 1rem);
    color: rgba(0,0,0,0.1);
    left: 1rem;
    transition: all .5s ease;
}
.next-prev-prev.card-horizontal .card-body:hover::before {
    left: 0.5rem;
}

.next-prev-prev.card-horizontal.vk_post .card-body .vk_post_title a {
    display: block;
    padding: 0;
}

.next-prev-next.card-horizontal .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 1.5rem 3.5rem 1.5rem 1.0rem;
}

.next-prev-next.card-horizontal .card-body::before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: bold;
    position: absolute;
    font-size: 2rem;
    top: calc(50% - 1rem);
    color: rgba(0,0,0,0.1);
    right: 1rem;
    transition: all .5s ease;
}
.next-prev-next.card-horizontal .card-body:hover::before {
    right: 0.5rem;
}

.next-prev-next.card-horizontal.vk_post .card-body .vk_post_title a {
    display: block;
    padding: 0;
}

.next-prev-prev.card-horizontal.vk_post .card-body .vk_post_title a::before,
.next-prev-next.card-horizontal.vk_post .card-body .vk_post_title a::before {
    /* リンクエリアを拡げる */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.next_prev_prev_text,
.next_prev_next_text {
    font-size: 0.8em;
    color: #999;
}

