﻿@charset "UTF-8";

@media (max-width: 705px) {
  body.responsive #contents .shokugakuHistoryContainer {
    margin: 60px 0 0;
    padding: 0;
  }
  body.responsive #contents .shokugakuHistoryContainer .shokugakuHistoryContainer-title {
    padding: 0 20px;
  }
}
@media (min-width: 706px) {
  body.responsive #contents .shokugakuHistoryContainer {
    margin: 80px auto 0;
    max-width: 1050px;
    padding: 0 10px;
  }
}
@media (max-width: 705px) {
  body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel {
    padding: 0;
    margin-top: 30px;
  }
  body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel li {
    margin-left: 20px;
  }
  body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel .slick-list {
    padding: 0 40% 0 0;
  }
  body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel .slick-list a {
    max-width: none;
  }
}
@media (min-width: 706px) {
  body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel {
    margin-top: 40px;
  }
  body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel li {
    width: 260px;
    flex: 0 0 auto;
  }
  body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel li + li {
    margin-left: 18px;
  }
  body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel .slick-list {
    padding: 0 18% 0 0;
  }
}
body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel ul {
  visibility: hidden;
  opacity: 0;
}
body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel ul .thumbnailLink {
  max-width: none;
}
body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel ul a {
  display: block;
}
body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel ul.slick-initialized {
  visibility: visible;
  opacity: 1;
}
body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel ul.slick-initialized {
  visibility: visible;
  opacity: 1;
}
body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel figure {
  position: relative;
}

body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel.-flex li:first-child {
  margin-left: 0;
}
@media (max-width: 705px) {
  body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel.-flex {
    padding: 0 20px;
    width: 100%;
  }
  body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel.-flex li {
    width: 48%;
  }
}
@media (min-width: 706px) {
  body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel.-flex {
    width: 100%;
  }
  body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel.-flex li {
    width: 23.5%;
  }
  body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel.-flex li + li {
    margin-left: 2%;
  }
}
body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel.-flex ul {
  display: flex;
  visibility: visible;
  opacity: 1;
}
body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel ul li .thumbnailLink .title{
    color: #009DFF;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 5px;
}
body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel ul li .thumbnailLink .name ,
body.responsive #contents .shokugakuHistoryContainer .shokugakuGakunaviCarousel ul li .thumbnailLink .univ {
    font-size: 12px;
    margin-top: 0px;
    padding-bottom: 0px;
}


body.responsive #contents .shokugakuHistoryContainer .carouselContainer-btn {
  margin: 30px auto 0;
}
body.responsive #contents .shokugakuHistoryContainer .carouselContainer-btn .secondaryBtn {
  margin: 0 auto;
}