@charset "UTF-8";
/* CSS Document */
.contents {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 40px 0;
  overflow: hidden;
}
.contents h2,
.contents h3 {
  padding: 1em 0;
  font-size: 2.8em;
  font-weight: 700;
  color: #222;
  text-align: center;
}
.contents h3 {
  border-bottom: 3px solid #ccc;
}
.contents p {
  margin: 0 0 1.7em 0;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.7em;
  color: #222;
  text-align: center;
}
privacy{

}
.contents dl dt {
  font-size: 1.4em;
  width:100%;
  height: 3em;
  line-height: 3em;
  margin-bottom: 1em;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #111;
}
.contents dl dd {
  color: #111;
  font-size: 1.4em;
  line-height: 1.7em;
  margin-bottom: 1.7em;
  text-align: justify;
}
.contents dd ul {
  padding: 0 0 0em 0;
  margin: 0em 0 1.7em 0;
}
.contents dl li {
  margin: 0 0 0 1em;
  line-height: 1.7em;
  text-indent: -1em;
  font-size: 1em;
}
.contents dl dd dl dt {
    font-size: 1em;
    margin-bottom: 0em;
  border-bottom: 0px solid #111;
}
.contents dl dd dl dd {
  font-size: 1em;
    margin: 0em 0 1.7em 0;
    padding: 0em 0;
    background: none;
}
