.title h1{
  font-size:2.0rem;
  margin:30px auto;
  text-align:center;
}

.contents{
  width:800px;
  max-width:95%;
  margin:0 auto;
  background-color:white;
  padding:30px;
}

.contents ul{
  padding:0;
}

.contents dd{
  margin:0;
  margin-bottom:20px;
}

.contents dt{
  border-bottom:1px solid #c7ced6;
  padding-bottom:5px;
  font-weight:bold;
  margin-bottom:10px;
}

.contents table{
  border-collapse:collapse;
}

.contents table th,
.contents table td{
  border:1px solid #c7ced6;
  padding:5px;
  word-break:break-all;
}
.contents table th{
  background-color:#e4e9f4;
}
.contents .table-privacy tr td:nth-of-type(1){
  /* width:28%; */
}