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

.contact_box {
/*	background: #0099ff;*/
	background: #004b96;
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
}

.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) {

	.pagetop {
		bottom: 90px;
	}

	.foot {
		padding-bottom: 80px;
	}

	.contact_box &gt; div &gt; a {
		background: #004b96;
	}

	.contact_box &gt; div &gt; a:nth-of-type(2) &gt; p {
		color: #004b96;
	}

/*
	.contact_box &gt; div &gt; a:nth-of-type(2) &gt; img {
		filter: brightness(1.5) invert(0) hue-rotate(60deg);
	}
*/
	
	.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;
    left: 0;
    width: 50px;
    z-index: 3;
	bottom: 75px !important;
    }
	
/*
	.contact_box &gt; div &gt; a:nth-of-type(2) &gt; img {
    filter: brightness(70%) invert(0) hue-rotate(80deg);
}
*/

}

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


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