#contents_01 {
  width: 100vw;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: repeat(5,minmax(calc(100vw / 16), auto));
  margin-top: calc(calc(calc(100vw / 16) * 0.6) + 2rem);
}
@media screen and (max-width: 896px) {
  #contents_01 {
  }
}
@media screen and (min-width: 897px) and (max-width: 1024px) {
  #contents_01 {
  }
}

h1 {
  grid-column: 2 / 16;
  grid-row: 2 / 3;
  padding-bottom: calc(calc(100vw / 16) * 0.5);
  font-size: calc(calc(calc(100vw / 16) * 0.05) + 1.7rem);
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}
@media screen and (max-width: 896px) {
  h1 {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: left;
  }
}
@media screen and (min-width: 897px) and (max-width: 1024px) {
  h1 {
  }
}
/*
h1::after {
  content: 'Privacy Policy';
  display: block;
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: 200;
  font-family: 'Noto Sans', sans-serif;
  color:rgba(165, 194, 234, 0.8);
}
*/
#contents_01-01 {
  grid-column: 4 / 14;
  grid-row: 3 / 4;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  #contents_01-01 {
    grid-column: 2 / 16;
    max-width: 100%;
  }
}
@media screen and (min-width: 897px) and (max-width: 1024px) {
  #contents_01-01 {
  }
}

#contents_01-01 h2 {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.0;
  white-space: nowrap;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 896px) {
  #contents_01-01 h2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 897px) and (max-width: 1024px) {
  #contents_01-01 h2 {
  }
}

#contents_01-01 h2:first-of-type {
  margin-top: 0;
}


#contents_01-01 dt{
  width: 2.4rem;
  float: left;
}

#contents_01-01 dd {
  margin-left: 2.4rem;
}