@charset "utf-8";
/* CSS Document */


/* ==========================
========== スライダー =========
============================= */



/* ==========================
==========　メイン　===========
============================= */

/*学科一覧---------------------*/
ul.gakka_list {
  display: flex;
  background: #000;
}
ul.gakka_list li {
  width: 20%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  position: relative;
  font-weight: bold;
  opacity: 1;
  transition-duration: 0.3s;
}
ul.gakka_list li span {
  font-size: 10px;
  line-height: 1.5; 
  display: inline-block;
  margin-top: 10px;
  font-weight: lighter;
}
ul.gakka_list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.gakka_list li:nth-child(1) {background: url(/sci/img/gakka_bg01.png)no-repeat center center; background-size: cover;}
ul.gakka_list li:nth-child(2) {background: url(/sci/img/gakka_bg02.png)no-repeat center center; background-size: cover;}
ul.gakka_list li:nth-child(3) {background: url(/sci/img/gakka_bg03.png)no-repeat center center; background-size: cover;}
ul.gakka_list li:nth-child(4) {background: url(/sci/img/gakka_bg04.png)no-repeat center center; background-size: cover;}
ul.gakka_list li:nth-child(5) {background: url(/sci/img/gakka_bg05.png)no-repeat center center; background-size: cover;}

ul.gakka_list li .bg_mask {
    /*padding: 60px 0px 47px;*/
    padding: 17% 0 13%;
    min-height: 65px;
    background: rgba(0,0,0,0);
    transition-duration: 0.3s;
}
ul.gakka_list li:hover > .bg_mask {
    background: rgba(0,0,0,0.3);
    transition-duration: 0.3s;
}


/*中国竞彩网---------------------*/

.topix a {
  text-decoration: underline;
}
.topix a:hover {
	text-decoration: none;
}

.topix {
    position: relative;
}

.topix_midashi {
    font-size: 30px;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 20px 0;
	position: relative;
}
.topix_midashi::after {
	content: "";
	display: block;
	width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: 85px;
  left: 50%;
  margin-left: -16px;
}

p.topix_allow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    top: 85px;
    left: 50%;
    margin-left: -16px;
}

.topix dl {
    max-height: 350px;
    overflow-y: scroll;
}
.topix dl::-webkit-scrollbar{
    width: 10px;
}
.topix dl::-webkit-scrollbar-track-piece {
    background: #BCDE51;
}
.topix dl::-webkit-scrollbar-track{
    background: #BCDE51;
}
.topix dl::-webkit-scrollbar-thumb{
    background: #039244;
    border-radius: 5px;
}

.topix dl div {padding: 25px 0;}
.topix dl div:nth-child(even) {
    background: #ededed;
}
.topix dl div {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.topix dt {
    width: 100px;
    padding-right: 100px;
    color: #999999;
}
.topix dt.new_icon {
    background: url(/sci/img/topix_icon.png)no-repeat top 4px right 20px;
}

.topix dd {
    width: 680px;
}

.more {
    padding: 15px 0;
    background: #ededed;
}
.more .more_btn {
    position: relative;
    width: 300px;
    padding: 10px 0;
    text-align: center;
    margin: auto;
    background: url(/sci/img/topix_bg.png)no-repeat center;
    color: #fff;
}
.more .more_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*下層コンテンツリスト*/
.contents_list {
    display: flex;
    flex-wrap: wrap;
}

.contents_list .contents_inner {
  width: 50%;
  position: relative;
}
.contents_list .contents_inner a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contents_list .contents_inner:nth-child(1) {background:url(/sci/img/contents_list01.png);background-size: cover}
.contents_list .contents_inner:nth-child(2) {background:url(/sci/img/contents_list02.png);background-size: cover}
.contents_list .contents_inner:nth-child(3) {background:url(/sci/img/contents_list03.png);background-size: cover}
.contents_list .contents_inner:nth-child(4) {background:url(/sci/img/contents_list04.png);background-size: cover}

.contents_list .contents_inner p {
    text-align: center;
    font-size: 18px;
    padding: 8% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0);
    transition-duration: 0.3s;
}
.contents_list .contents_inner:hover > p {
    background: rgba(0,0,0,0.3);
    transition-duration: 0.3s;
    color: #fff;
}
.contents_list .contents_inner p span {
    font-size: 40px;
    font-weight: lighter;
}

.mainvisual {
  width: 100%;
  overflow: hidden;
}
.mainvisual .mainvisual-slide {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
	font-size: 0;
}
.mainvisual .slick-list{
  overflow: visible;
}

.mainvisual .slick-next {
	background: rgba(34,77,133,0.7) url("../img/wideslider_next.png") no-repeat left center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	right: -100%;
	&:hover {
		opacity: 1;
	}
	&::before {
		content: none;
	}
}

.mainvisual .slick-prev {
	background: rgba(34,77,133,0.7) url("../img/wideslider_prev.png") no-repeat right center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	left: -100%;
	&:hover {
		opacity: 1;
	}
	&::before {
		content: none;
	}
}

/* 固有のスマホ対応記述
========================== */

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
	
ul.gakka_list {flex-wrap: wrap;}
ul.gakka_list li {width: 50%;}
ul.gakka_list li:last-child {width: 100%;}
	
ul.gakka_list li .bg_mask {padding: 30px 0px 15px;}
  
.topix dl div {padding: 25px 15px;flex-direction: column;}
.topix  dd {
    width: auto;
    padding-left: 20px;
}
.contents_list .contents_inner {
    width: 100%;
}
  
}


@media print {


}