@charset 'UTF-8';

.kn-ttl.-h2 {
  font-size: .34rem;
  font-weight: 400;
  line-height: 1.28824;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
  border: none;
}

.kn-ttl.-h2>.kn-link {
  color: #547bdb;
}

.kn-ttl.-h2>.kn-link.-forward {
  margin: 0 0 .25em 20px;
  padding-right: 44px;
}

.kn-ttl.-h2>.kn-link.-forward:before {
  z-index: 1;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  border-color: #fff;
}

.kn-ttl.-h2>.kn-link.-forward:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: auto;
  content: '';
  border-radius: 50%;
  background: #547bdb;
}

.kn-section .kn-btn>b {
  padding: 0 25px;
}

.kn-section.-main,.kn-section.-exam,.kn-section.-pickup {
  background: #f3f6ff;
}

.kn-section.-main {
  padding: 30px 0 20px;
}

@-webkit-keyframes top-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes top-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.kn-slider-container.-main img {
  width: 100%;
  height: auto;
}

.kn-slider-container.-main .swiper-pagination-bullet {
  z-index: 1;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #d5e0fb;
  box-shadow: 0 0 1px 1px #fff;
}

.kn-slider-container.-main .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #547bdb;
}

.kn-section.-univ .kn-ttl.-h3 {
  font-size: .22rem;
  font-weight: 400;
  line-height: 1.44545;
  margin: 10px 0 20px;
  padding: 0;
  text-align: center;
  color: #547bdb;
  border: none;
}

.kn-section.-univ .kn-d-list.-univ.-hotuviv {
  margin: 0;
}

.kn-univ-search-form {
  width: calc(100%/3*2);
  margin: auto;
}

.kn-univ-search-form .kn-university-search {
  margin-bottom: 20px;
}

.kn-univ-search-form .kn-university-search>.input>.kn-textbox {
  font-size: .16rem;
  height: 54px;
}

.kn-univ-search-pref {
  position: relative;
}

.kn-univ-search-pref>.map {
  position: relative;
  overflow: hidden;
  width: 250px;
  height: 210px;
  margin: auto;
  background: url(/images/img_campas_search_bg.png) left top no-repeat;
}

.kn-univ-search-pref>.map:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  transition: opacity 300ms ease;
  opacity: 0;
  background: url(/images/img_campas_search_on.png) -100% top no-repeat;
}

.kn-univ-search-pref>.map>img {
  position: relative;
}

.kn-univ-search-pref[data-active-area=hokkaido-tohoku]>.map:before {
  opacity: 1;
}

.kn-univ-search-pref[data-active-area=kanto-koshinetsu]>.map:before {
  opacity: 1;
  background-position: left -210px;
}

.kn-univ-search-pref[data-active-area=hokuriku-tokai]>.map:before {
  opacity: 1;
  background-position: left -420px;
}

.kn-univ-search-pref[data-active-area=kinki]>.map:before {
  opacity: 1;
  background-position: left -630px;
}

.kn-univ-search-pref[data-active-area=chugoku-shikoku]>.map:before {
  opacity: 1;
  background-position: left -840px;
}

.kn-univ-search-pref[data-active-area=kyushu-okinawa]>.map:before {
  opacity: 1;
  background-position: left -1050px;
}

.kn-univ-search-pref>.areas>li>.area:hover {
  text-decoration: none;
  opacity: .9;
}

@-webkit-keyframes area-fadein {
  0% {
    width: 90px;
    height: 90px;
    opacity: 0;
  }

  100% {
    width: 90px;
    height: 90px;
    opacity: 1;
  }
}

@keyframes area-fadein {
  0% {
    width: 90px;
    height: 90px;
    opacity: 0;
  }

  100% {
    width: 90px;
    height: 90px;
    opacity: 1;
  }
}

.kn-section.-news .kn-scroll-block.-scroll-y {
  height: 220px;
}

.kn-slider-container.-ticker {
  position: relative;
  margin: 0 0 30px;
  border-radius: 24px;
  background: #f7f7f4;
}

.kn-slider-container.-ticker:before,.kn-slider-container.-ticker:after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  display: block;
  width: 40px;
  content: '';
  background: inherit;
}

.kn-slider-container.-ticker:before {
  left: 0;
}

.kn-slider-container.-ticker:after {
  right: 0;
}

.kn-slider-container.-ticker>.slider-wrapper>.slider-item>a {
  line-height: 1.3;
  display: block;
  padding: 15px 40px;
  text-align: center;
  color: #333;
}

.kn-slider-container.-ticker>.slider-wrapper>.slider-item>a:hover {
  text-decoration: none;
}

.kn-slider-container.-ticker .prev,.kn-slider-container.-ticker .next {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: auto;
  cursor: pointer;
}

.kn-slider-container.-ticker .prev {
  left: 20px;
}

.kn-slider-container.-ticker .prev:before {
  position: absolute;
  top: 0;
  top: 1px;
  bottom: 0;
  left: 5px;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: auto;
  content: '';
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  vertical-align: middle;
  border-top: 1px solid #0072ba;
  border-right: 1px solid #0072ba;
  border-bottom-color: transparent!important;
  border-left-color: transparent!important;
}

.kn-slider-container.-ticker .next {
  right: 20px;
}

.kn-slider-container.-ticker .next:before {
  position: absolute;
  top: 0;
  top: 1px;
  bottom: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: auto;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  border-top: 1px solid #0072ba;
  border-right: 1px solid #0072ba;
  border-bottom-color: transparent!important;
  border-left-color: transparent!important;
}

@media print,screen and (min-width:768px) {
  .kn-section:before {
    min-width: 1060px;
  }

  .kn-section.-main>.container {
    overflow: hidden;
/*    min-height: 329px;*/
    -webkit-animation: top-fadein 1000ms ease forwards;
            animation: top-fadein 1000ms ease forwards;
    opacity: 0;
  }

  .kn-slider-container.-main {
    width: 776px;
  }

  .kn-section.-exam {
    padding: 80px 0 100px;
  }

/*
  .kn-section.-exam:before {
    background: url(/images/bg_exam.jpg) center bottom repeat-x;
    background-color: inherit;
  }
*/

  .kn-section.-univ {
    padding: 60px 0 190px;
  }

  .kn-section.-univ:before {
    background: url(/images/bg_exam.jpg) center bottom repeat-x;
    background-color: inherit;
  }

  .kn-section.-univ .kn-d-list.-univ.-hotuviv {
    padding: 0;
  }

  .kn-section.-univ .kn-d-list.-univ.-hotuviv>.contents {
    margin: 0;
  }

  .kn-univ-search-form {
    padding-top: 40px;
  }

  .kn-univ-search-pref>.areas>li>.area {
    font-weight: 700;
    position: absolute;
    right: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: auto;
    padding-top: .1em;
    transition: opacity 300ms 50ms ease;
    opacity: 0;
    color: #547bdb;
    border: 3px solid #547bdb;
    border-radius: 50%;
    background: #fff;

    -ms-flex-align: center;
    align-items: center;
  }

  .kn-univ-search-pref>.areas>li>.area>b {
    line-height: 1.3;
    position: relative;
    padding-left: 24px;
  }

  .kn-univ-search-pref>.areas>li>.area>b:before {
    position: absolute;
    top: 0;
    top: 5px;
    bottom: 0;
    bottom: auto;
    left: 10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: auto;
    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    vertical-align: middle;
    border-top: 2px solid #547bdb;
    border-top-color: inherit;
    border-right: 2px solid #547bdb;
    border-right-color: inherit;
    border-bottom-color: transparent!important;
    border-left-color: transparent!important;
  }

  .kn-univ-search-pref>.areas>li>.area.-hokkaido-tohoku {
    top: 15px;
    right: -350px;
    color: #57aee5;
    border-color: #57aee5;
  }

  .kn-univ-search-pref>.areas>li>.area.-kanto-koshinetsu {
    right: -320px;
    bottom: 10px;
    color: #42d4bb;
    border-color: #42d4bb;
  }

  .kn-univ-search-pref>.areas>li>.area.-hokuriku-tokai {
    top: 30px;
    color: #6bdf7f;
    border-color: #6bdf7f;
  }

  .kn-univ-search-pref>.areas>li>.area.-kinki {
    top: 40px;
    left: -100px;
    color: #55c6d7;
    border-color: #55c6d7;
  }

  .kn-univ-search-pref>.areas>li>.area.-chugoku-shikoku {
    top: 40px;
    left: -120px;
    color: #809bdf;
    border-color: #809bdf;
  }

  .kn-univ-search-pref>.areas>li>.area.-kyushu-okinawa {
    top: 60px;
    left: -300px;
    color: #a88beb;
    border-color: #a88beb;
  }

  .kn-univ-search-pref[data-active-area=hokkaido-tohoku]>.areas>li>.area.-hokkaido-tohoku,.kn-univ-search-pref[data-active-area=kanto-koshinetsu]>.areas>li>.area.-kanto-koshinetsu,.kn-univ-search-pref[data-active-area=hokuriku-tokai]>.areas>li>.area.-hokuriku-tokai,.kn-univ-search-pref[data-active-area=kinki]>.areas>li>.area.-kinki,.kn-univ-search-pref[data-active-area=chugoku-shikoku]>.areas>li>.area.-chugoku-shikoku,.kn-univ-search-pref[data-active-area=kyushu-okinawa]>.areas>li>.area.-kyushu-okinawa {
    -webkit-animation: area-fadein ease 600ms 50ms forwards;
            animation: area-fadein ease 600ms 50ms forwards;
  }

  .kn-section.-toku {
    padding: 100px 0;
  }

  .kn-section.-toku .kn-txt.-voice {
    font-size: .18rem;
    line-height: 1.54444;
    margin-bottom: 30px;
    text-align: center;
  }

  .kn-section.-news {
    padding: 100px 0 50px;
  }
}

@media screen and (max-width:767px) {
  .kn-main-container>.column.-main {
    padding: 0;
  }

  .kn-ttl.-h2 {
    font-size: .22rem;
    line-height: 1.44545;
    margin-bottom: 20px;
  }

  .kn-ttl.-h2>.kn-link.-forward {
    padding-right: 26px;
  }

  .kn-ttl.-h2>.kn-link.-forward:before {
    right: 7px;
    width: 4px;
    height: 4px;
  }

  .kn-ttl.-h2>.kn-link.-forward:after {
    width: 16px;
    height: 16px;
  }

  .kn-section.-main {
    padding: 15px 10px;
  }

  .kn-slider-container.-main {
    height: 0;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: calc(100%*248/776);
  }

  .kn-slider-container.-main>.slider-wrapper {
    position: absolute;
    top: 0;
    left: 0;
  }

  .kn-section.-exam {
    padding-bottom: 40px;
  }

/*
  .kn-section.-univ {
    padding-bottom: 40px;
  }
*/

  .kn-section.-univ .kn-ttl.-h3 {
    font-size: .18rem;
    line-height: 1.54444;
  }

  .kn-section.-univ .kn-box.-bg.-univsearch,.kn-section.-univ .kn-box.-bg.-hot {
    margin-right: -10px;
    margin-left: -10px;
  }

  .kn-univ-search-form {
    width: 75%;
  }

  .kn-univ-search-form .kn-university-search {
    margin-bottom: 15px;
  }

  .kn-univ-search-pref>.map {
    display: none;
  }

  .kn-univ-search-pref>.areas {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .kn-univ-search-pref>.areas>li {
    width: calc(100%/3 - 4px/3);
  }

  .kn-univ-search-pref>.areas>li:nth-child(n+4) {
    margin-top: 2px;
  }

  .kn-univ-search-pref>.areas>li>.area {
    font-size: .14rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    min-width: 0;
    height: 70px;
    padding: 5px;
    color: #fff;
    background: #547bdb;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .kn-univ-search-pref>.areas>li>.area.-hokkaido-tohoku {
    background: #57aee5;
  }

  .kn-univ-search-pref>.areas>li>.area.-kanto-koshinetsu {
    background: #42d4bb;
  }

  .kn-univ-search-pref>.areas>li>.area.-hokuriku-tokai {
    background: #6bdf7f;
  }

  .kn-univ-search-pref>.areas>li>.area.-kinki {
    background: #55c6d7;
  }

  .kn-univ-search-pref>.areas>li>.area.-chugoku-shikoku {
    background: #809bdf;
  }

  .kn-univ-search-pref>.areas>li>.area.-kyushu-okinawa {
    background: #a88beb;
  }

  .kn-section.-toku {
    padding: 40px 10px;
  }

  .kn-section.-news {
    padding: 40px 10px 0;
  }

  .kn-section.-news .kn-scroll-block.-scroll-y {
    height: 320px;
  }

  .kn-slider-container.-ticker {
    margin: 0 0 20px;
  }

  .kn-slider-container.-ticker:before,.kn-slider-container.-ticker:after {
    width: 30px;
  }

  .kn-slider-container.-ticker .prev {
    left: 10px;
  }

  .kn-slider-container.-ticker .next {
    right: 10px;
  }
}

.favorite {
#  padding: 0 40px;
  padding: 0;
  max-width: 1040px;
}
.favorite__slider {
  opacity: 0;
  margin: 0 -8px;
}
.favorite__slider.is-loaded {
  opacity: 1;
}

.favorite__slider.slick-initialized {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
}
.favorite__slider.slick-dotted.slick-slider {
  margin-bottom: 20px;
}
.favorite__slider .slick-track {
  padding-bottom: 10px !important; /* カードの影を表示するため */
}
.favorite__slider .prev-arrow,
.favorite__slider .next-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.favorite__slider .prev-arrow {
  left: -40px;
}
.favorite__slider .next-arrow {
  right: -40px;
}
.favorite__slider .slick-dots li button:before {
  opacity: 1;
  color: #d4e0fb;
}
.favorite__slider .slick-dots li.slick-active button:before {
  color: #547bdb;
}
.favorite__slide {
  width: 33.3333333333% ! important;
#  width: 33.3333333333%;
  padding: 0 8px;
}
.favorite__compare {
  padding-top: 24px;
  text-align: center;
}


.favorite__slider .slick-list {
  margin-top: -10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}


.c-favorite-button {
  display: inline-block;
  cursor: pointer;
  border-radius: 6px;
}
.c-favorite-button input {
  position: absolute;
  visibility: hidden;
}
.c-favorite-button__text {
  width: 136px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 8px 8px 30px;
  background: #fff url(/images/top/icons/ico_heart_01.svg) no-repeat left 8px center;
  border: 1px solid #8ea8e6;
  border-radius: 6px;
  font-size: 0.12rem;
  font-weight: 400;
  color: #547bdb;
}
.c-favorite-button__text-default {
  display: inline;
}
.c-favorite-button__text-checked {
  display: none;
}
.c-favorite-button__text-sp {
  display: none;
}
.c-favorite-button input:checked ~ .c-favorite-button__text {
  background: #ffe4d2 url(/images/top/icons/ico_heart_fill_01.svg) no-repeat left 8px center;
  color: #333333;
}
.c-favorite-button input:checked ~ .c-favorite-button__text .c-favorite-button__text-default {
  display: none;
}
.c-favorite-button input:checked ~ .c-favorite-button__text .c-favorite-button__text-checked {
  display: inline;
}

.c-favorite-card-button {
  width: 100%;
  min-height: 50px;
  padding: 8px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none !important;
  color: #fff;
  background-image: url(/images/top/ico_favorite_button_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 8px center;
  font-weight: 700;
}
.c-favorite-card-button__label {
  width: 48px;
  margin-right: 8px;
  display: block;
  text-align: center;
  padding: 3px 2px;
  background: #fff;
  font-size: 0.12rem;
}
.c-favorite-card-button__text {
  font-size: 0.14rem;
}
.c-favorite-card-button--private {
  background-color: #e86875;
}
.c-favorite-card-button--private .c-favorite-card-button__label {
  color: #e86875;
}
.c-favorite-card-button--national {
  background-color: #547bdb;
}
.c-favorite-card-button--national .c-favorite-card-button__label {
  color: #547bdb;
}
.c-favorite-card-button--public {
  background-color: #23a1ba;
}
.c-favorite-card-button--public .c-favorite-card-button__label {
  color: #23a1ba;
}
.c-favorite-card-button--big-school {
  background-color: #61a624;
}
.c-favorite-card-button--big-school .c-favorite-card-button__label {
  color: #61a624;
}
.c-favorite-card-button.is-disabled {
  background-image: none;
  pointer-events: none;
  overflow: hidden;
}
.c-favorite-card-button.is-disabled::after {
  width: 100%;
  height: 100%;
  content: "";
  background: #e4e4e4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}

.c-favorite-card {
  height: 100%;
  padding: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.c-favorite-card.is-disabled {
  background: #e4e4e4;
}
.c-favorite-card__buttons {
  margin-bottom: 16px;
}
.c-favorite-card__links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-favorite-card__links {
  margin: -4px 0;
}
.c-favorite-card__links-item {
  padding: 4px 0;
}

.c-favorite-error {
  display: none;
  line-height: 26px;
  padding-left: 36px;
  font-size: 0.14rem;
  font-weight: 700;
  color: #f00;
  background: url(/common/images/icons/ico_alert.svg) no-repeat left center;
  background-size: 26px 26px;
}

.c-favorite-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px;
}
.c-favorite-group__item {
  width: 100%;
  padding: 8px;
}

.c-favorite-hr {
  display: block;
  border-top: 1px solid #e4e4e4;
}

.c-favorite-link {
  display: block;
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 20px;
  padding-left: 36px;
  line-height: 1.5;
}
.c-favorite-link.is-disabled {
  position: relative;
  pointer-events: none;
  color: #888;
  background-color: #fff;
}
.c-favorite-link.is-disabled::after {
  width: 100%;
  height: 100%;
  background: #888;
  opacity: 0.3;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-favorite-link--news-event {
  background-image: url(/images/top/university/news/event.svg);
}
.c-favorite-link--news-carrier {
  background-image: url(/images/top/university/news/carrier.svg);
}
.c-favorite-link--news-zeminar {
  background-image: url(/images/top/university/news/zeminar.svg);
}
.c-favorite-link--news-selection_feature {
  background-image: url(/images/top/university/news/selection_feature.svg);
}
.c-favorite-link--news-examination_control {
  background-image: url(/images/top/university/news/examination_control.svg);
}
.c-favorite-link--news-examination_info {
  background-image: url(/images/top/university/news/examination_info.svg);
}
.c-favorite-link--news-university_info {
  background-image: url(/images/top/university/news/university_info.svg);
}
.c-favorite-link--news-learn {
  background-image: url(/images/top/university/news/learn.svg);
}
.c-favorite-link--news-study {
  background-image: url(/images/top/university/news/study.svg);
}
.c-favorite-link--news-class {
  background-image: url(/images/top/university/news/class.svg);
}
.c-favorite-link--news-recommendation {
  background-image: url(/images/top/university/news/recommendation.svg);
}
.c-favorite-link--news-education {
  background-image: url(/images/top/university/news/education.svg);
}
.c-favorite-link--news-study_abroad {
  background-image: url(/images/top/university/news/study_abroad.svg);
}
.c-favorite-link--news-total {
  background-image: url(/images/top/university/news/total.svg);
}
.c-favorite-link--news-transfer {
  background-image: url(/images/top/university/news/transfer.svg);
}
.c-favorite-link--news-past {
  background-image: url(/images/top/university/news/past.svg);
}
.c-favorite-link--overview-open {
  background-image: url(/images/top/university/overview/open.svg);
}
.c-favorite-link--overview-campus {
  background-image: url(/images/top/university/overview/campus.svg);
}
.c-favorite-link--overview-acquirable {
  background-image: url(/images/top/university/overview/acquirable.svg);
}
.c-favorite-link--overview-scholarship {
  background-image: url(/images/top/university/overview/scholarship.svg);
}
.c-favorite-link--overview-school {
  background-image: url(/images/top/university/overview/school.svg);
}
.c-favorite-link--overview-faculty {
  background-image: url(/images/top/university/overview/faculty.svg);
}
.c-favorite-link--overview-study {
  background-image: url(/images/top/university/overview/study.svg);
}
.c-favorite-link--overview-enter {
  background-image: url(/images/top/university/overview/enter.svg);
}
.c-favorite-link--selection-deviation {
  background-image: url(/images/top/university/selection/deviation.svg);
}
.c-favorite-link--selection-examination_trend {
  background-image: url(/images/top/university/selection/examination_trend.svg);
}
.c-favorite-link--selection-examination_problem {
  background-image: url(/images/top/university/selection/examination_problem.svg);
}
.c-favorite-link--selection-examination_change {
  background-image: url(/images/top/university/selection/examination_change.svg);
}
.c-favorite-link--selection-examination_schedule {
  background-image: url(/images/top/university/selection/examination_schedule.svg);
}
.c-favorite-link--selection-examination_subjects {
  background-image: url(/images/top/university/selection/examination_subjects.svg);
}
.c-favorite-link--selection-examination_result {
  background-image: url(/images/top/university/selection/examination_result.svg);
}
.c-favorite-link--selection-entrance {
  background-image: url(/images/top/university/selection/entrance.svg);
}
.c-favorite-link--selection-trial {
  background-image: url(/images/top/university/selection/trial.svg);
}
.c-favorite-link--selection-scholarship {
  background-image: url(/images/top/university/selection/scholarship.svg);
}
.c-favorite-link--total-selection-recommendation {
  background-image: url(/images/top/university/total-selection/recommendation.svg);
}
.c-favorite-link--total-selection-total {
  background-image: url(/images/top/university/total-selection/total.svg);
}
.c-favorite-link--total-selection-result {
  background-image: url(/images/top/university/total-selection/result.svg);
}


.register-card {
  width: 100%;
  height: 100%;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  text-align: center;
}

.register-card-text {
  color: #888;
}

.others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.favorite_univs .slick-list {
  width : 100% !important;
}
.favorite_univs .slick-track {
#  width : 100% !important;
  display: flex;
  justify-content: center;
}

.favorite__slider .slick-list {
  margin-top: -10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.favorite_univs .register-card {
  min-height: 150px;
}

@media all and (min-width: 768px) {
  /**/
}
@media all and (max-width: 767.9px) {
  /**/
  .top-ttl {
    font-size: 0.18rem !important;
  }
  .favorite {
    padding: 0;
  }
  .favorite__slider-container {
    margin: 0 -10px;
  }
  .favorite__slider-container.is-favorite-1 {
    margin: 0;
  }
  .favorite__slider {
    margin: 0 -4px;
  }
  .favorite__slider .slick-slide {
    -webkit-transform: scaleY(1.05);
    transform: scaleY(1.05);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .favorite__slider .slick-slide.is-active {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .favorite__slide {
    width: 100% ! important;
    padding: 0 4px;
    -webkit-transform: scaleY(1.05);
    transform: scaleY(1.05);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .favorite__slide.is-active {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .favorite__compare {
    padding-top: 16px;
  }

  .others {
    display: block;
    margin: 0 -10px;
  }
}

/* お勧め */
.-c-recommended {
  max-width: 1040px;
}

.c-recommended {
  max-width: 1040px;
}

.c-recommended img {
  max-width: 100%;
}

.c-recommended__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
}
.c-recommended__slider.slick-initialized {
  opacity: 1;
}
.c-recommended__slider.slick-dotted.slick-slider {
  margin-bottom: 20px;
}
.c-recommended__slider .prev-arrow,
.c-recommended__slider .next-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.c-recommended__slider .prev-arrow {
  left: 8px;
}
.c-recommended__slider .next-arrow {
  right: 8px;
}
.c-recommended__slider .slick-dots li button:before {
  opacity: 1;
  color: #d4e0fb;
}
.c-recommended__slider .slick-dots li.slick-active button:before {
  color: #547bdb;
}

.-c-recommended .slick-initialized .slick-slide {
  display: flex;
}
.-c-recommended .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
