@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  プライバシーポリシー

---------------------------------*/
#content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url("../policy/images/bg_ttl.png") no-repeat;
  background-position: left 5% bottom 50px;
  background-size: 60px;
}
section {
  margin-bottom: 10rem;
}
section .ttl {
  margin-bottom: 7rem;
}
section .ttl h2 {
  font-weight: 500;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 5rem;
  letter-spacing: 5px;
  line-height: 1.7;
  text-align: center;
}
section .txt {}
section .txt dl {}
section .txt dl + dl {
  margin-top: 6rem;
}
section .txt dl dt {
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 5px;
  line-height: 1.7;
  margin-bottom: 1em;
}
section .txt dl dd {}
section .txt dl ul {
  list-style: none;
  margin: 2rem;
}
section .txt dl ul li {
  margin: 1rem 0;
}
@media screen and (max-width: 580px) {
  #content::before {
    background-position: left 0 center;
    background-size: 40px;
  }
	section {
		margin-bottom: 6rem;
	}
  section .ttl {
    margin-bottom: 4rem;
  }
  section .ttl h2 {
    font-size: 2.5rem;
  }
  section .txt dl + dl {
    margin-top: 4rem;
  }
  section .txt dl dt {
    font-size: 1.8rem;
    letter-spacing: 3px;
  }
}