@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.bold {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .about-container {
    width: 570px;
    margin: 0 auto;
  }
}
.about-container dl {
  display: flex;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E3E3E3;
}
@media only screen and (max-width: 767px) {
  .about-container dl {
    flex-direction: column;
  }
}
.about-container dl dt {
  font-size: 14px;
  color: #767F88;
  width: 148px;
}
@media only screen and (max-width: 767px) {
  .about-container dl dt {
    margin-bottom: 12px;
  }
}
.about-container dl dd {
  font-size: 14px;
}

/*# sourceMappingURL=page_about.css.map */
