body {
    border: 0px;
    margin: 0px;
    padding: 0px;
    background-color: #1b1b1b;
    /*text-align: center;*/
    -webkit-font-smoothing: antialiased;
    line-height: 1.47059;
    /*font-weight: 400;*/
    letter-spacing: -.022em;
    color: #AAAAAA;
}

h2 {
  margin: 0px;
}

/*
.box {
  background-size: cover;
  background-position: center;
  /*background-image: url('../image/main.jpg');*/
/*}*/

#title {
  margin: 70px auto;
  text-align: center;
}

.box {
    width: 100vw;
    height: auto;
    /*min-height: 100vh;*/
    margin: 55px auto;
    border: 0px;
    /*text-align: left;*/
  }

.boxContainer {
  /*background-color: #323232;*/
  width: 800px;
  overflow: hidden;
  margin: 0 auto;  
  border: 0px;
  text-align: left;
  padding: 0px 50px;
}

#policy {
  margin: 50px 0;
}

.box-bottom {
  height:5px;
}



p {
  margin: 0;
}

.notice {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}



a {
  text-decoration: none;
  }
a:link { color: #32bcfc; }
a:visited { color: #32bcfc; }
a:hover { color: #32bcfc; }
a:active { color: #32bcfc; }

.sentence {
  list-style: disc outside;
  margin-left: 1.5em;
  padding: 0;
  line-height: 1.52947;
}