.cookie {
  width: 100%;
  background-color: #666666;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  height: auto;
  position: fixed;
  bottom: 0px;
  z-index: 9999;
}

.cookie2 {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
}

.cookie_box {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.cookie_box table {
  width: 95%;
  margin: 0 auto;
  height: auto;
}

tbody tr td {
  padding: 0px;
  margin: 0px;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  font-size: 0px;
  border: 0px;
  line-height: 0px;
}

tr td .cookie_txt {
  color: #ffffff;
  line-height: 150%;
  float: left;
  clear: left;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
  padding-right: 2%;
  height: auto;
}

.cookie_txt {
  color: #ffffff;
  font-size: 1.3vw;
  line-height: 150%;
  float: left;
  clear: left;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
  width: 100%;
  padding-right: 2%;
}
.cookie_txt a {
  color: #ffffff;
  text-decoration: underline;
}

.cookie_btn {
  width: 90%;
  border-radius: 30px;
  background-color: #d0141a;
  border-width: 0px;
  border-style: none;
  height: auto;
  text-align: center;
}

@media (min-width: 1440px) {
  .cookie_txt {
    font-size: 16px;
    color: #ffffff;
    line-height: 150%;
    float: left;
    clear: left;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    width: 100%;
    padding-right: 2%;
  }
}

.pc {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.mobile {
  display: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

button:hover {
  background-color: #ff1c1c;
  -webkit-box-shadow: 0pt 3px #c10003;
  box-shadow: 0pt 3px #c10003;
}

@media (max-width: 768px) {
  .pc {
    display: none;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .mobile {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
    line-height: 0px;
  }
  .cookie2 {
    width: 100%;
    height: auto;
    padding-bottom: 5%;
    max-width: 768px;
  }
  .cookie_txt {
    font-size: 3.1vw;
    text-align: justify;
    line-height: 150%;
  }
  .cookie_btn {
    width: 25%;
    height: auto;
    margin-left: 37.5%;
    margin-right: 37.5%;
    border-radius: 50px;
  }
  button:hover {
    background-color: #ff1c1c;
  }
}
