.uni_detail .wrapper {
  border-top: 1px solid #d0d0d0;
}

.ico_favo .img {
  background-image: url(../img/ico_favorite_off_uni.png);
}

.cagetory-head {
  background-color: #fff;
  display: flex;
  align-items: center;
}
.cagetory-head .ico {
  height: 30px;
  width: 30px;
}
.cagetory-head .heading {
  font-size: 15px;
  padding-right: 30px;
  text-align: center;
  width: calc(100% - 30px);
}
.cagetory-head .ico_favo {
  position: relative;
  top: 0;
  right: 0;
}

.detail-contents {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  padding: 20px;
  cursor: auto;
}
@media print, screen and (min-width: 769px) {
  .detail-contents {
    padding: 30px 30px 20px;
  }
}

.imgBox {
  overflow: hidden;
}
.imgBox img {
  border-radius: 10px;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

.con_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  margin: 15px auto;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .con_ttl {
    max-width: 768px;
    padding: 0;
  }
}
.con_ttl .school-logo {
  background-color: #fff;
  border: 1px solid #d1d6de;
  border-radius: 5px;
  height: 40px;
  overflow: hidden;
  padding: 3px;
  position: relative;
  width: 40px;
}
.con_ttl .school-logo img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.con_ttl .school-name {
  width: calc(100% - 80px);
}
.con_ttl .ico_favo {
  position: relative;
  top: auto;
  right: auto;
}

.school-text {
  position: relative;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 768px) {
  .school-text {
    margin-bottom: 30px;
  }
}

.text a {
  text-decoration: underline;
  position: relative;
}
.text a::after {
  background-image: url(../img/blank_g.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 16px;
}
.text a::after {
  margin-left: 3px;
  margin-right: 5px;
}
.text {
  font-size: 12px;
  margin-top: 20px;
  text-align: justify;
}
@media print, screen and (max-width: 768px) {
  .text {
    height: 50px;
    margin-top: 10px;
    overflow: hidden;
  }
}
@media print, screen and (max-width: 768px) {
  .textHeight {
    height: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .textHeight {
    height: auto !important;
  }
}
.show_more,
.show_more2 {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .show_more,
.show_more2 {
    color: #707070;
    cursor: pointer;
    display: block;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    padding-top: 60px;
    text-align: center;
    transition: bottom 0.2s ease;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
}

.active {
  background: none;
}

.normal_table {
  display: block;
}
.normal_table tbody,
.normal_table tr,
.normal_table th,
.normal_table td {
  display: block;
  width: 100%;
}
.normal_table tr {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.normal_table tr:last-child {
  border-bottom: none;
}
.normal_table th {
  margin: 0 0 10px;
  text-align: left;
}

.con-btn {
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
  min-height: auto;
}
.con-btn a {
  background-color: #3eadf0;
  border: 1px solid transparent;
  border-radius: 999px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}
.con-btn + .con-btn {
  margin-top: 15px;
}
.con-btn a {
  background-color: #30ddc9 !important;
}

.link a {
  text-decoration: underline;
}

.link a::after {
  background-image: url(../../../mypage/common/img/blank_g.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 16px;
}

.tagList {
  display: flex !important;
  flex-wrap: wrap !important;
}
.tagList p {
  background-color: #eff1f5;
  border-radius: 5px;
  color: #707070;
  font-size: 12px;
  margin: 0 5px 5px 0;
  padding: 2px 5px;
}
/*# sourceMappingURL=uni_detail.css.map */