.l-table th {
  text-align: center;
}
.l-table tr td > p:last-of-type {
  margin-bottom: 0;
}
.l-table tr td > a {
  display: block;
  overflow-wrap: anywhere;
}
@media (max-width: 768px) {
  .l-table tbody,
  .l-table tr,
  .l-table td {
    display: block;
    width: 100%;
  }
  .l-table td {
    border-bottom: none;
  }
  .l-table th {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  .l-table tbody:last-of-type tr:last-of-type td:last-of-type {
    border-bottom: 1px solid #ccc;
  }
}
.p-university__row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.p-university__row2 img {
  margin-bottom: 8px;
}
.p-university__row2 li {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .p-university__row2 {
    grid-template-columns: 1fr;
  }
}
.p-university .p-university__pr {
  color: unset;
  border: unset;
  width: 100%;
  background-color: transparent;
  padding: 0;
  position: relative;
  margin-bottom: 32px;
}
.p-university .p-university__pr::after {
  position: absolute;
  content: "";
  height: 1px;
  width: calc(100% - 8px);
  background-color: #aacfeb;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  z-index: -1;
}
.p-university .p-university__pr > span {
  font-size: 1.4rem;
  font-weight: 400;
  color: white;
  position: relative;
  background: #55a5ea;
  border: none;
  padding: 6px 12px;
  margin-bottom: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
.p-university .p-university__pr > span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 4px;
  left: 4px;
  z-index: -1;
  background-color: #aacfeb;
}
.p-university .l-contents__float-wrap {
  display: flow-root;
}
.p-university .l-contents__float-wrap-floatimage {
  float: right;
  width: 30%;
  max-width: 140px;
  margin: 0 0 1rem 1rem;
  height: auto;
  display: inline;
}
.p-university__btn {
  margin: 32px auto 0;
  display: block;
  width: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .p-university .l-contents__float-wrap-floatimage {
    display: none;
  }
}/*# sourceMappingURL=university.css.map */