.privacy_ttl {
    margin-bottom: 30px;
}

.privacy_h3 {
    margin-bottom: 20px;
}

.privacy_txt {
    margin-bottom: 40px;
}

.privacy_numlist{
	margin-top: .5em;

}
.privacy_numlist li {
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  position: relative;
}
.privacy_numlist li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
  position: absolute;
  left: -2em;
}
.privacy_numlist {
    padding-left: 2em;
}

.gototopbtn {
    display: block;
    margin: 0 auto 8vh;
    width: 35%;
    padding: 10px;
    text-align: center;
}

.privacy_txt table {
  border: none;
}
.privacy_txt th {
    width: 65px;
    padding: 0px;
    vertical-align: top;
    border: none;
    color: inherit;
    background-color: inherit;
    font-size: inherit;
    font-weight: normal;
}
.privacy_txt td {
    padding: 0px;
    border: none;
    color: inherit;
    background-color: inherit;
    font-size: inherit;
}
