.float-button__wrap {
	display: none;/*ŏ͉B*/
    width: 260px;
    height: 40px;
    position: fixed;
    bottom: 20%;
    left: 10px;
    z-index: 1000;
}
.float-button__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #0069b3 ;
    color: #fff;
}

@media screen and (max-width: 568px) {
  .float-button__wrap {
    bottom: 10%;
  }
}

/* # sourceMappingURL=tocorpo.css.map */
