.main_catch.center {
  margin-bottom: 60px;
}

.privacy_block{
  font-size: 1.6rem;
  line-height: 2;
}

.privacy_block .box{
  padding-bottom: 40px;
}


.privacy_block .headline_order{
  display: flex;
  gap:8px;
  margin-bottom: 10px;
}

.privacy_block .headline_order i{
  width: 32px;
  height: 32px;
  line-height: 32px;
  width: 32px;
  background: #0092e6;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
}

.privacy_block .headline_order span{
  width: calc(100% - 32px - 8px);
}
.privacy_block ol.od_list1>li{
  display: flex;
  margin-bottom: 30px;
}
.privacy_block ol.od_list1>li .num{
  width: 3em;
}
.privacy_block ol.od_list1>li .txt{
  width: calc(100% - 3em);
}

.privacy_block ul.indent_list1>li{
  margin-left: 1em;
  text-indent: -1em;
}

.privacy_block h3{
  font-weight: 500;
}

.privacy_block .link{
  color: #0092e6;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .main_catch.center {
    margin-bottom: 40px;
  }

  .privacy_block{
    font-size: 1.4rem;
  }
    
  .privacy_block .headline_order i{
    height: 28px;
    line-height: 28px;
    width: 28px;
    font-size: 1.8rem;
  }
  
  .privacy_block .box{
    padding-bottom: 30px;
  }
}


