@charset "utf-8";
/*------------------------------------------------------------
	Privacy Policy
------------------------------------------------------------*/
#main {
  margin-top: -44px;
  padding-top: 44px;
}
#main .content {
  position: relative;
}
#main .content:after {
  position: absolute;
  right: -182px;
  top: -45px;
  width: 571px;
  height: 350px;
  z-index: -1;
  background: url(../img/about/bg01.png) no-repeat left top;
  content: "";
}
#main #pagePath {
  margin-bottom: 111px;
}
#main .pageTitle {
  margin-bottom: 88px;
}
#main .privacy_container {
  margin: 0 auto;
  width: 800px;
}
#main .privacy_content {
	line-height: 1.7589;
}
#main .privacy_content dt {
	margin-bottom: 2em;
	font-weight: 600;
	font-size: 110%;
}
#main .privacy_content dd ol {
	padding-left: 1em;
	list-style: auto;
}
#main .privacy_content dd ol li {
	margin: 1em 0;
}

@media all and (max-width: 896px) {
  #main {
    margin-top: -30px;
    padding-top: 30px;
  }
  #main .content:after {
    right: -15px;
    top: -25px;
    width: 190px;
    height: 117px;
    background-size: 190px auto;
  }
  #main .privacy_container {
    width: auto;
  }
}
