.header .header__logo img {
  max-width: 320px;
}

.privacy .fast {
  margin-top: 160px;
}
.privacy dl {
  display: block;
  margin-top: 80px;
}
.privacy dt {
  border-top: 0;
  position: relative;
  border-bottom: 1px solid #999;
  width: 100%;
  text-align: initial;
  padding-left: 26px;
}
.privacy dt::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 1px;
  content: "";
  background-color: #dd2026;
}
.privacy dd {
  width: 100%;
  border-top: 0;
  margin-top: 8px;
}
.privacy dl:last-child dd {
  border-bottom: 0;
}
.privacy dl:last-child dt {
  border-bottom: 1px solid #ccc;
}
.privacy .top__en {
  color: white;
}

@media screen and (max-width: 1000px) {
  .header .header__logo img {
    max-width: 46vw;
  }
  .privacy {
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
  .privacy .fast {
    margin-top: 21.3333333333vw;
    font-size: max(10px, 4.2vw);
  }
  .privacy dl {
    border-top: 0;
  }
  .privacy dt {
    padding-left: 0;
  }
  .privacy dt::after {
    width: 20vw;
    max-width: 300px;
  }
  .privacy dd {
    text-align: initial;
  }
}

/*# sourceMappingURL=style.css.map */
