﻿/*---------------------------------------
	privacypolicy
----------------------------------------*/
.privacypolicy {
}
.privacypolicy__overview {
}
.privacypolicy__items {
}
.privacypolicy__ttl {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 40px;
}
.privacypolicy__text {
  margin-top: 5px;
}
.privacypolicy__text p {
  text-indent: 1em;
  font-style: initial;
}
.privacypolicy__address a {
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 767px) {
  .privacypolicy__overview {
    line-height: 2.9rem !important;
    margin-top: 20px;
  }
  .privacypolicy__text p {
    text-indent: initial;
    line-height: 2.9rem !important;
  }
  .privacypolicy__address span {
    padding-left: 2.5em;
  }
}
