/*ä¸Šéƒ¨*/
.san-my-privacy {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  color: var(--text-color);
  line-height: 1.9;
}

.lPPheader {
  margin-bottom: 50px;
}
.lPPheader span {
  display: block;
  text-align: right;
  font-size: 12px;
  margin-bottom: 20px;
}

.ppContents {
  font-size: 15px;
}

.ppItem-list,
.ppItem-txt {
  margin-bottom: 50px;
}
.ppItem-list h2,
.ppItem-txt h2 {
  font-size: 20px;
  display: flex;
  padding: 0 0 10px 27px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: solid 2px var(--gray) !important;
}
.ppItem-list h2:after,
.ppItem-txt h2:after {
  width: 0px;
  height: 0;
  position: absolute;
  border-bottom: 3px solid var(--brand);
  content: "";
  bottom: 0;
  left: calc(50% - 70px);
}

.ppContents h2 {
  font-size: 20px;
  padding: 0 0 10px 27px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: solid 2px var(--color4);
}
.ppContents h2::before {
  content: "■";
  color: var(--color4);
  position: absolute;
  left: 0px;
  top: -1px;
  font-size: 22px;
}
.ppContents h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.ppContents p {
  margin-bottom: 10px;
  font-size: 16px;
}
.ppContents p a {
  text-decoration: underline;
  color: var(--brand);
}

.ppTitle {
  background-color: var(--gray-2);
  text-align: center;
  margin-bottom: 30px;
  padding: 30px 10px 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}
.ppTitle span {
  display: block;
  font-size: 16px;
}
/*ãƒ†ãƒ¼ãƒ–ãƒ«*/
.ppTableBox table {
  width: 100%;
  word-break: break-all;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.ppTableBox table th,
.ppTableBox table td {
  padding: 10px 20px;
  border: solid 1px var(--gray-2);
  line-height: 1.5;
}

.ppTableBox table th {
  background-color: var(--gray-2);
}
.ppTableBox table td a {
  display: block;
  text-decoration: underline;
}
ul.ppIlist-item {
  width: 100%;
}

li.ppIlist-itemli {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 35px;
}
li.ppIlist-itemli2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 25px;
}
span.ppIlist-no {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
ul.ppIlist-inner {
  width: 100%;
  font-size: 14px;
}
li.ppIlist-innerli {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 30px;
}
span.ppIlist-no2 {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
}
