<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#privacy{
  text-align: left;
}

#privacy h2{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #036eb8;
  padding: 10px 0px;
  border-bottom: 5px solid #036eb8;
}

#privacy h3{
  width: 95%;
  padding: 5px;
  margin: 0 2.5%;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 0px;
  background: #036eb8;
  text-indent: 1em;
  border-top-left-radius: 20px 50%;
  border-top-right-radius: 20px 50%;
  border-bottom-left-radius: 20px 50%;
  border-bottom-right-radius: 20px 50%;
}

#privacy p{
  width: 100%;
  height: auto;
  padding: 10px 5% 30px;
  white-space: pre-wrap;
  text-indent: 1em;
}

#privacy p span{
  color: #036eb8;
}


#privacy dl{
  width: 80%;
  margin: 30px auto 30px;
  padding: 30px 5% 45px;
  background: #dcf3ff;
  border-radius: 10px;
}

#privacy dt{
  font-weight: bold;
  color: #036eb8;
  margin-top: 15px;
}

#privacy dd{
  text-indent: 1em;
}


#privacy ul{
  width: 100%;
  height: auto;
  padding: 10px 5% 30px;
}

#privacy ul li span{
  margin-right: 5px;
  color: #036eb8;
}


@media only screen and (max-width: 1300px) and (max-width: 786px){
  #privacy{
    width: 95%;
    padding: 0;
    margin: 30px 2.5%;
    text-align: left;
  }

  #privacy h3{
    width: 100%;
    padding: 5px;
    margin: 0;
  }

  #privacy p{
    width: 100%;
    height: auto;
    padding: 10px 0 30px;
  }

  #privacy dl{
    width: 100%;
  }

  #privacy ul li{
    margin-bottom: 10px;
  }

}


/*-----sp_cording_end-----*/
</pre></body></html>