@charset "UTF-8";

#mv_outer::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 100px;
    height: 100px;
    background-image: url(/common/upload_data/ishihara-cljp/image/20260527152801.png);
    background-size: contain;
    z-index: 6;
    background-repeat: no-repeat;
}
@media screen and (max-width:400px) {
 #mv_outer::after {
    width: 50px;
    height: 50px;
}
}