.privacy__heading{
  
}

.sub{
  color: #ECA204;
  width: 100%;
}

.sub-title {
    border-left: 2px solid #ECA204;
    padding-left: 10px;
}

.pc-center{
  text-align: center;
}


.line {
  color: #ECA204;
  border-bottom: 2px solid #ECA204;
  line-height: 1.5;
  display: inline-block;
}
.ten {
  position: relative;
  display: inline-block;
  font-weight: 400;
}
.ten::after {
  content: "・";
  position: absolute;
  top: -0.75em;
  left: 0;
}

.border-radius-100{
  border-radius: 500px;
}