.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.main_container{
    padding: 140px 0 0 0;
}

.sidemenu_block{
    padding: 120px 0 30px 0;
}

/*-------------------------title-------------------------*/
.voice_title_wrapper{
    padding: 20px 35px 0 35px;
}

.voice_title{
    width: 740px;
    height: 355px;
    background: url(../img/voice_mv_pc.jpg) no-repeat;
}

/*-------------------------list refine-------------------------*/

.voice_contents_wrapper{
    padding: 0 35px;
}

.voice_list_refine{
    display: flex;
    width: 720px;
    margin: 0 auto;
}

.refine_selectbox {
    overflow: hidden;
    width: 90%;
    max-width: 160px;
    margin: 2em auto;
    text-align: center;
}
.refine_selectbox select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    text-indent: 0.2em;
    color: #9e7478;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.refine_selectbox select::-ms-expand {
    display: none;
}
.refine_selectbox {
    position: relative;
    border-bottom: 1px solid #dec0c4;
    border-radius: 2px;
    background: #ffffff;
    padding:2px 0;
    width: 100%;
}
.refine_selectbox:hover{
    background: #fcf0f0;
}
.refine_selectbox::before {
    position: absolute;
    top: 0.5em;
    right: 0;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #db9da5;
    pointer-events: none;
}

.filter_submit{
    display: block;
    width: 174px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 6px 0;
    border-radius: 4px;
    background: #ee4d60;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}
.filter_submit:hover{
    background: #ff5f66;
}

.btn_show_filter{
    display: none;
}

.btn_close{
    display: none;
}

.category_name_wrapper{
    margin-bottom: 20px;
}

.select_category_tags{
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #ee4d60;
    border-radius: 4px;
    color: #ee4d60;
    line-height: 1;
    padding: 0 5px;
}

.select_category_tags:hover{
    opacity: 0.6;
}

.btn_clear{
    margin-left: 5px;
    cursor: pointer;
    font-size: 20px;
    vertical-align: middle;
}

/*-------------------------voice list-------------------------*/

.voice{
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    animation: fadeIn 0.3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.voice_list{
}

.voice_main{
    /*min-width: 357px;*/
    padding-left: 20px;
    flex: 1;
}

.photos{
    display: flex;
    flex-wrap: wrap;
}

.popup_photo{
    display: block;
    overflow: hidden;
    position: relative;
    background-size: cover;
}

.photo_wrapper{
    position: relative;
}

.popup_photo::after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 4px;
    bottom: 4px;
    background: url(../img/ico_loupe.png) no-repeat;
    background-size: cover;
    z-index: 130;
}

.popup_photo img{
    width: 100%;
}

.photo_num1 .popup_photo{
    width: 160px;
    height: 160px;
}

.photo_num2 .popup_photo{
    width: 130px;
    height: 130px;
    margin-right: 10px;
}
.photo_num2 .popup_photo:nth-child(even){
    margin-right: 0;
}

.photo_num3 .popup_photo,
.photo_num4 .popup_photo,
.photo_num5 .popup_photo{
    width: 100px;
    height: 100px;
}

.photo_num3 .popup_photo{
    margin-right: 10px;
    margin-bottom: 10px;
}

.photo_num4{
    width: 220px;
}

.photo_num4 .popup_photo{
    margin-right: 10px;
    margin-bottom: 10px;
}

.photo_num5{
    width: 330px;
}

.photo_num5 .popup_photo{
    margin: 0 10px 10px 0;
}

.place{
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    color: #ed384d;
    line-height: 1;
    text-decoration: none;
}
.place:hover{
    opacity: 0.6;
}

.ico_face{
    vertical-align: middle;
    width: 16px;
    margin-right:4px;
}

.voice_text_wrapper{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    background: #ede6e8;
    border-radius: 6px;
}
.voice_text_wrapper::before{
    content: "";
    position: absolute;
    top: 20px;
    left: -8px;
    display: block;
    width: 16px;
    height: 16px;
    background: #ede6e8;
    transform: rotate(45deg);
    z-index: 1;
}

.voice_text{
    padding: 18px 16px;
    color: #211b1d;
}

/*tags*/
.attach_tag{
    font-size: 10px;
    float: left;
    margin-right: 10px;
}

.attach_tag a{
    display: block;
    padding: 4px 10px;
    text-decoration: none;
    color: #b48589;
    border: 1px solid #dec0c4;
    border-radius: 50px;
}
.attach_tag a:hover{
    background: #ee4d60;
    border: 1px solid #ee4d60;
    color: #FFF;
}
.attach_tag a::after{
    display: inline-block;
    content:"";
    width: 5px;
    height: 8px;
    margin-left: 5px;
    background: url(../img/ico_arrow.png) no-repeat;
    background-size: contain;
}
.attach_tag a:hover::after{
    background: url(../img/ico_arrow2.png) no-repeat;
    background-size: contain;
}

.pagenation {
    clear:both;
    margin:30px 0;
    text-align:center;
}

.pagenation span {
    margin:5px;
    padding:5px 8px;
    color:#b48589;
    border: 1px solid #dec0c4;
    border-radius: 4px;
}
.pagenation span:hover {
    cursor:pointer;
    color:#FFF;
    background:#b48589;
    border-color: #b48589;
}

.pagenation span.current {
    color:#b48589;
    background:none;
    border: none;
    border-bottom: 1px solid #dec0c4;
    border-radius: 0;
}
.pagenation span.current:hover {
    cursor:default;
}

.pagenation span.invalid {
    color:#dec0c4;
    background:none;
    border: none;
}
.pagenation span.invalid:hover {
    cursor:default;
}

.pagenation span.ellipsis {
    color:#000;
    background:none;
}
.pagenation span.ellipsis:hover {
    cursor:default;
}


/*counter*/

.list_bottom_content{
    position: relative;
}

.counter_wrapper{
    position: absolute;
    color: #b48589;
}

/*nodata*/
.nodata{
    text-align: center;
    padding: 50px 0;
    font-size: 14px;
}

/*category*/
.category_name{
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1;
}

.category_name span{
    margin-right: 10px;
    display: inline-block;
    padding: 4px 0;
}

.category_name a{
    display: inline-block;
    padding: 4px 6px;
    border: 1px solid #b32020;
    border-radius: 4px;
    font-size: 14px;
    color: #b32020;
    cursor: pointer;
}
.category_name a:hover{
    opacity: 0.7;
}

.category_name img{
    display: inline;
    vertical-align: middle;
    width: 10px;
    margin-right: 5px;
}


/*------------------------modaal---------------------------*/
.modaal-wrapper{
    z-index: 210003;
}

.modaal-overlay{
    z-index: 210002;
}


/*--------------------------banner---------------------------*/
.bnr_jireisyu_sp{
    display: none;
}

.bnr_jireisyu_pc{
    width: 442px;
    margin: 0 auto;
    padding: 60px 0;
}
.bnr_jireisyu_pc:hover{
    opacity: 0.8;
}