@charset "utf-8";
/* CSS Document */

.guide-b{position: fixed;
  bottom: 210px;
  left: 5px;
  background-color: lightblue;
  padding: 10px;
  border: 1px solid black;z-index:10;width:243px;}
.active{opacity: 1;visibility: visible;}

.guide-b:hover {opacity: 0.7;}


@media screen and (max-width: 767px) {
.guide-b{position: fixed;
  bottom: 80px;
  left: 5px;
  background-color: lightblue;
  padding: 10px;
  border: 1px solid black;z-index:10;width:180px;}}