.voice-cassette {
    display: flex;
    flex-wrap: wrap;
}
.voice-cassette .voice-cassette-box{
    margin: 30px 10px;
    width: 31.3%;
    position: relative;
}
.voice-cassette .voice-cassette-title{
    height: 40px;
    background-color: #A18243;
    color: #fff;
    text-align: center;
}
.voice-cassette .voice-cassette-title p{
    margin: 0;
    line-height: 40px;
}
.voice-cassette .voice-cassette-body{
    background-color: #F0F2F5;
    height: 95%;
    position: relative;
    padding: 24px;
}
.voice-cassette .voice-img img{
    width: 100%;
}
.voice-cassette .voice-text{
    margin: 20px 0;
}
.voice-cassette .voice-text .voice-menu{
    margin: 0;
    color: #A18243;
}
.voice-cassette .voice-text .review-text{
    margin: 0;
    width: 280px;
}
.voice-cassette .voice-btn{
    display: flex;
    justify-content: right;
    position: absolute;
    bottom: 4%;
    right: 5%;
}
.voice-cassette .voice-btn a{
    color: #72777D;
    margin-right: 15px;
    text-decoration: none;
}
.voice-cassette .voice-btn .arrow-icon img{
    position: absolute;
    bottom: 9%;
    right: 0;
    transform: translate(-50%,-50%);
}
.pagenavi{
    margin: 40px;
}
.pagenavi .wp-pagenavi .pages{
    display: none;
}
.pagenavi .wp-pagenavi .previouspostslink{
    display: none;
}
.pagenavi .wp-pagenavi .nextpostslink{
    display: none;
}
.pagenavi .wp-pagenavi a{
    border: 1px solid #000; 
    padding: 10px 20px;
    color: #000;
}
.pagenavi .wp-pagenavi span{
    border: 1px solid #000; 
    padding: 10px 20px;
}
.pagenavi .wp-pagenavi .current{
    color: #FFF;
    background-color: #000;
}

.pagenavi {
    margin: 40px 10px;
}

.wp-pagenavi span.current,  .wp-pagenavi a.page {
    padding:0;
    display:inline-block;
    width:48px;
    height:48px;
    text-align: center;
    line-height: 46px;
}

@media screen and (max-width: 768px){
    .voice-cassette {
        display: block;
    }
    .voice-cassette .voice-text .review-text{
        width: 100%;
    }
    .voice-cassette .voice-cassette-box{
        width: 100%;
        margin: 25px 0;
    }
    .voice-cassette .voice-btn{
        position:relative;
        bottom: 0;
        right: 0;
    }
    .voices-header .sp-display{
        width: 100%;
    }

    .wp-pagenavi {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }
    .wp-pagenavi span.current,  .wp-pagenavi a.page {
        padding:0;
        display:inline-block;
        width:44px;
        height:44px;
        text-align: center;
        line-height: 42px;
    }

    
}


.voices-header{
    text-align: center;
}
.voices-header .pc-display{
    height: 320px;
}

