/* home
   ========================================================================== */
/* Slider */
.jumbotron {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 5px;
  margin-bottom: 13px;
}
.jumbotron.loading {
  height: 0;
  padding-top: 41.25%;
}
.jumbotron.loading .slider-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
.jumbotron.loading .slider-loading > .container {
  height: 100%;
  display: block;
  background: url(../common/img/loading.gif) 50% 50% no-repeat;
}
.jumbotron .slider {
  -webkit-touch-callout: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-image: url("../img/slidde-shadow.png");
  background-position: bottom center;
  background-size: 97.8125% auto;
  background-repeat: no-repeat;
  padding-bottom: 3.75%;
  display: none;
}
@media print, screen and (min-width:768px){
  .jumbotron {
    max-height: 371px;
    background: url("../img/home-bg.jpg") repeat-x 10% 0;
    padding-bottom: 0;
  }
  .jumbotron.loading {
    padding-top: 37.1%;
  }
  .jumbotron .slider {
    margin-top: 58px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    margin-bottom: -20px;
  }
  .jumbotron .slider {
    background-size: 1080px auto;
    padding-bottom: 33px;
  }
}

/* Slider */
.slick-slider {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-loading .slick-list {
  background: #fff url("../common/common/img/loading.gif") center center no-repeat;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  line-height: 0;
  font-size: 0;
}
.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide .img {
  width: 100%;
}
.slick-slide .img img {
  width: 100%;
  max-width: 100vw;
}
.slick-slide .img-hidden-sp {
  display: none !important;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
@media print, screen and (min-width:768px){
  .slick-slide {
    width: 100%;
  }
  .slick-slide .img-hidden-pc {
    display: none !important;
  }
  .slick-slide .img-hidden-sp {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .slick-slide {
    width: 1012px;
    padding: 0 36px;
  }
}
@media (min-width: 1200px) {
  .slick-slide {
    width: 1072px;
  }
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slider-arrows {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider-arrows .container {
  position: relative;
  height: 100%;
  display: block;
}
.slider-arrows .slider-arrows__next,
.slider-arrows .slider-arrows__prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  height: 30px;
  width: 30px;
  margin-top: -3px;
  line-height: 0;
  font-size: 0;
  background-color: #43c79e;
  cursor: pointer;
  border-radius: 100%;
}
.slider-arrows .slider-arrows__next:before,
.slider-arrows .slider-arrows__prev:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
}
.slider-arrows .slider-arrows__prev {
  left: 0;
}
.slider-arrows .slider-arrows__prev:before {
  -moz-transform: translate(-50%, -50%) rotate(225deg);
  -ms-transform: translate(-50%, -50%) rotate(225deg);
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
}
.slider-arrows .slider-arrows__next {
  right: 0;
}
.slider-arrows .slider-arrows__next:before {
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width: 992px) {
  .slider-arrows {
    display: block;
  }
}
@media (min-width: 1200px) {
  .slider-arrows .slider-arrows__prev {
    left: -41px;
  }
  .slider-arrows .slider-arrows__next {
    right: -41px;
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 0;
  font-size: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 7px;
  width: 7px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  padding: 0;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background-color: #c2c2c2;
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 0.5;
}
.slick-dots li.slick-active button {
  background-color: #43c79e;
}

.home-conts {
  position: relative;
  z-index: 2;
}

/* bn-lst
--------------------------------------------------------- */
.bn-lst {
  line-height: 0;
  font-size: 0;
}
@media (min-width: 480px) {
  .bn-lst {
    overflow: hidden;
  }
}

.bn-item {
  font-size: initial;
  margin-bottom: 10px;
}
.bn-item a {
  display: block;
}
.bn-item a:hover {
  opacity: 0.7;
}
.bn-item a > img {
  width: 100%;
}
@media (min-width: 480px) {
  .bn-item {
    width: 49%;
    float: left;
  }
  .bn-item:nth-of-type(odd) {
    margin-right: 2%;
  }
}
@media print, screen and (min-width:768px){
  .bn-item {
    width: auto;
    float: none;
  }
  .bn-item:nth-of-type(odd) {
    margin-right: 0;
  }
}

.founding-count,.bn-video {
  position: relative;
}
.founding-count a,.bn-video a {
  display: block;
}
.founding-count .founding-count__area {
  height: 0;
  padding-top: 41%;
  background-image: url("../img/bg-founding-sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.founding-count__num {
  position: absolute;
  top: 69.1%;
  right: 11.17%;
  width: 21%;
  display: inline-block;
}
.founding-count__num img {
  width: 27.33%;
  margin: 0 3%;
}
.founding-count .founding-txt {
  display: none;
}
.bn-video .bn-video__area {
  height: 0;
  padding-top: 41%;
  background-image: url("../img/bg-video-sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.bn-video__inner {
  position: absolute;
  top: 69.1%;
  right: 11.17%;
  width: 21%;
  display: inline-block;
}
.bn-video__inner img {
  width: 27.33%;
  margin: 0 3%;
}
.bn-video .video-txt {
  display: none;
}

@media print, screen and (min-width:768px){
  .founding-count {
    border: 1px solid #40cfaf;
  }
  .bn-video {
    height: 230px;
    border: 2px solid #ff8a00;
  }
  .founding-count .founding-count__area {
    margin: 10px auto;
    display: block;
    width: 158px;
    padding-top: 69.47%;
    background-image: url("../img/bg-founding-pc.jpg");
  }
   .bn-video .bn-video__area {
    margin: 10px auto;
    display: block;
    width: 158px;
    padding-top: 69.47%;
    background-image: url("../img/bg-video-pc.jpg");
  } 
  .founding-count__num,.video__num {
    top: 61px;
    left: 32px;
    width: 54.43%;
  }
  .founding-count .founding-txt, .bn-video .video-txt {
    display: block;
    line-height: 1.2;
  }
  .founding-count .founding-caption {
    font-size: 1.2rem;
    margin: 10px 0;
    padding: 0 6px 0 18px;
  }
  .founding-count .founding-txt__bnr,.video-txt .video-txt__bnr {
    margin: 10px 0 10px;
    text-align: center;
  }
  .video-txt .video-txt__bnr {
    margin: 10px 0;
    text-align: center;
  }
  .founding-count .founding-count__link {
    position: relative;
    margin-bottom: 5px;
  }
  .founding-count .founding-count__link::before {
    font-family: 'nishogakusya-icn' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    width: 14px;
    height: 14px;
    line-height: 16px;
    text-align: center;
    display: block;
    content: "\e90a";
    font-size: 12px;
    color: #fff;
    background-color: #40cfaf;
    position: absolute;
    top: 0;
    left: 1px;
  }
  .founding-count .founding-count__link span {
    margin-left: 25px;
    padding-right: 10px;
    font-size: 1.4rem;
    display: block;
  }
}
.bn-admission {
  margin-bottom:10px;
}
.admission-lst {
  display: none;
}
@media print, screen and (min-width:768px){
	.bn-admission {
  	margin-bottom:0;
	}
  .admission-lst {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .admission-lst li {
    border-width: 0 1px 1px 1px;
    border-color: #40cfaf;
    border-style: solid;
    height: 60px;
  }
  .admission-lst li a {
    position: relative;
    display: block;
    height: 100%;
  }
  .admission-lst li a:hover {
    color: #40cfaf;
  }
  .admission-lst li a::before {
    font-family: 'nishogakusya-icn' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    width: 14px;
    height: 14px;
    line-height: 16px;
    text-align: center;
    display: block;
    content: "\e90a";
    font-size: 12px;
    color: #fff;
    background-color: #40cfaf;
    position: absolute;
    top: 50%;
    left: 1px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .admission-lst li a span {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 25px;
    display: block;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media print, screen and (min-width:768px){
  .bn-android {
    border: 1px solid #40cfaf;
  }
  .bn-android__txt {
    text-align: center;
    padding-top: 13px;
  }
  .bn-android__txt span {
    position: relative;
    padding: 12px 10px 12px 25px;
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
  }
  .bn-android__txt span::before {
    font-family: 'nishogakusya-icn' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    width: 14px;
    height: 14px;
    line-height: 16px;
    text-align: center;
    display: block;
    content: "\e90a";
    font-size: 10px;
    color: #fff;
    background-color: #40cfaf;
    position: absolute;
    top: 50%;
    left: 1px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.aside-bn-list a:hover {
  text-decoration: none;
}
.aside-bn__sp .aside-bn-list {
  margin-left: -10px;
  margin-right: -10px;
}
.aside-bn__sp .aside-bn-list li a {
  display: block;
}
.aside-bn__sp .aside-bn-list .li-link a,
.aside-bn__sp .aside-bn-list .li-lst a {
  padding: 15px 10px 15px 24px;
  position: relative;
}
.aside-bn__sp .aside-bn-list .li-link a::before,
.aside-bn__sp .aside-bn-list .li-lst a::before {
  font-family: 'nishogakusya-icn' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e90a";
  font-size: 12px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -2px;
}
.aside-bn__sp .aside-bn-list .li-link a::after,
.aside-bn__sp .aside-bn-list .li-lst a::after {
  content: attr(data-label);
}
.aside-bn__sp .aside-bn-list .li-link img,
.aside-bn__sp .aside-bn-list .li-lst img {
  display: none;
}
.aside-bn__sp .aside-bn-list .li-lst {
  border-bottom: 1px solid #cdcdcd;
}
.aside-bn__sp .aside-bn-list .li-lst a::before {
  color: #40cfaf;
}
.aside-bn__sp .aside-bn-list .li-link:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
.aside-bn__sp .aside-bn-list .li-link a {
  color: #fff;
  background-color: #40cfaf;
}
.aside-bn__sp .aside-bn-list .li-link a::before {
  color: #fff;
}
.aside-bn__sp .aside-bn-list .li-bnr a {
  padding: 10px;
}
.aside-bn__sp .aside-bn-list .li-bnr img {
  width: 100%;
}
.aside-bn__sp .aside-bn-list .aside-bn-list__fb a {
  display: block;
  color: #fff;
  padding: 0 15px;
  line-height: 44px;
  height: 44px;
  background-color: #2e4688;
}
.aside-bn__sp .aside-bn-list .aside-bn-list__fb a::before {
  font-family: 'nishogakusya-icn' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e912";
  color: #fff;
  font-size: 30px;
  display: inline-block;
  position: relative;
  top: 7px;
  left: auto;
  margin-top: 0;
  margin-right: 10px;
}
.aside-bn__pc .aside-bn-list {
  display: none;
}
.aside-bn-child-list>li{		
	padding-left: 1em;
	border-top: 1px solid #cdcdcd;
}
@media print, screen and (min-width:768px){
	.aside-bn-child-list{
		margin-top: -1px;
		padding: 5px 0;
		border: 1px solid #cdcdcd;
	}
	.aside-bn-child-list li{
		font-size: 1.4rem;
		line-height: 1.4;
		margin: 0;
		padding: 0;
    border-top: none;
	}
	.aside-bn-child-list a{
		padding: 5px 10px 5px 25px;
		position: relative;
	}
	.aside-bn-child-list a::before{
		font-family: 'nishogakusya-icn' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		width: 14px;
		height: 14px;
		line-height: 16px;
		text-align: center;
		display: block;
		content: "\e90a";
		font-size: 12px;
		color: #fff;
		background-color: #199d51;
		position: absolute;
		top: 50%;
		left: 1px;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media print, screen and (min-width:768px){
  .aside-bn-list {
    line-height: 0;
    font-size: 0;
  }
  .aside-bn__sp .aside-bn-list {
    display: none;
  }
  .aside-bn__pc .aside-bn-list {
    display: block;
  }
  .aside-bn-list a {
    display: block;
  }
  .aside-bn-list a:hover {
    opacity: 0.7;
  }
  .aside-bn-list>li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .aside-bn-list>li img {
    line-height: initial;
    font-size: initial;
  }
}

.important_news {
  border: 3px double red;
  box-shadow: 0 0 0 1px red;
  padding: 12px;
  margin: 10px 0;
  width: 100%;
}
.important_news__title {
  color: red;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 5px;
}
.important_news li:not(:last-of-type) {
  margin-bottom: 5px;
}
.important_news__date {
  display: block;
  color: red;
}
@media print, screen and (min-width:768px){
  .important_news {
    margin: 0 0 40px;
    box-shadow: 0 0 0 2px red;
    padding: 15px;
  }
  .important_news__title {
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .important_news li {
    display: table;
    font-size: 1.6rem;
  }
  .important_news li a {
    display: table-cell;
  }
  .important_news__date {
    display: table-cell;
    padding-right: 22px;
  }
}

.home-sec {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #40cfaf;
}
.home-sec__t {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 6px 10px;
  border-bottom: 1px solid #cdcdcd;
}
.home-sec__t::before {
  font-family: 'nishogakusya-icn' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #40cfaf;
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
@media print, screen and (min-width:768px){
  .home-sec {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
    border-top-width: 2px;
  }
  .home-sec__t {
    font-size: 1.8rem;
    padding: 15px 0;
    font-weight: 500;
  }
  .home-sec__t::before {
    font-size: 23px;
    margin-right: 10px;
  }
}

.home-pickup__t::before {
  content: "\e90b";
}
.home-pickup__lst li {
  padding: 8px 15px;
}
.home-pickup__lst li:not(:last-of-type) {
  border-bottom: 1px dotted #cdcdcd;
}
@media print, screen and (min-width:768px){
  .home-pickup__lst li {
    padding: 15px 0;
  }
}
.home-pickup__lst .home-pickup__lst__date{
  display: block;
}

.home-channel__t::before {
  content: "\e910";
}
.home-channel__video {
  width: 65.625%;
  max-width: 420px;
  margin: 10px auto;
}
.home-channel__txt {
  padding: 0 15px;
}
@media print, screen and (min-width:768px){
  .home-channel > .row {
    margin-top: 20px;
  }
  .home-channel__video {
    float: left;
    margin: 0;
    width: 53.8%;
    max-width: 420px;
  }
  .home-channel__video a:hover {
    opacity: .7;
  }
  .home-channel__txt {
    float: right;
    max-width: 320px;
    width: 43%;
    padding: 0;
  }
}

.home-voice__t::before {
  content: "\e911";
}
.home-voice__lst li {
  padding: 8px 15px;
}
.home-voice__lst li:not(:last-of-type) {
  border-bottom: 1px dotted #cdcdcd;
}
.home-voice__lst li span {
  width: 5em;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  display: inline-block;
  background-color: #40cfaf;
  margin-bottom: 5px;
}
.home-voice__lst li a {
  display: block;
}
.home-voice .bt-grad {
  margin: 0 10px;
}
@media print, screen and (min-width:768px){
  .home-voice__lst {
    overflow: hidden;
    margin-top: 20px;
  }
  .home-voice__lst li {
    width: 46.9230769%;
    padding: 0;
    float: left;
  }
  .home-voice__lst li:not(:last-of-type) {
    border: none;
    margin-right: 6.1538461%;
  }
  .home-voice__lst li span {
    width: auto;
    font-size: 1.2rem;
    display: block;
    padding: 5px;
    text-align: left;
    margin-bottom: 10px;
  }
  .home-voice__lst li span::after {
    content: "";
    height: 0;
    padding-top: 56.284153%;
    display: block;
    background-size: cover;
    margin: 5px -5px -5px;
  }
  .home-voice__lst li span.home-voice__movie {
    background-color: #1d6bdf;
  }
  .home-voice__lst li span.home-voice__movie::after {
    background-image: url(../img/home-voice-movie.jpg);
  }
  .home-voice__lst li span.home-voice__kokubun {
    background-color: #76c04e;
  }
  .home-voice__lst li span.home-voice__kokubun::after {
    background-image: url(../img/home-voice-kokubun.jpg);
  }
  .home-voice__lst a:hover {
    text-decoration: none;
  }
  .home-voice__lst a:hover span::after {
    opacity: .7;
  }
  .home-voice .bt-grad {
    display: none;
  }
}

.info-group {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.info-group__tab {
  width: -moz-calc(25% + .5px);
  width: -webkit-calc(25% + .5px);
  width: calc(25% + .5px);
  height: 55px;
  float: left;
  border-radius: 4px 4px 0 0;
  margin-right: -1px;
  border: 1px solid #cdcdcd;
  font-size: 1.1rem;
  text-align: center;
  padding: 7px;
  cursor: pointer;
  display: block;
}
.info-group__tab i {
  display: block;
  font-size: 23px;
  color: #40cfaf;
  margin-bottom: 2px;
}
.info-group input[type="radio"] {
  display: none;
}
.info-group input[type="radio"]:checked + .info-group__tab {
  color: #fff;
  background-color: #40cfaf;
  border-color: #40cfaf;
}
.info-group input[type="radio"]:checked + .info-group__tab i {
  color: #fff;
}
.info-group__cnt {
  display: block;
  width: 100%;
  float: left;
  border-top: 2px solid #40cfaf;
}
.info-group__sec {
  display: none;
}
.info-group .bt-grad {
  margin: 0 10px;
}
@media print, screen and (min-width:768px){
  .info-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .info-group__tab {
    height: 44px;
    line-height: 42px;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    padding: 0;
  }
  .info-group__tab i {
    display: inline-block;
    font-size: 21px;
    margin-right: 5px;
    margin-bottom: 0;
    position: relative;
    top: 3px;
  }
}

#itab1:checked ~ .info-group__cnt .info-group__latestinfo {
  display: block;
}

#itab2:checked ~ .info-group__cnt .info-group__topics {
  display: block;
}

#itab3:checked ~ .info-group__cnt .info-group__event {
  display: block;
}

#itab4:checked ~ .info-group__cnt .info-group__media {
  display: block;
}

.info-lst li {
  padding: 8px 15px;
}
.info-lst li:not(:last-of-type) {
  border-bottom: 1px dotted #cdcdcd;
}
.info-lst .info-cat {
  width: 5em;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  position: relative;
  top: -2px;
}
.info-lst .info-txt {
  margin-top: 5px;
}
.info-lst .info-txt img {
  display: none;
}
.info-lst .icn-new {
  display: inline-block;
  width: 16px;
  height: 5px;
  background: url("../img/icn-new.gif");
  background-size: cover;
  margin: 2px 5px;
}
@media print, screen and (min-width:768px){
  .info-lst li {
    padding: 15px 0;
  }
  .info-lst .info-txt {
    overflow: hidden;
  }
  .info-lst .info-txt img {
    margin-right: 10px;
    display: inline-block;
    float: left;
  }
}
.js_info_lst li:nth-child(n+6){display: none;}
.js_info_lst.open li:nth-child(n+6){display: list-item;}
.info-more{
  box-sizing: border-box;
  background-color:#eaecef;
  color: #787878;
  border-radius: 6px;
  display: block;
  text-align: center;
  border: 0;
  margin:20px 10px;
  padding: .5em;
  cursor: pointer;
}
@media print, screen and (min-width:768px){
  .info-more{
    margin:20px 0;
  }
  .info-more:hover{opacity: .7;}
}

.info-topic .info-cat {
  background-color: #1d6bdf;
}
.info-topic .info-data {
  color: #1d6bdf;
}

.info-event .info-cat {
  background-color: #ea5632;
}
.info-event .info-data {
  color: #ea5632;
}

.info-media .info-cat {
  background-color: #e84091;
}
.info-media .info-data {
  color: #e84091;
}
/*home-end*/




