.et-block {
  width: 100%;
}

.et-intro-title {
  position: relative;
  padding-bottom: 16px;
  color: #a40000;
  font-size: 0.16rem;
  font-weight: 600;
}

.et-intro-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #a40000;
}

.et-intro-body p {
  margin-bottom: 0;
  color: #2f3439;
  font-size: 0.14rem;
  line-height: 1.8;
}

.et-intro-body p + p {
  margin-top: 12px;
}

.et-section + .et-section {
  margin-top: 60px;
}

.et-section-heading {
  margin-bottom: 20px;
}

.et-section-title {
  position: relative;
  padding-bottom: 16px;
  color: #2f3439;
  font-size: 0.18rem;
  font-weight: 600;
}

.et-section-title::before,
.et-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}

.et-section-title::before {
  z-index: 1;
  width: 120px;
  background: #a40000;
}

.et-section-title::after {
  width: 100%;
  background: #e2e2e2;
}

.et-table {
  width: 100%;
  font-size: 0.14rem;
}

.et-table-header {
  display: -ms-flexbox;
  display: flex;
  background: #e4e4e4;
  font-size: 0.14rem;
  font-weight: 600;
}

.et-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #e2e2e2;
}

.et-row.is-even .et-row-main {
  background: #f7f7f7;
}

.et-row-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
}

.et-col {
  padding: 12px 10px;
  line-height: 1.6;
  word-break: break-word;
}

.et-col-service {
  width: 14%;
}

.et-col-tool {
  width: 17%;
}

.et-col-vendor {
  width: 17%;
}

.et-col-privacy {
  width: 18%;
}

.et-col-optout {
  width: 14%;
}

.et-col-detail {
  -ms-flex: 1;
  flex: 1;
}

.et-link {
  color: #a40000;
  text-decoration: none;
}

.et-link:hover {
  opacity: 0.8;
}

.et-na {
  color: #2f3439;
}

.et-toggle-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border: none;
  background: none;
  color: #a40000;
  font-size: 0.13rem;
  white-space: nowrap;
  cursor: pointer;
  gap: 4px;
}

.et-toggle-btn:hover {
  opacity: 0.8;
}

.et-toggle-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.et-row-detail {
  background: #fff;
}

.et-detail-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 20px;
  gap: 12px;
}

.et-detail-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.et-detail-label {
  margin: 0;
  color: #2f3439;
  font-size: 0.13rem;
  font-weight: 600;
}

.et-detail-value {
  margin: 0;
  font-size: 0.14rem;
  white-space: pre-wrap;
}

.et-cards {
  margin: 0;
  padding: 0;
  list-style: none;
}

.et-card {
  border-bottom: 1px solid #e2e2e2;
}

.et-card:first-child {
  border-top: 1px solid #e2e2e2;
}

.et-card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 16px;
  background: #e4e4e4;
  cursor: pointer;
}

.et-card-header-main {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.et-card-tool-name {
  margin: 0 0 6px;
  color: #2f3439;
  font-size: 0.14rem;
  font-weight: 700;
}

.et-card-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 0;
  color: #555;
  font-size: 0.12rem;
  gap: 2px 8px;
}

.et-card-meta dt {
  font-weight: 600;
}

.et-card-meta dd {
  margin: 0;
}

.et-card-toggle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 8px;
  border: none;
  background: none;
  cursor: pointer;
}

.et-card-toggle-icon {
  display: block;
  color: #a40000;
  font-size: 0.2rem;
}

.et-card-btns {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 14px 16px 0;
}

.et-card-btn {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 2px;
  background: #a40000;
  color: #fff;
  font-size: 0.13rem;
  text-decoration: none;
  white-space: nowrap;
}

.et-card-btn.is-disabled {
  background: #ccc;
  color: #2f3439;
  cursor: default;
}

.et-card-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 16px 18px;
  gap: 12px;
}

@media print, (min-width: 768px) {
  .is-sp-only {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .is-pc-only {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .et-block {
    padding: 60px 0 120px;
  }

  .et-intro {
    padding-bottom: 76.5px;
  }

  .et-intro-title {
    margin-bottom: 24px;
    font-size: 0.18rem;
  }

  .et-section + .et-section {
    margin-top: 80px;
  }

  .et-section-title {
    font-size: 0.2rem;
  }

  .et-table-header {
    border-bottom: 2px solid #ccc;
  }

  .et-detail-inner {
    padding: 20px 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .et-block {
    padding: 0.4rem 0 0.8rem;
  }

  .et-intro {
    padding-bottom: 0.615rem;
  }

  .et-intro-title {
    margin-bottom: 0.16rem;
    font-size: 0.15rem;
  }

  .et-section + .et-section {
    margin-top: 0.5rem;
  }

  .et-section-title {
    padding-bottom: 0.14rem;
    color: #a40000;
    font-size: 0.16rem;
  }

  .et-section-title::before {
    width: 0.8rem;
  }

  .et-card-tool-name {
    font-size: 0.12rem;
  }

  .et-card-meta {
    font-size: 0.1rem;
  }

  .et-card-toggle-icon {
    font-size: 0.32rem;
  }

  .et-card {
    margin-bottom: 10px;
    border: none;
  }

  .et-card:first-child {
    border: none;
  }

  .et-card-header {
    background: #f7f7f7;
  }

  .et-card-body {
    border: 2px solid #f7f7f7;
    background: #fff;
  }

  .et-card-btn {
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .et-card-btn:only-child {
    -ms-flex: none;
    flex: none;
  }

  .et-card-btns {
    padding: 14px 16px;
    gap: 8px;
  }

  .et-card-btns.is-empty {
    padding-bottom: 0;
  }

  .et-card-detail {
    padding: 8px 16px 2px;
  }
}
