@charset "utf-8";
.main_vi_img img {
    width: 100%;
    height: auto;
}
.bnr_kintone_info {
    width: min(90%, 639px);
    margin: 2.5em auto 2em;
}
.bnr_kintone_info a {
    position: relative;
    display: block;
    width: 100%;
    transition: .2s;
}
.bnr_kintone_info a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/-/Media/Ricoh/Sites/co_jp/service/ricoh-kintone-plus/img/bnr_kintone_info_s.png") no-repeat top left;
    background-size: 100% auto;
    transition: .2s;
}
.bnr_kintone_info img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
}
@media (hover: hover) {
    .bnr_kintone_info a:hover {
        transform: translate(5px, 5px);
    }
    .bnr_kintone_info a:hover:before {
        transform: translate(-5px, -5px);
        opacity: 0;
    }
}