div#media .block-fixed-inquiry--item-list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
div#media .block-fixed-inquiry--close {
    position: absolute;
    top: -20px;
    right: 0;
    background: #000;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    width: 20px;
    height: 20px;
}
.is_show-block-fixed-inquiry div#media .block-fixed-inquiry {
    right: 0;
    opacity: 1;
}
div#media .block-fixed-inquiry {
    position: fixed;
    top: 30%;
    bottom: 45%;
    right: 0;
    width: 245px;
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .18);
    z-index: 101;
    opacity: initial;
    transition: .3s;  
}
div#media .block-fixed-inquiry--item-body {
    padding: 13px;
}
li.block-fixed-inquiry--item-list span {
    font-size: smaller;
}