@charset "utf-8";


 .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;
}

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

}
