#PRIVACY {
  word-wrap: break-word;
  hanging-punctuation: allow-end;
}
@media only screen and (max-width: 768px) {
  #PRIVACY {
    padding-bottom: 70px;
  }
}
#PRIVACY .titleArea__headline {
  margin: 0;
}
#PRIVACY .secBox {
  margin-top: 0;
}
#PRIVACY .secBox p {
  text-align: justify;
}
#PRIVACY .secBox .h2_underBorder {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #PRIVACY .secBox .h2_underBorder {
    margin-bottom: 15px;
  }
}
#PRIVACY .secBox .h3_treatment {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #PRIVACY .secBox .headingTxt {
    margin-bottom: 15px;
  }
}
#PRIVACY .secBox .contentsBox p {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  section:nth-of-type(3) {
    margin-top: 25px !important;
  }
}

.mailBox {
  display: block;
}
.mailBox-icon {
  width: 17px;
  display: inlin-block;
  padding-bottom: 3px;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}