@charset "utf-8";
/*======================
cookie.css
2021/8 cookie対応用css
======================*/

.ot-sdk-show-settings {
  display: block;
  width: 120px;
  background: #f00;
  position: fixed;
	left:10px;
	bottom:10px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  z-index: 10;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .ot-sdk-show-settings {
    display: block;
    width: 100px;
    background: #f00;
    position: fixed;
    line-height: 1;
    bottom: 7.5px;
    left: 7.5px;
    text-align: center;
    padding: 6px 0px;
    font-size: 11px;
  }
}

.ot-sdk-show-settings:hover {
  color: #fff;
  opacity: .7;
}