@media screen and (max-width: 768px) {
  dl {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .pl_dlBlock01 > dl > dt {
    width: 100%;
    font-weight: bold;
    background-color: #eee;
    padding: 4px 10px;
    margin: 0 -10px 6px;
  }
}

@media screen and (max-width: 768px) {
  .pl_dlBlock01 > dl > dd {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .pl_dlBlock01 > dl:first-child {
    border-top: none;
  }
}

@media screen and (max-width: 768px) {
  .pl_dlBlock01 > dl:first-child {
    border-top: none;
  }
}

@media screen and (max-width: 768px) {
  .pl_dlBlock01 > dl:last-child {
    border-bottom: solid 2px #eee;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .pl_dlBlock01 > dl {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  .pl_dlBlock01 > dl:before .pl_linkMore01.pl_out01 {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=academy_location.css.map */
