@charset "utf-8";
/*======================



cookie.css
2021/8 cookie追加用css



======================*/
.ot-sdk-show-settings {
  display: block;
  width: 12%;
  min-width: 10em;
  /*text-decoration: none;*/
  background: #000000;
  position: fixed;
  bottom: 2%;
  left: 2%;
  text-align: center;
  padding:10px;
  z-index:10;
  color:#fff;

}
.ot-sdk-show-settings:link, .ot-sdk-show-settings:visited, .ot-sdk-show-settings:hover, .ot-sdk-show-settings:active {
  color:#fff;
}

@media screen and (max-width: 768px) {
  .ot-sdk-show-settings {
    display: block;
    min-width: 0em;
    width: 42%;
    /*background: #c0153e;*/
    position: fixed;
    bottom: 0;
    left: 1%;
    text-align: center;
    padding:3px 5px;
  }

}
.globalFooter {
  padding-bottom: 3em;
}