@charset "utf-8";
/*======================



cookie.css
2021/8 cookie対応用css



======================*/
.ot-sdk-show-settings {
  display: block;
  width: 10%;
  background: #000;
  position: fixed;
  bottom: 2%;
  left: 110px;
  text-align: center;
  padding:10px;
  z-index:2;
  color: #fff;
  font-size:10px;
}

.ot-sdk-show-settings:hover{
  color: #fff;
  opacity: .7;
}

@media screen and (max-width: 768px) {
.ot-sdk-show-settings {
  display: block;
  width: 42%;
  background: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  padding:3px 5px;
}

}