@charset "utf-8";
/* CSS Document */

.guide-b{position: fixed;
  bottom: 130px;
  left: 5px;
  z-index:11;width:260px;}
.active{opacity: 1;visibility: visible;}

.guide-b:hover {opacity: 0.7;}
.guide-b img{width:230px;}

@media screen and (max-width: 767px) {
.guide-b{position: fixed;
  bottom: 90px;
  left: 5px;
  width:160px;}
  .guide-b img{width:145px;}}
  
  
  
.guide-fcsi{position: fixed;
  bottom: 140px;
  right: 5px;
z-index:11;width:263px;}
.active{opacity: 1;visibility: visible;}

.guide-b:hover {opacity: 0.8;}
.guide-b img{width:260px;}


@media screen and (max-width: 767px) {
.guide-fcsi{position: fixed;
bottom: 200px;
right: 5px;
z-index:10;width:220px;}
.guide-b img{width:220px;}}