@charset "UTF-8";

.company-profile {
  max-width: 60.4rem;
  margin-right: auto;
  margin-bottom: 19rem;
  font-size: 1.3rem;
  letter-spacing: .1em;
  line-height: 2.15;
}
.company-profile div {
  display: flex;
}
.company-profile dt {
  width: 9.9rem;
  position: relative;
}
.company-profile dt::after {
  content: "：";
  position: absolute;
  right: 0;
}
.company-profile dd {
  flex: 1;
  margin-left: 1rem;
}

@media only screen and (max-width: 768px) {
  .contents {
    margin: 0 !important;
    width: 100% !important;
  }
  .company-profile {
    margin: 0 3rem 7.5rem 2.9rem;
  }
  .company-profile dt {
    width: 7.1rem;
  }
}