.cookie_consent-network_rule-wrapper:not(
  .cookie_consent-network_rule-wrapper--sp
) {
  position: relative;
}
.cookie_consent-network_rule-wrapper:not(
    .cookie_consent-network_rule-wrapper--sp
  )
  .verification-image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cookie_consent-network_rule {
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.5;
  /* white-space: pre-wrap; */
  pointer-events: all;
  width: 100%;
}
.cookie_consent-network_rule__link-event {
  text-decoration: underline;
  cursor: pointer;
}
.cookie_consent-network_rule--other .cookie_consent-network_rule__title {
  /* margin: unset; */
  padding: unset;
  border: unset;
  border-radius: unset;
  box-sizing: inherit;
  /* font-size: inherit; */
  font-family: inherit;
  font-weight: 400;
  /* line-height: inherit; */
  letter-spacing: inherit;
  color: inherit;
  background: inherit;
  margin: 0 0 1em;
  padding-top: 0.5em;
  font-size: 21px;
  line-height: 1.4;
  text-align: center;
}
.cookie_consent-network_rule--other .cookie_consent-network_rule__description {
  max-width: 720px;
  margin: 0 auto 2.5em;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}
.cookie_consent-network_rule--other .cookie_consent-network_rule__description a,
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__description
  button {
  margin: unset;
  padding: unset;
  border: unset;
  border-radius: unset;
  box-sizing: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  background: inherit;
}
/* .cookie_consent-network_rule--other
        .cookie_consent-network_rule__content {
        height: 653px;
      } */
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__table-wrapper {
  overflow-x: auto;
}
.cookie_consent-network_rule--other .cookie_consent-network_rule__table {
  width: 100%;
  min-width: 1000px;
  border-spacing: 0;
  font-size: 13px;
  line-height: 1.5;
}
.cookie_consent-network_rule--other .cookie_consent-network_rule__thead {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #0000000d;
  /* display: block; */
}
.cookie_consent-network_rule--other .cookie_consent-network_rule__tbody {
  max-height: 600px;
  overflow-y: auto;
  /* display: block; */
}
.cookie_consent-network_rule--other .cookie_consent-network_rule__thead-td {
  height: 40px;
  padding: 6px 8px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
}
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__thead-td--classification {
  width: 300px;
}
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__thead-td--company_name,
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__thead-td--service_name {
  width: 900px;
  text-align: left;
}
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__thead-td--user_info_and_purpose {
  width: 500px;
}
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__thead-td--privacy_policy,
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__thead-td--opt_out {
  width: 8%;
}
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__thead-td--cookie_policy {
  padding-right: 15px;
  width: 8%;
}
.cookie_consent-network_rule--other .cookie_consent-network_rule__tbody-td {
  height: 40px;
  padding: 6px 8px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
}
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__tbody-td--classification {
  width: 300px;
}
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__tbody-td--company_name,
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__tbody-td--service_name {
  /* width: 900px; */
  text-align: left;
}
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__tbody-td--user_info_and_purpose {
  width: 500px;
}
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__tbody-td--privacy_policy,
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__tbody-td--opt_out,
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__tbody-td--cookie_policy {
  width: 8%;
}
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__tbody-td--center {
  text-align: center;
}
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__open-sending-info-button {
  margin: unset;
  /* padding: unset; */
  /* border: unset; */
  border-radius: unset;
  box-sizing: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  /* background: inherit; */
  padding: 0;
  border: none;
  appearance: none;
  background: none;
  cursor: pointer;
}
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__open-sending-info-button
  svg {
  display: block;
}
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__sending-info-column {
  display: none;
}
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__open-in-new-button {
  /* margin: unset; */
  padding: unset;
  border: unset;
  border-radius: unset;
  box-sizing: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  background: inherit;
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
}
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__open-in-new-button
  svg {
  display: block;
}
.cookie_consent-network_rule--other .cookie_consent-network_rule__blank-link {
  display: none;
}
.cookie_consent-network_rule--other .cookie_consent-network_rule__chips {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.cookie_consent-network_rule--other .cookie_consent-network_rule__chip {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 24px;
  padding: 3px 12px;
  border-radius: 12px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #000;
}
.cookie_consent-network_rule--other .cookie_consent-network_rule__footer {
  position: sticky;
  margin-top: 64px;
}
.cookie_consent-network_rule--other
  .cookie_consent-network_rule__footer-logo-label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
  font-size: 10px;
}
.cookie_consent-network_rule--sp .cookie_consent-network_rule__title {
  /* margin: unset; */
  padding: unset;
  border: unset;
  border-radius: unset;
  box-sizing: inherit;
  /* font-size: inherit; */
  font-family: inherit;
  font-weight: 400;
  /* line-height: inherit; */
  letter-spacing: inherit;
  color: inherit;
  background: inherit;
  margin: 0 0 1em;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
.cookie_consent-network_rule--sp .cookie_consent-network_rule__description {
  max-width: 720px;
  margin: 0 auto 2.5em;
  font-size: 12px;
  line-height: 1.5;
}
.cookie_consent-network_rule--sp .cookie_consent-network_rule__description a,
.cookie_consent-network_rule--sp
  .cookie_consent-network_rule__description
  button {
  margin: unset;
  padding: unset;
  border: unset;
  border-radius: unset;
  box-sizing: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  background: inherit;
}
.cookie_consent-network_rule--sp .cookie_consent-network_rule__sp-section {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 6px 8px;
  background: rgba(0, 0, 0, 0.04);
}
.cookie_consent-network_rule--sp
  .cookie_consent-network_rule__sp-section
  + .cookie_consent-network_rule__sp-section {
  margin-top: 12px;
}
.cookie_consent-network_rule--sp .cookie_consent-network_rule__sp-table {
  width: 100%;
  border-spacing: 0;
}
.cookie_consent-network_rule--sp .cookie_consent-network_rule__sp-th {
  width: 30%;
  padding: 6px 1em 6px 4px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
.cookie_consent-network_rule--sp .cookie_consent-network_rule__sp-td {
  width: 70%;
  padding: 6px 4px;
  font-size: 12px;
  vertical-align: top;
}
.cookie_consent-network_rule--sp .cookie_consent-network_rule__sp-links {
  /* margin: unset; */
  /* padding: unset; */
  border: unset;
  border-radius: unset;
  box-sizing: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  /* background: inherit; */
  margin: 6px 0 0;
  padding: 4px 0;
  list-style: none;
  background: none;
}
.cookie_consent-network_rule--sp .cookie_consent-network_rule__sp-link-item {
  /* margin: unset; */
  padding: unset;
  border: unset;
  border-radius: unset;
  box-sizing: inherit;
  /* font-size: inherit; */
  font-family: inherit;
  font-weight: 400;
  /* line-height: inherit; */
  letter-spacing: inherit;
  color: inherit;
  background: inherit;
  display: inline-block;
  margin: 4px;
  line-height: 16px;
  font-size: 10px;
}
.cookie_consent-network_rule--sp .cookie_consent-network_rule__blank-link {
  margin: unset;
  padding: unset;
  border: unset;
  border-radius: unset;
  box-sizing: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  background: inherit;
}
.cookie_consent-network_rule--sp .cookie_consent-network_rule__chips {
  display: flex;
  gap: 4px 4px;
  flex-wrap: wrap;
}
.cookie_consent-network_rule--sp .cookie_consent-network_rule__chip {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 18px;
  padding: 2px 9px;
  border-radius: 9px;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #000;
}
.cookie_consent-network_rule--sp .cookie_consent-network_rule__footer {
  position: sticky;
  margin-top: 64px;
}
.cookie_consent-network_rule--sp
  .cookie_consent-network_rule__footer-logo-label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
  font-size: 10px;
}
/* .cookie_consent-network_rule_modal-wrapper {
        position: fixed;
        inset: 0;
        z-index: 100;
        display: flex;
        justify-content: center;
        align-items: center;
      } */
.cookie_consent-network_rule_modal {
  /* position: relative; */
  width: 720px;
  /* max-height: 420px; */
  max-height: 80vh;
  padding: 24px;
  border-radius: 4px;
  overflow-x: hidden;
  font-family: sans-serif;
  font-size: 12px;
  box-shadow: 0 5px 15px #00000080;
  pointer-events: all;
  background: white;
  overflow-y: auto;
  border: none;
  color: unset;
}
.cookie_consent-network_rule_modal__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 4px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}
.cookie_consent-network_rule_modal__service-name {
  /* margin: unset; */
  padding: unset;
  border: unset;
  border-radius: unset;
  box-sizing: inherit;
  /* font-size: inherit; */
  font-family: inherit;
  /* font-weight: 400; */
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  background: inherit;
  margin: 0 24px 0 0;
  font-size: 18px;
  font-weight: 700;
}
.cookie_consent-network_rule_modal__company-name {
  margin: unset;
  padding: unset;
  border: unset;
  border-radius: unset;
  box-sizing: inherit;
  /* font-size: inherit; */
  font-family: inherit;
  /* font-weight: 400; */
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  background: inherit;
  font-size: 22px;
  font-weight: 700;
}
.cookie_consent-network_rule_modal__body {
  padding: 0;
}
.cookie_consent-network_rule_modal__detail {
  margin-top: 22px;
}
.cookie_consent-network_rule_modal__detail ul {
  list-style-type: none;
}
.cookie_consent-network_rule_modal__detail-title {
  margin: unset;
  padding: unset;
  border: unset;
  border-radius: unset;
  box-sizing: inherit;
  /* font-size: inherit; */
  font-family: inherit;
  /* font-weight: 400; */
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  background: inherit;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: unset;
  margin-top: unset;
}
.cookie_consent-network_rule_modal__detail-body {
  margin: unset;
  /* padding: unset; */
  /* border: unset; */
  /* border-radius: unset; */
  /* box-sizing: inherit; */
  /* font-size: inherit; */
  font-family: inherit;
  font-weight: 400;
  /* line-height: inherit; */
  letter-spacing: inherit;
  color: inherit;
  background: inherit;
  min-height: 86px;
  margin-top: 4px;
  margin-bottom: 0;
  padding: 8px 12px;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: pre-line;
}
.cookie_consent-network_rule_modal__detail-body li {
  margin: unset;
  padding: unset;
  border: unset;
  border-radius: unset;
  box-sizing: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  background: inherit;
}
.cookie_consent-network_rule_modal__close {
  margin: unset;
  /* padding: unset; */
  /* border: unset; */
  border-radius: unset;
  box-sizing: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  /* background: inherit; */
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  appearance: none;
  background: none;
  cursor: pointer;
}
.cookie_consent-network_rule_modal__close svg {
  display: block;
}
.cookie_consent-consent_banner--center .cookie_consent-ndd,
.cookie_consent-consent_banner--bottom .cookie_consent-ndd,
.cookie_consent-privacy_setting_banner--center .cookie_consent-ndd {
  margin-right: 18px;
}
.cookie_consent-consent_banner--left .cookie_consent-ndd,
.cookie_consent-consent_banner--right .cookie_consent-ndd,
.cookie_consent-consent_banner--sp .cookie_consent-ndd,
.cookie_consent-privacy_setting_banner--left .cookie_consent-ndd,
.cookie_consent-privacy_setting_banner--right .cookie_consent-ndd,
.cookie_consent-privacy_setting_banner--sp .cookie_consent-ndd {
  display: flex;
  justify-content: center;
  order: 1;
  margin-top: 18px;
}
.cookie_consent-consent_banner--bottom-left-minimum .cookie_consent-ndd,
.cookie_consent-consent_banner--bottom-right-minimum .cookie_consent-ndd {
  display: flex;
  justify-content: center;
  order: 1;
  margin-top: 6px;
}
