.c-background {
  padding-top: var(--space-80);
  padding-bottom: var(--space-120);
}
@media only screen and (max-width: 767px) {
  .c-background {
    padding-top: var(--space-40);
    padding-bottom: var(--space-80);
  }
}

.security__inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-80);
  margin: 0 auto;
  width: var(--container-width-pc);
}
@media only screen and (max-width: 767px) {
  .security__inner {
    width: var(--container-width-sp);
  }
}
.security__update {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: min(1.25vw, 18px);
  margin-top: min(1.389vw, 20px);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .security__update {
    margin-top: 0;
    gap: 1.026vw;
  }
}
.security__update-detail {
  display: flex;
  flex-direction: column;
  font-family: var(--family-jp);
  font-size: var(--size-14px);
  font-weight: var(--weight-regular);
  line-height: var(--line-height-170);
}
@media only screen and (max-width: 767px) {
  .security__update-detail {
    font-size: var(--size-14px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .security__update-detail {
    font-family: var(--family-jp);
    font-size: var(--size-12px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .security__update-detail {
    font-size: var(--size-12px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
.security__sign {
  width: min(16.25vw, 234px);
  height: min(2.569vw, 37px);
}
@media only screen and (max-width: 767px) {
  .security__sign {
    width: 42.564vw;
    height: 7.179vw;
  }
}
.security__image {
  margin-block: min(1.389vw, 20px);
  margin-inline: auto;
  --c-layout_image--width: min(40.417vw, 582px);
  --c-layout_image--height: min(15.208vw, 219px);
}
@media only screen and (max-width: 767px) {
  .security__image {
    margin-block: 0;
    --c-layout_image--width: 81.538vw;
    --c-layout_image--height: 30.513vw;
  }
}
.security__table {
  margin-bottom: var(--space-20);
}
@media only screen and (max-width: 767px) {
  .security__table {
    max-width: var(--container-width-sp);
  }
}
.security__table tbody tr > th {
  text-align: start;
  background: var(--primary-light_red);
}
@media only screen and (max-width: 767px) {
  .security__table th:first-child {
    width: 28.205vw;
  }
}
.security__table td {
  width: min(65.972vw, 950px);
}
@media only screen and (max-width: 767px) {
  .security__table td {
    width: 56.41vw;
  }
}
.security__note {
  font-family: var(--family-jp);
  font-size: var(--size-16px);
  font-weight: var(--weight-regular);
  line-height: var(--line-height-170);
}
@media only screen and (max-width: 767px) {
  .security__note {
    font-size: var(--size-16px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .security__note {
    font-family: var(--family-jp);
    font-size: var(--size-14px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .security__note {
    font-size: var(--size-14px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}/*# sourceMappingURL=security.css.map */