@charset "UTF-8";

#privacypolicy ol {
  list-style: decimal;
  list-style-position: inside;
}

#privacypolicy ol > li {
  margin-bottom: 20px;
}

#privacypolicy ul li {
  text-indent: -36px;
  margin-left: 36px;
  margin-top: 8px;
}

#privacypolicy p {
  margin-bottom: 1em;
}

.privacy__table__wrapper{
  width:100%;
}
.privacy__table{
  border-collapse: collapse;
  margin:30px auto;
  padding: 0;
  max-width: 900px;
  width: 100%;
  table-layout: fixed;
}
.privacy__tr{
  background-color: #E3DED7;
  padding: 5px;
  border-bottom: 2px solid #fff;
}
.privacy__th,
.privacy__td{
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
  text-align:center;
  font-weight:bold;
}
/*.privacy__tr{
  background:#92776A;
  color:#fff;
}*/
.privacy__th{
  background:#c2b4aa;
  font-weight:900;
}
@media (max-width:767px){
  .privacy__td{
    font-size:12px;
    font-weight:400;
    text-align:left;
  }
}

#privacypolicy .method_table table td span {
  display: block;
  margin: 6px 0 0;
  font-weight: normal;
}

#privacypolicy .signature p {
  text-align: right;
}