/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
/*max-width:480px*/
/*****************************************/
.privacy {
  position: relative;
  z-index: 10;
  max-width: 1320px;
  width: calc(100% - 160px);
  margin: 0 auto 250px;
  color: #fff;
  letter-spacing: 0.02em; }
  .privacy p {
    font: 1.8rem/2.6em "Noto Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 75px; }
  .privacy dl {
    counter-reset: privacy; }
  .privacy dt {
    font: 2rem/50px "Noto Sans", sans-serif;
    font-weight: 700;
    position: relative;
    min-height: 50px;
    border: 1px solid #FFFFFF;
    padding: 0px 15px 0 70px;
    margin: 0 0 13px; }
    .privacy dt:before {
      position: absolute;
      counter-increment: privacy;
      content: counter(privacy);
      display: block;
      width: 50px;
      height: 100%;
      border-right: 1px solid #fff;
      text-align: center;
      left: 0;
      top: 0; }
  .privacy dd {
    font: 1.8rem/2.2em "Noto Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 55px; }
  .privacy ol {
    counter-reset: number; }
  .privacy li {
    margin: 5px 0 0 0;
    position: relative;
    padding: 0 0 0 22px; }
    .privacy li:before {
      position: absolute;
      counter-increment: number;
      content: counter(number) ".";
      left: 0; }
  .privacy address {
    display: block;
    margin: 15px 0 0 0; }
    .privacy address a {
      display: block;
      width: fit-content;
      text-decoration: none; }

/*min-width:1920px*/
@media (max-width: 1280px) {
  .privacy {
    max-width: 1320px;
    width: calc(100% - 100px); } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .privacy {
    max-width: 480px;
    width: calc(100% - 60px); } }
/*max-width:768px*/
@media (max-width: 480px) {
  .privacy {
    max-width: 350px;
    width: calc(100% - 40px);
    margin: 0 auto 100px; }
    .privacy p {
      font: 1.6rem/2.4em "Noto Sans", sans-serif;
      font-weight: 700;
      margin-bottom: 75px; }
    .privacy dt {
      font: 1.8rem/45px "Noto Sans", sans-serif;
      font-weight: 700;
      min-height: 45px;
      padding: 0px 10px 0 60px; }
      .privacy dt:before {
        width: 45px; }
    .privacy dd {
      font: 1.6rem/2.2em "Noto Sans", sans-serif;
      font-weight: 500;
      margin-bottom: 45px; } }
/*max-width:480px*/
