.page-title-md {
  overflow: hidden;
  height: 350px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .page-title-md {
    background-size: auto 100%;
    padding-top: 0;
    height: 150px;
    min-width: 100%;
  }
}
#campusLife {
  background-image: url(/medical_care/img/title-campuslife.jpg);
  background-position: bottom center;
  background-size: cover;
  text-align: left;
  color: #EC6F89;
}
#campusLife h1 {
  font-weight: normal;
  line-height: 1;
  font-size: 30px;
  font-weight: 500;
  margin-top: 30px;
}
#campusLife h1 span {
  font-size: 50px;
  font-weight: 200;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #campusLife {
    padding-top: 1em;
  }
  #campusLife h1 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
  }
  #campusLife h1 span {
    font-size: 30px;
  }
}
.calander-wrap {
  background: #FFFFED;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 40px;
}

.table-calander th {
  vertical-align: middle;
  font-size: 1.2em;
  padding: 10px 0;
  border-bottom: solid 1px #DDD3BE;
  border-top: solid 1px #DDD3BE;
}
.table-calander td {
  font-size: 0.8em;
  padding: 10px 0;
  border-bottom: solid 1px #DDD3BE;
  border-top: solid 1px #DDD3BE;
}
.table-calander tr:nth-child(1) th {
  border: none;
}
.table-calander tr:nth-child(1) td {
  border: none;
}
.table-calander tr:last-child th {
  border: none;
}
.table-calander tr:last-child td {
  border: none;
}

#oneday img {
  width: 100%;
  height: auto;
}
#oneday .scene01,
#oneday .scene02,
#oneday .scene03,
#oneday .scene04,
#oneday .scene05,
#oneday .scene06,
#oneday .scene07,
#oneday .scene08,
#oneday .scene09,
#oneday .scene10,
#oneday .scene11,
#oneday .scene12,
#oneday .scene13 {
  position: relative;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.onedayTtl {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  font-size: 1.4em;
  padding: 0.5em 0;
}

.description {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1em 1.5em;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  position: absolute;
  bottom: 0;
  font-size: 0.95em;
  line-height: 1.4em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.time {
  letter-spacing: 1px;
  text-align: center;
  margin-right: 20px;
  font-size: 1.1em;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .time {
    font-size: 16px;
  }
  .description {
    font-size: 10px;
    padding: 10px 15px;
    width: calc(100% - 30px);
  }
  .description br {
    display: none;
  }
}
.slick-dots {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0 0 60px 0;
}
.slick-dots li {
  display: inline;
  padding: 0;
  margin: 0;
}
.slick-dots button {
  background: #ccc;
  border: none;
  text-indent: -100px;
  overflow: hidden;
  border-radius: 10px;
  height: 15px;
  width: 15px;
  line-height: 1;
  font-size: 10px;
  margin: 8px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots button {
    height: 12px;
    width: 10px;
    border-radius: 6px;
    margin: 4px;
  }
}
.slick-dots .slick-active button {
  background: #EC6F89;
}

.slick-arrow {
  height: 50px;
  width: 30px;
  top: 40%;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  text-indent: -100px;
  overflow: hidden;
  opacity: 0.5;
}
.slick-arrow:hover {
  opacity: 1;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  position: absolute;
  top: 18px;
  left: -10px;
  width: 50px;
  text-align: center;
  font-family: "icomoon";
  content: "\e905";
  text-indent: 0;
  color: #fff;
}

.slick-next {
  left: auto;
  right: 0;
}
.slick-next:after {
  position: absolute;
  top: 18px;
  left: -10px;
  width: 50px;
  text-align: center;
  font-family: "icomoon";
  content: "\e902";
  text-indent: 0;
  color: #fff;
}/*# sourceMappingURL=campuslife.css.map */