@charset "UTF-8";

/* データ利用について */
.bpPrivacy {
  background:#ffffff;
  border-top:4px solid #ffcd05;
  box-shadow:0 2px 8px rgba(0,0,0,.24);
  display:none;
  padding:16px;
  position:fixed;
  z-index:100;
  bottom: 16px;
  right: 16px;
  width: 440px;
}
.bpPrivacy_message {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}
.bpPrivacy_buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}
.bpPrivacy_button-detail,
.bpPrivacy_button-close {
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.65;
  align-items: center;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  padding: 0 12px;
  vertical-align: bottom;
  white-space: nowrap;
}
.bpPrivacy_button-detail {
  background-color: #ffffff;
  color: #333333;
  font-weight: 500;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
}
.bpPrivacy_button-detail:hover {
  color: #333333;
  background-color: rgba(51,51,51,.06);
}
.bpPrivacy_button-close {
  background-color: #ffcd05;
  font-weight: 700;
  margin-left: 15px;
  border: none;
}
.bpPrivacy_button-close:hover {
  background-color: rgba(255,205,5,.6);
}
