<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 767px) {}

.sti_bnr_h01 a img {
    max-width: 255px;
    vertical-align: bottom;
}

.pconly {
    display: block;
}

.sti_bnr_h01 {
	display: block;
	max-width: 255px;
/*    box-shadow: 3px 3px 5px 0 rgb(0, 0, 0, 25%);*/
    position: fixed;
    bottom: 242px;
    right: 4px;
    z-index: 3;
	line-height: 0;
}

.sti_bnr_h01 &gt; a{
	display: block;
	line-height: 0;
}

img{
    height: auto;
    -webkit-backface-visibility: hidden !important;
    image-rendering: -webkit-optimize-contrast !important;
}

.sti_bnr_h01 &gt; div {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    background: #fff;
    border: 1px solid;
    border-radius: 20px;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 0px;
    z-index: 4;
}

@media only screen and (max-width: 767px){
	
    .sti_bnr_h01 a img {
    max-width: 250px;
}

    .sti_bnr_h01 {
        bottom: 65px;
        right: auto;
        left: 10px;
    }

    .sti_bnr_h01 &gt; div {
        top: -12px;
        right: 0;
    }

    .sponly {
    display: block !important;
    margin: 0 auto; 
    text-align: center; 
}
}

.pagetop {
    background: rgba(0, 0, 0, .1);
    cursor: pointer;
    display: block;
    height: 50px;
    position: fixed;
    right: 0;
    width: 50px;
    z-index: 3;
	bottom: 390px !important;
}




</pre></body></html>