/*--------------------------------------------------------------------------
   Privacy
---------------------------------------------------------------------------*/
#Privacy .ttl dt {
  max-width: 174px !important;
}
@media screen and (max-width: 960px) {
  #Privacy .ttl dt {
    max-width: 130px !important;
  }
}
#Privacy .sec1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #Privacy .sec1 {
    margin-bottom: 25px;
  }
}
#Privacy .sec1 h3 {
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #Privacy .sec1 h3 {
    margin-bottom: 10px;
  }
}
#Privacy .sec1 dl {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #Privacy .sec1 dl {
    margin-bottom: 10px;
  }
}
#Privacy .sec2 h3 {
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #Privacy .sec2 h3 {
    margin-bottom: 15px;
  }
}
#Privacy .sec2 h4 {
  font-weight: bold;
  background-color: #FFFFFF;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 5px;
}
@media screen and (max-width: 960px) {
  #Privacy .sec2 h4 {
    margin-bottom: 10px;
  }
}
#Privacy .sec2 .line {
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #Privacy .sec2 .line {
    margin-bottom: 10px;
  }
}
#Privacy .sec2 .line:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #333333;
  position: absolute;
  bottom: -5px;
  left: 0;
}
#Privacy .sec2 .company dl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#Privacy .sec2 .company dl dd {
  padding-left: 1em;
}
