@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}.pb-popup-overlay {
  position: fixed;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
  top: 0;
  left: 0;
  min-width: 150px;
  max-width: 100%;
  z-index: 1002;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .pb-popup-overlay {
    max-width: 95% !important;
    width: 100% !important;
    left: 2.5% !important;
    top: 10px !important;
  }
}
.pb-popup-overlay > .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  background-image: url(./close.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
}
.pb-popup-overlay img {
	position: relative;
	display: block;
  max-width: 100%;
  height: auto;
}
.pb-popup-overlay > .warp {
  min-height: 150px;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pb-popup-overlay .content {
  width: 100%;
  flex-grow: 1;
}
.pb-popup-overlay .content > p:last-child {
  margin-bottom: 0;
}

.pb-popup-overlay .bottom {
  width: 100%;
  font-size: 13px;
  text-align: center;
  padding: 4px 0px;
  background-color: #efefef;
}
.pb-popup-overlay .bottom .cookie-close-link {
  margin-top: 3px;
  display: inline-block;
  color: #3a3a3a;
}
