@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/Noto_Sans_JP/NotoSansJP-Thin.woff2') format('woff2'),
       url('../font/Noto_Sans_JP/NotoSansJP-Thin.woff') format('woff'),
       url('../font/Noto_Sans_JP/NotoSansJP-Thin.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
}




.privacypolicy_section_area{
  margin: 20px 0px 100px 0px;
  padding: 0px 10%;
}

.privacypolicy_section{
	  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
    text-align: justify;
color: #333;
}

.privacypolicy_title{
	  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 55px;
    text-align: justify;
color: #333;
margin: 50px 0px;
}
.privacypolicy_section_area_ul > li{
  margin: 50px 0px;
}
.privacypolicy_section_strong{
	  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 35px;
    text-align: justify;
color: #333;
}


.privacypolicy_section_ul li{
  margin: 20px 0px 20px 20px;
  list-style-type: decimal;
}
.privacypolicy_section_area a{
  text-decoration: underline;
}
.privacypolicy_section_ul_ol{
  margin: 20px 0px 20px 20px;
}
.privacypolicy_section_ul_ol li{
  margin: 20px 0px 20px 20px;
  list-style-type: disc;
}