@charset "utf-8";
#privacy h2{
  margin: 50px 0 15px 0;
  border-bottom: solid 3px #cccccc;
  position: relative;
  font-size: 32px;
  color: #007a43;
}
#privacy h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #007a43;
  bottom: -3px;
  width: 20%;
}
#privacy p{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
#privacy ol li {
  margin: 0 0 20px 0;
}
#privacy ol li ol{
  margin: 10px 0 20px 20px;
}
.re_btn{
  text-align: center;
}
.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #FFF;
  background: #148c5e;
  transition: .4s;
}

.btn-flat-logo:hover {
  background: #1ec7bb;
}
@media screen and (max-width:768px) {
#privacy h2 {
  margin: 15px 0 15px 0;
}
#privacy ol {
  margin: 0.5em;
}
#privacy_company{
  float: none!important;
  margin: 0 auto;
  border: 1px solid #aaa;
  width: 94%;
  padding: 1em .5em 0 .5em;
}
}
@media screen and (max-width:480px) {
}
