@charset "utf-8";

.privacy {
  padding-bottom: 0.50rem;
}

/* リードテキスト */
.privacy .lead {
  font-size: 0.16rem;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 640px) {
  .privacy .lead {
    font-size: 0.14rem;
    text-align: left;
  }
}

.privacy .box {
  padding-top: 0.60rem;
}
@media screen and (max-width: 640px) {
  .privacy .box {
    padding-top: 0.40rem;
  }
}
.privacy .box .ttl {
  font-size: 0.20rem;
  font-weight: 700;
  padding-bottom: 0.10rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 0.24rem;
}
@media screen and (max-width: 640px) {
  .privacy .box .ttl {
    font-size: 0.17rem;
    margin-bottom: 0.18rem;
  }
}

.privacy .box .txt {
  font-size: 0.16rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .privacy .box .txt {
    font-size: 0.14rem;
  }
}

.privacy .box .txt a {
  color: #0098B8;
  text-decoration: underline;
}

/* アクセスのタイトルを非表示 */
.footer_company_info .sec_ttl_wrap {
  display: none;
}