@charset "UTF-8";
/* 基本設定 */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* 初期設定 */
/* ----------------------------------------------------------------------
プライバシーポリシー
---------------------------------------------------------------------- */
#pp {
  padding: 20rem 0;
}

/* ----------------------------------------------------------------------
404
---------------------------------------------------------------------- */
#notfound {
  padding: 20rem 0;
}
#notfound .inner .txt-box {
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
  font-weight: 800;
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  #notfound .inner .txt-box {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #notfound .inner .txt-box {
    font-size: 1.2rem;
  }
}