
@charset "utf-8";
/*2507*/
.mobile .reviews_bnr_area .reviews_bnr .sPC{
	display: none;
}

.mobile .reviews_bnr_area{
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    z-index: 100;
    width: 100%;
}
.mobile .reviews_bnr_area .reviews_bnr{
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 50px;
}
.mobile .reviews_bnr_area .reviews_bnr:nth-child(1){
    background: #FF4D84;
}
.mobile .reviews_bnr_area .reviews_bnr:nth-child(2){
    background: #0082F2;
}
.mobile .reviews_bnr_area .reviews_bnr a{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
}

.mobile .reviews_bnr_area .reviews_bnr a img{
    max-width: 40px;
}
.mobile .reviews_bnr_area .reviews_bnr a p{
    margin-bottom: 0 !important;
}
.mobile .reviews_bnr_area .reviews_bnr:nth-child(1) a img{
    width: 35px;
}
@media screen and (max-width: 767.5px) {
    /*2507*/
    .reviews_bnr_area .reviews_bnr .sPC{
        display: none;
    }

    .reviews_bnr_area{
        position: fixed;
        left: 0;
        bottom: 0;
        display: flex;
        z-index: 100;
        width: 100%;
    }
    .reviews_bnr_area .reviews_bnr{
        position: relative;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        height: 50px;
    }
    .reviews_bnr_area .reviews_bnr:nth-child(1){
        background: #FF4D84;
    }
    .reviews_bnr_area .reviews_bnr:nth-child(2){
        background: #0082F2;
    }
    .reviews_bnr_area .reviews_bnr a{
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        color: #fff !important;
        text-decoration: none;
        font-size: 12px;
        line-height: 1.5;
        font-weight: bold;
    }

    .reviews_bnr_area .reviews_bnr a img{
        max-width: 40px;
    }
    .reviews_bnr_area .reviews_bnr a p{
        margin-bottom: 0 !important;
    }
    .reviews_bnr_area .reviews_bnr:nth-child(1) a img{
        width: 35px;
    }

}



