/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 22 2025 | 04:32:29 */
/* 固定ページ */
.privacy {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto ;
	padding: 20px;
}


.privacy p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  padding-top: 60px;
}
@media screen and (min-width: 1024px) { 
  .privacy p {
    padding-top: 40px;
  }
}


