@charset "UTF-8";

.RWDnews019 {
    position: fixed;
    padding: 0 0 0;
    display: block;
    margin: 0 auto 0;
    width: auto;
    right:20px;
    bottom:30px;
    color: #333333;
    letter-spacing: .05em;
    z-index: 20;
}
.RWDnews019 .news19__item{
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    position: relative;
    z-index: 8;
}
.RWDnews019 .news19__item.showit{
    z-index: 10;
}
.RWDnews019 .news19__item .icon{
    display: block;
    position: relative;
    cursor: pointer;
    z-index: 10;
}

.RWDnews019 .news19__item .img {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex
;
    background: #FFFFFF;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 50%;
    box-shadow: 4px 3px 8px rgb(0 0 0 / 20%);
    padding: 10px;
    right: 2px;
    top: 0;
    z-index: 11;
    cursor: pointer;
    transition: opacity .5s ease;
    border: 1px solid #eee;
}


.RWDnews019 .news19__item .icon .name{
    font-size: 15px;
    line-height: 21px;
    position: relative;
    background: #F2F2F2;
    border-radius: 40px;
    height: 54px;
    padding-right: 60px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-weight: bold;
    opacity: 0;
    transition: all .8s ease;
    top: -2px;
    font-weight: 400;
}
.RWDnews019 .news19__item.showit .icon .name{
    opacity: 0;
    visibility: hidden;
}
.RWDnews019 .news19__item.showit .img{
    opacity: 0;
    right: 100%;
    transition: all .5s ease;
}
.RWDnews019 .news19__item.showit .controls{
    pointer-events: none;
}

.RWDnews019 .news19__item.name_style .icon{
    position: relative;
}
.RWDnews019 .news19__item.name_style .name{
    position: relative;
    opacity: 1;
}

.RWDnews019 .news19__item .popup_box{
    position: absolute;
    bottom: 0;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    background: #E5E5E5;
    z-index: 5;
}
.RWDnews019 .news19__item .popup_box .popup_img{
    max-width: 500px;
}
.RWDnews019 .news19__item .popup_box .memo{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #333333;
    display: block;
    padding-top: 15px;
}
.RWDnews019 .news19__item .popup_box .close_btn{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 18px;
    z-index: 5;
    cursor: pointer;
}
.RWDnews019 .news19__item .popup_box .close_btn::after{
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    border: 2px solid;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
    right: 3px;
}

.RWDnews019 .news19__item .popup_box .title{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    
    padding-right: 30px;
}
.RWDnews019 .news19__item .popup_box .title .title_img{
    max-width: 32px;
}
.RWDnews019 .news19__item .popup_box .title .title_name{
    margin-left: 12px;
    position: relative;
}


@media only screen and (min-width:1200px) {
    .RWDnews019 .news19__item:hover .name{
        opacity: 1;
    }
    .RWDnews019 .news19__item.name_style:hover .name{
        background-color: #BDBDBD;
    }
}



@media (max-width: 650px) { 

    .RWDnews019 {
        bottom: 80px;
        right: 12px;
    }


}