/* ----------------------------------------
	common
---------------------------------------- */
#policy,
#rule,
#contact {
  width: 670px;
  max-width: 90%;
  margin: 20px auto;
  font-size: 14px;
  padding: 0 5%;
}

h2 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

h3 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#contact dl.company {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contact dl.company dt {
  width: 6em;
}
#contact dl.company dd {
  width: calc(100% - 7em);
}
/*# sourceMappingURL=maps/others.css.map */
