#contents .query {
  color: #333;
  font-size: 2.4rem;
  margin-bottom: 1.5em;
  text-align: center;
}
#contents .notice {
  background-color: transparent;
  font-size: 1.8rem;
  margin: 0 auto 30px;
  text-align: left;
  width: calc(860/956*100%);
}
#contents .notice * {
  margin-bottom: 0;
}
#contents .notice dl {
  letter-spacing: -1px;
  margin-top: 10px;
}
#contents .notice dl dt {
  clear: left;
  float: left;
  margin-right: 0.8em;
}
#contents .notice dl dd {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .brPc {
    display: none;
  }
  #contents .query {
    font-size: 1.8rem;
  }
  #contents .notice {
    font-size: 1.4rem;
  }
  #contents .notice dl {
    letter-spacing: -1px;
  }
}
