@charset "utf-8";
/*======================



cookie.css
2021/8 cookie対応用css



======================*/
.ot-sdk-show-settings {
  display: block;
  width: 12%;
  background: #fff;
  position: fixed;
  bottom: 16px;
  left: 20px;
  text-align: center;
  padding:10px;
  z-index:10;
  color: #000;
  font-size: 12px;

}
.ot-sdk-show-settings:link, .ot-sdk-show-settings:visited, .ot-sdk-show-settingsa:hover, .ot-sdk-show-settings:active {
  color: #000;
  text-decoration: none;
}
.ot-sdk-show-settings:hover{
  color: #000;
  opacity: .7;
}


@media screen and (max-width: 768px) {
.ot-sdk-show-settings {
  display: block;
  width: 38%;
  background: #fff;
  position: fixed;
  bottom: 16px;
  left: 15px;
  text-align: center;
  padding:5px 5px;
}

}
