@charset "utf-8";
.pageTtlB .jp,
.pageTtlB .jp {
  font-size: 16px;
}
.pageTtl .jp:before, .pageTtl .jp:after {
  height: 20px;
}
 .privacyList {
  margin-top: 100px;
 }

 .privacyList dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
 }

 .privacyList dd + dt {
  margin-top: 40px;
 }

 .privacyList dd + dd {
  margin-top: 20px;
 }

 .privacyList .txt {
  line-height: 1.5;
 }

.numList01 > li{
  list-style-type:none;
  list-style-position:outside;
  counter-increment: cnt01;
  position: relative;
  padding-left: 28px;
  line-height: 1.5;
}

.numList01 > li:before{
  display: marker;
  content: "(" counter(cnt01) ") ";
  position: absolute;
  top: 0;
  left: 0;
}

.numList02 {
  margin-top: 5px;
}

.numList02 > li {
  list-style-type:none;
  list-style-position:outside;
  counter-increment: cnt02;
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
}

.numList02 > li:before{
  display: marker;
  content: counter(cnt02);
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #374047;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 2px;
  left: 0;
}

.discList > li {
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.5;
  margin-left: 20px;
}

.discList > li + li {
  margin-top: 5px;
}

.btnWrap {
  margin-top: 60px;
}

/* テーブル
---------------------------------------- */
.blockTable {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.blockTable .tableList {
  width: 100%;
  max-width: 800px;
  border-collapse:collapse;
}
.blockTable tr {
  border-bottom: solid 1px #CFD3D6;
}
.blockTable th {
  padding: 16px 8px;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}
.blockTable td {
  font-size: 14px;
  text-align: left;
  padding: 16px 8px;
}
.blockTable a, .blockTable a:hover {
  text-decoration: underline;
  color: #0078DC;
}

@media screen and (max-width: 767px) {
  .privacyList {
    margin-top: 80px;
   }

}
