#cookie-notice {
  background-color: #ffffffe6 !important;
  font-family:
    Zen Kaku Gothic New,
    Helvetica Neue,
    Arial,
    Noto Sans JP,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    BIZ UDPGothic,
    Meiryo,
    sans-serif;
  font-size: 14px;
}
#cookie-notice .cookie-notice-container {
  padding: 2.4em 4em;
}
#cookie-notice .cn-button:not(.cn-button-custom) {
  margin-bottom: 0.8em !important;
  color: #fff;
}
#cookie-notice:not(.cookie-notice-hidden) .cookie-notice-container {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 3.2em;
  text-align: left;
}

.cn-text-container {
  margin-bottom: 0;
  text-align: left;
  line-height: 1.75;
}
.cn-text-container a {
  color: var(--link_color);
}
.cn-buttons-container {
  flex-shrink: 0;
}
.cn-close-icon {
  top: 1.6em;
  margin-top: 0;
}

@media screen and (max-width: 991.555px) {
  #cookie-notice .cookie-notice-container {
    flex-direction: column;
    align-items: center;
    gap: 0.8em;
  }
  #cookie-notice .cookie-notice-container #cn-notice-buttons {
    margin-bottom: -0.8em !important;
  }
}

@media screen and (max-width: 767.555px) {
  .cn-close-icon {
    top: 0.8em;
    right: 0.8em;
  }
}