
.policy h3 {
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 1em;
}

.policy div.text{
  text-align: left;
}

ol.policy-list{
  margin-top: 1em;
}

ol.policy-list li{
   list-style-type: none;
   counter-increment: cnt;
}

ol.policy-list li::before{
  content: "(" counter(cnt) ") ";
}

.address{
  width: 70%;
  margin-top: 2rem;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  border: solid 1px #343434;
  padding-bottom: 20px;
}

.address p{
  margin-top: 20px;
}

.name{
  font-size: 1.2rem;
  font-weight: bold;
}

.sp{
  display: none;
}

@media screen and (max-width: 767px) {
  .address{
  width: 95%;
  }

  .address p{
    margin-top: 15px;
  }
  .sp{
    display: inherit;
  }
}