@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------
floating
---------------------------------------------------------------------- */
.bnr_floating01 {
    position: fixed;
    right: 10px;
    bottom: 100px;
    /* width: 225px;
    height: 225px; */
	    z-index: 100;
        margin-bottom: -97px;
}
.bnr_floating01 a {
    display: block;
}
.bnr_floating01 a:hover img{
    opacity: 0.7;
}
.bnr_floating01 .floating_close {
    font-size: 0px;
    width: 47px;
    height: 47px;
    border: none;
    background: linear-gradient(to left, #2d77c1, #68fac2);
    box-shadow: 0 10px 15px rgb(110 221 235 / 53%);
    position: absolute;
    margin-top: -14px;
    margin-left: 320px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}
.bnr_floating01 .floating_close:hover {
    opacity: 0.7;
}
.bnr_floating01 .floating_close:before,
.bnr_floating01 .floating_close:after {
    width: 20px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: 23px;
    left: 14px;
    content: "";
    transform: rotate(45deg);
}
.bnr_floating01 .floating_close:after {
    transform: rotate(-45deg);
}
.bnr_floating01.none {
    display: none !important;
}