@charset "Shift_JIS";
/* ----Cookieポリシー同意---- */
#cookieBox{
  display: inline-block;
}
.block-cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 0;
  width: 50%;
  font-size: 13px;
  color: #fff;
  background: rgba(0,0,0,.7);
  padding: 1.2em;
  box-sizing: border-box;
  visibility: visible;
  text-align: left;
  z-index:1100;
  margin: 0 0 0 10px;
}
.block-cookie-consent--text a {
  color: #fff;
}
.block-cookie-consent--btn {
  display: inline-block;
  min-width: 100px;
  color: #fff;
  background: dodgerblue;
  padding: .5em 1.5em;
  cursor: pointer;
  text-align: center;
}

@media (max-width : 768px) {/* スマホのみ */
  #cookieBox{
    display: flex;
  }
  .block-cookie-consent {
     display:inline-block;
    /* justify-content: space-between; */
    /* align-items: center; */
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 13px;
    color: #fff;
    background: rgba(0,0,0,.7);
    padding: 1.2em;
    box-sizing: border-box;
    visibility: visible;
    text-align: right;
    z-index: 1100;
    margin: 0;
}
.block-cookie-consent a{
    color: #fff;
  }
.buttonArea{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block-cookie-consent--text{
    text-align: left;
}
.block-cookie-consent--btn {
    display: inline-block;
    min-width: 110px;
    color: #fff;
    background: dodgerblue;
    padding: .5em 0;
    cursor: pointer;
    text-align: center;
    margin:5px 0 0 10px;
}
}
