/*==========================
#chapter_1
===========================*/
/* line 10, privacy.scss */
#chapter_1 {
  margin-bottom: 10%;
}
/* line 14, privacy.scss */
#chapter_1 h2 span {
  font-size: 85%;
}

/*==========================
#chapter_2
===========================*/
/* line 25, privacy.scss */
#chapter_2 {
  margin-bottom: 3%;
}
/* line 28, privacy.scss */
#chapter_2 dl {
  margin-bottom: 5%;
}
/* line 31, privacy.scss */
#chapter_2 dl dt {
  margin-bottom: .5%;
  font-family: "GenShinGothic-P-Regular";
  font-size: 115%;
  color: #345473;
}
/* line 37, privacy.scss */
#chapter_2 dl dt:before {
  font-family: "fontello";
  content: 'h\A';
  font-size: 65%;
  vertical-align: .2em;
}
/* line 46, privacy.scss */
#chapter_2 dl dd {
  margin-bottom: 3%;
}
/* line 49, privacy.scss */
#chapter_2 dl dd ul {
  margin-top: .1%;
  margin-left: 2em;
}
/* line 53, privacy.scss */
#chapter_2 dl dd ul li {
  font-size: 100%;
  list-style-type: disc;
}
/* line 65, privacy.scss */
#chapter_2 h3 .small {
  font-size: 1.5rem;
  font-size: 15px;
}
