.common_content {
  margin-bottom: 80rem;
}
.common_content dl dt {
  color: #122C46;
  font-size: 22.5rem;
  font-weight: bold;
  border-bottom: 3rem solid #122C46;
  padding-bottom: 10rem;
}
.common_content dl dt:not(:first-of-type) {
  margin-top: 60rem;
}
.common_content dl dd {
  margin-top: 20rem;
}
.common_content dl .btn_more a {
  margin-top: 45rem;
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 680px) {
  .common_content {
    margin-bottom: 40rem;
  }
  .common_content dl dt {
    border-bottom: 2rem solid #122C46;
    padding-bottom: 8rem;
    font-size: 18rem;
  }
  .common_content dl dt:not(:first-of-type) {
    margin-top: 45rem;
  }
  .common_content dl dd {
    margin-top: 15rem;
  }
  .common_content dl .btn_more a {
    margin-top: 30rem;
  }
}/*# sourceMappingURL=access.css.map */