@charset "UTF-8";

#container.privacy {
  margin: 92px auto 80px;
}

.block h2 {
  margin: 50px 0;
}

.block h2:after {
  background: none;
  display: initial;
}

.privacy dl,
.privacy .contact {
  margin: 0 0 50px 0;
}

.privacy dt,
.privacy .contact strong {
  font-size: 21px;
  color: #7D7461;
  display: block;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.privacy .contact strong {
  display: block;
  text-align: center;
}

table {
  width: 700px;
  margin: 0 auto;
}

table th {
  font-weight: 500;
}

table th,
table td {
  border-bottom: 2px dotted #B7B7B7;
  padding: 15px 0 15px;
  text-indent: 20px;
}

/* 1024px以下 */
@media screen and (max-width: 1120px) {
  .pankuzu {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 960px) {
  #container.privacy {
    width: calc(100% - 40px);
  }

  table {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {

  .block h2::before,
  .block h2::after {
    border: none;
  }
}

@media screen and (max-width: 480px) {
  #container.privacy .block {
    margin: 0 0 90px;
  }

  .block h2 {
    margin: 0 0 20px;
  }

  table th,
  table td {
    display: block;
  }

  table th {
    border: none;
    padding: 15px 0 0 0;
  }

  table tr:nth-of-type(1) th {
    border: none;
    padding: 0;
  }
}