@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */



.pagetop2 {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.pagetop2 span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #009c6f;
    color: #ffffff;
    font-weight: bold;
    display: block;
    padding: 14px;
    font-size: 1.5em;
}


/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 468px){
}