
/* ------------------------------------------------- */
/* モック追加css 一覧ページ　*/
/* ------------------------------------------------- */
.archiveList-rensai .archiveList__thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    max-height: 260px;
    /* height: 100%; */
    height: 260px;
}
.archiveList-rensai .archiveList__thumbnail img {
    max-height: 260px;
    object-fit: contain;
}
@media screen and (max-width:767px) {
    .archiveList-rensai .archiveList__thumbnail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 120px;
        /* max-height: 156px; */
        height: 100%;
    }
    .archiveList-rensai .archiveList__content p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}


/* ------------------------------------------------- */
/* モック追加css 記事ページ　*/
/* ------------------------------------------------- */
.section{
    margin-bottom: 80px;
}
/* コンセプト説明 */
.concept__box{
    width: 100%;
    max-width: 620px;
    margin: 0 auto 20px;
    background: #fff;
    padding: 30px;
}
@media screen and (min-width:1280px) {
  .concept__box{
    transform: translateX(30px);
  }
}
/* 見出しタイトル */
.heading--3-center, .heading--4-center{
    text-align: center;
}
.heading--4-rensai{
    font-size: 2.2rem;
}
.single-sukimabooks .heading--4-rensai{
    line-height: 1.87;
    font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
    .heading--4-rensai{
        font-size: 2.0rem;
    }
    .single-sukimabooks .heading--4-rensai{
        line-height: 1.85;
        font-size: 1.4rem;
    }
}

.cover__hero_add{
    margin-bottom: 0;
}
/* 本文内 */
.postContent.postContent-rensai .caption_box{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.postContent.postContent-rensai img{
    display: block;
    margin: 0 auto 10px;
}
.postContent.postContent-rensai a{
    /* display: inline-block; */
    /* margin: 0 0 10px; */
    border-bottom: 1px solid #142850!important;
    /* text-decoration: underline !important; */
}
.postContent.postContent-rensai a:hover{
    /* border-bottom: none !important; */
    border-bottom: 1px solid transparent!important;
}
.postContent.postContent-rensai .caption_box p{
    margin: 0 0 20px;
}
.postContent figcaption,
.postContent.postContent-rensai figcaption {
    font-size: 1.4rem;
}
.postContent figure.wp-caption.aligncenter,
.postContent.postContent-rensai figure.wp-caption.aligncenter {
    margin: 0 auto;
}
/* 記事の前後遷移ボタン */
.btn__group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    justify-content: space-evenly;
}
.btn__group_item{
    width: 47%;
}
.btn__group_item.btn__group_item-prev{
}
.btn__group_item.btn__group_item-next{
}
.btn-prev, .btn-next{
    border: 2px solid #fff450;
    display: flex;
    font-size: 1.6rem;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    line-height: 1.45;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    width: 100%;
    color: #3b4043;
    transition: background-color .3s;
}
.btn-prev p, .btn-next p{
    font-weight: 700;
}
.btn-prev:hover {
    background-color: #fff450;
}
.btn-next:hover {
    background-color: #fff450;
}
.article__prev, .article__next{
    width: 25%;
    margin: 0 auto;
}

.article__prev_ttl, .article__next_ttl{
    max-width: 160px;
    width: 60%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 0 auto;
}
.btn-prev {
    padding: 15px 20px 15px 30px;
}
.btn-next {
    padding: 15px 30px 15px 20px;
}
.btn__group_item.btn__group_item-prev .icon--arrowLeft::before {
    content: "";
    transform: rotate(180deg);
}
.btn__group_item.btn__group_item-prev .icon--arrowLeft {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem;
    left: 20px;
    width: 10px;
    height: 10px;
}
/* 目次ページへのリンク */
.linkcard__article_list{
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    opacity: 1;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.linkcard__article_list:hover{
    opacity: .8;
    border: 1px solid #fff450;
}
.linkcard__article_list h4{
    text-align: center;
    margin: 20px auto;
}
.linkcard__article_list .imgPlaceHolder__image{
    position: unset;
}
.linkcard__article_list .imgPlaceHolder{
    padding-bottom: unset;
}
.linkcard__article_list .cover__hero {
    width: 100%;
    max-width: unset;
}
.linkcard__article_list img{
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

@media screen and (max-width:767px) {
    .article__prev_ttl, .article__next_ttl {
        display: none;
    }
    .article__prev, .article__next {
        width: 100%;
        margin: 0 auto;
    }
}

/* add */
.sharePosts--right {
    justify-content: flex-end;
}