body{
  background-color: #fff;
}
*{
  box-sizing: border-box;
}
#containerAll{
  width: 100%;
  padding-bottom: 0;
}

#containerMain {
    float: none;
    width: 100%;
    background: none;
    padding-top: 0;
}

#header_gnav{
  display: none;
}

@media screen and (max-width : 768px){
  body{
    background-image: none;
    min-width: 100%;
  }
  #containerMain {
    padding: 0;
    margin-top: 0;
  }
}
/* ===============================================
# Youtube用モーダルウィンドウ
=============================================== */
#modal-content{
	width:1000px;
  max-width: 90%;
	margin:0 auto;
  padding: 0;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index:610;
}
#modal-content-item{
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 64.28%;
}
#modal-content-item iframe{
  position: absolute;
  top:0;
  left: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

#modal-content .modal-close{
  display: block;
  position: absolute;
  top: -17px;
  right: -17px;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #989898;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  z-index: 1;
  cursor: pointer;
}
#modal-content .modal-close:hover{
  text-decoration: none;
}
#modal-overlay{
	z-index:600;
	display:none;
  position: fixed;
  top:0;
  left: 0;
  right: 0;
	width:100%;
	height:100%;
	background-color: rgba(124,124,124,0.85);
}
@media screen and (max-width : 640px){
  #modal-content{
    width:94%;
    width:calc(100% - 35px);
  }

  #modal-overlay{
  }
}

/* ===============================================
# Youtube
=============================================== */
#slideAll .slides li.video a{
  display: block;
  height: 100%;
  position: relative;
}
#slideAll .slides li.video a::before{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  background: url(../img_ico/ico_youtube_play_off.png) no-repeat center center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);  
  z-index: 2;
}
#slideAll .slides li.video a:hover img{
  opacity: 1;
}
#slideAll .slides li.video a:hover::before{
  background-image: url(../img_ico/ico_youtube_play_on.png);
}

@media screen and (max-width : 640px){

}

img{
 
}
#wrapper{
  width: 100%;
  overflow: hidden;
}
/*
 メイン部分
----------------------------------------------------------- */
.topMain{
  clear: both;
  width: 100%;
  background: url(../../img/bg_topmain.jpg) no-repeat top center;
  background-size:cover;
  border-bottom: solid #105fd2 1px;
  padding-bottom: 76px;
}

.topMain_in{
  width: 96%;
  max-width: 986px;
  margin:0 auto;
  padding-top:26px;
}

@media only screen and (max-width: 640px) {
  .topMain{
    background:none;
    border-bottom:none;
    padding-bottom: 0;
  }

  .topMain_in{
    width: 100%;
    padding-top:0;
    /*background-color: #f5f8fd;*/
  }
}

/*グローバルナビ*/
.topMain_in .topGnav{
  float: left;
  width: 23.7%;
  max-width: 234px;
  background-color:rgb(255,255,255);
  background-color:rgba(255,255,255,0.94);
  box-shadow: 0px 0px 13px 0px rgba(22, 126, 224, 0.38);
  margin-bottom: 23px;
}

.topMain_in .topGnav ul{
}
.topMain_in .topGnav ul li{
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.topMain_in .topGnav ul li a{
  position: relative;
  width: 100%;
  display: block;
  padding:1.5px 0;
  background-position: center center;
}
.topMain_in .topGnav ul li a:hover{
  opacity: 1;
  background-color: #dfefff;
}
.topMain_in .topGnav ul li a img{
  width: 100%;
  height: auto;
}
.topMain_in .topGnav ul li a span{
  display: none;
}

@media print,screen and (min-width: 641px) {
  .topMain_in .topGnav ul li:nth-child(n + 2) a::before{
    content: '';
    position: absolute;
    top: 0;
    left:0 ;
    right: 0;
    margin: 0 auto;
    width: 90%;
    height: 1px;
    display: block;
    border-bottom: dotted 1px #0d5dd2;
  }
}
@media only screen and (max-width: 640px) {
  .topMain_in .topGnav{
    float: none;
    width: 100%;
    max-width: 100%;
    background-color:#fff;
    box-shadow:none;
    margin-bottom: 0;
  }

  .topMain_in .topGnav ul{
  }
  .topMain_in .topGnav ul li{
    float: left;
    width: 25%;
    line-height: 1;
    border-right:solid 1px #cccccc;
    border-top:solid 1px #cccccc;
    max-height:100%;
  }
  
  .topMain_in .topGnav ul li:nth-child(4n + 4){
    border-right:none;
  }

  .topMain_in .topGnav ul li a{
    padding:8% 0 4.5%;
    color: #000;
    height: 100%;
  }

  .topMain_in .topGnav ul li a img{
    width: 50%;
    height: auto;
    margin-bottom: 3px;
  }
  .topMain_in .topGnav ul li a span{
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    font-size: 3.3vw;
    letter-spacing: -0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2em;
    line-height: 1.2;
  }
  
}

/*スマホ受験生の皆さんへ*/
.box_prospective{
  display: none;
}
@media only screen and (max-width: 640px) {
  .box_prospective{
    display:table;
    width: 98%;
    margin: 10px auto;
    border-radius: 12px;
    box-shadow: 0px 5px 0px 0px rgba(0, 59, 146, 1);
    table-layout: fixed;
    background:url(../img_ico/ico_arrow06.png)no-repeat center right 10px;
    background-size: 7px auto;
    background-color: rgb(14, 93, 211);    
  }
  .box_prospective a{
    display: table-cell;
    vertical-align:middle;
    width: 100%;
    height: 46px;
    /*font-size: 90%;*/
    font-weight: bold;
    color: #fff;
    padding: 0 25px 0 10px;
  }  
  .box_prospective a span{
    font-size: 83%;
    color: #fff;
    padding-left: 10px;
  }
}

/*スマホSNSアカウント*/
.topSNS_smp{
  display: none;
}

@media only screen and (max-width: 640px) {
  .topSNS_smp{
    display:table;
    width: 100%;
    background-color:#fff;
    border-top:solid 1px #cccccc;
    border-bottom:solid 1px #cccccc;
    table-layout: fixed;
    font-size: 12px;
    font-size: 3.3vw;    
  }
  .topSNS_smp li{
    display: table-cell;
    vertical-align:middle;
    width: 15%;
    border-right:solid 1px #cccccc;
  }
  
  .topSNS_smp li:first-child{
    width: 25%;
    font-weight: bold;
    line-height: 1.3;
  }
  
  .topSNS_smp li:last-child{
    border-right:none;
  }
  
  .topSNS_smp li a{
    display: block;
    padding:5% 10%;
    vertical-align: middle;
  }  
  .topSNS_smp li a.note{
    padding:5% 16%;
  }
  .topSNS_smp li a img{
    vertical-align: middle;
  }
}


/* スライド*/
#slideAll {
  position: relative;
  float: right;
	max-width:720px;
  width:73.1%;
  padding-top: 40.77%;
  box-shadow: 0px 0px 27px 0px rgba(46, 64, 110, 0.3);
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0;  
  border: 3px solid #fff;
}
#slideAll .slides{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#slideAll .slides .slick-list,
#slideAll .slides .slick-track{
  height: 100%;
}
#slideAll .slides li{
  float: left;
  height: 100%;
  overflow: hidden;
}
#slideAll .slides li a{
  display: block;
  overflow: hidden;
}
#slideAll .slides img{
  width: 100%;
  display: none;
}
#slideAll .slick-dots{
  display: inline-block;
  margin: 10px auto 0;
  width: auto;
}
#slideAll .slick-dots li button:before{
  color: #B2DBFF;
  opacity: 1;
}
#slideAll .slick-dots li.slick-active button:before{
  color: #3162c5;
}

/* 説明文 */
#slideAll .slides li dl {
	position:absolute;
	left:0px;
	bottom:0px;
	display:block;
  background-color: rgba(0,0,0,0.5);
	color:#FFF;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	width: 100%;
  word-wrap: break-word;
}
 
#slideAll .slides li dl dt {
	font-size:12px;
}

#slideAll .slides li dl dd {
	font-size:16px;
	line-height:1.2em;
	margin-top:4px;
}

@media only screen and (max-width: 640px) {
  /* スライド*/
  #slideAll {
    float: none;
    max-width:100%;
    width:100%;
    padding-top: 75.2%;
    border:none;
    box-shadow:none;
  }
  
  #slideAll.on{
     border:none;
  }  
  body#gNavHome #slideAll{
    margin: 0 0 30px!important;
  }
  #slideAll .slick-dots{
    margin-top: 5px;
  }
  .sliderEvent .next {
    width:23px;
    right:0;
  }
  .sliderEvent .prev {
    width:23px;
    left: 0;
  }
  .sliderEvent .arrow {
    margin-top: -7px;
  }
  
  /* 説明文 */
  #slideAll .slides li dl {
    text-align:left;
    padding-left:5%;
    padding-right:5%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  #slideAll .slides li dl dt {
    font-size:10px;
  }

  #slideAll .slides li dl dd {
    font-size:12px;
    line-height:1.2em;
    margin-top:3px;
  }
}


/*重要なお知らせ*/
#boxImportant{
  width: 100%;
  clear: both;
  background-color: #105fd2;
  border-radius: 3px;
  padding-bottom: 6px;
  overflow: hidden;
}

#boxImportant h2{
  padding:8px 0 10px 3.6%;
  text-align: left;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#sliderNewsAll{
  width: 98%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 3px;
  text-align: left;
  padding-top: 5px;
}

#sliderNewsAll dl::after{
  clear: both;
  content: '';
  display: block;
}

#sliderNewsAll dl {
	width:100%;
	overflow:hidden;
	padding-bottom:5px;
	line-height:1.3;  
}

#sliderNewsAll dl dt {
	float:left;
	width:15%;
	padding-left:2.5%;
}

#sliderNewsAll dl dd {
	float:left;
  width: 85%;
}

#sliderNewsAll dl dd img {
	margin-left:5px;
}

#boxImportant .btnImportant{
  width: 98%;
  margin: 4px auto 0;
}
#boxImportant .btnImportant p{
  display: table;
}
#boxImportant .btnImportant a{
  display: table-cell;
  width: 100%;
  padding:10px 35px;
  text-align: left;
  font-weight: bold;
  font-size: 107%;
  line-height: 1.1;
  vertical-align: middle;
}

#boxImportant .btnImportant .btn_important{
  float: left;
  width: 49.5%;
  margin-right: 1%;
  border-radius: 3px;
  background:url(../../common2/img_ico/ico_blank03.png) no-repeat center right 15px;
  background-color: #fbf5d2;
}
#boxImportant .btnImportant a{
  background: url(../../common2/img_ico/ico_ex.png) no-repeat center left 10px;
  
}

#boxImportant .btnImportant .btn_shinsai{
  float: left;
  width: 49.5%;
  border-radius: 3px;  
  overflow: hidden;  
 
  background-color: #fff;
}
#boxImportant .btnImportant .btn_shinsai a{
  background: url(../../common/img_ico/ico_arrow.gif) no-repeat center left 15px;
}



@media only screen and (max-width: 640px) {
  /* 重要なお知らせ */
/*  #sliderNewsAll{
    padding-top: 0;
    margin-bottom: 10%;
  }
  #sliderNewsAll dl dt {
    width:40%;
    padding-left:8%;
    padding-top: 5px;
  }

  #sliderNewsAll dl dd {
    float:left;
    width: 48%;
    text-align: left;
    padding-top: 5px;
  }*/
  #sliderNewsAll {
    padding-top: 0;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
  }  
  #sliderNewsAll dl {
    width:100%;
    overflow:hidden;
    padding-top:5px;
    padding-bottom:5px;
  }
  #sliderNewsAll dl dt {
    float:left;
    width:40%;
    padding-left:10%;
    line-height:1.3;
    text-align:left;
  }
  #sliderNewsAll dl dd {
    float:right;
    width:60%;
    padding-right:10%;
    line-height:1.3;
    text-align:left;
  }

  #sliderNewsAll dl dd img {
    margin-left:5px;
  }
  #boxImportant{
    width:96%;
    margin: 3% auto 2%;
  }
  #boxImportant .btnImportant .btn_important{
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #boxImportant .btnImportant .btn_shinsai{
    float: none;
    width: 100%;
  }
  #boxImportant .btnImportant a{
    background-size: 14px 14px;
    background-position: center left 13px;
  }  
  
  #boxImportant #sliderNewsAll .bx-wrapper .bx-controls-direction a{
    z-index: 100;
  }
  
  /* 重要ニュースカスタマイズ  */
  /* DIRECTION CONTROLS (NEXT / PREV) */
  #sliderNewsAll .bx-wrapper .bx-viewport {
    border:none;
  }
  #sliderNewsAll .slick-arrow{
    position: absolute;
    top: 0%;
    margin-top: 0px;
    outline: 0;
    width: 16px;
    height: 100%;
    text-indent: -9999px;
    z-index: 200;
    background-color: #ffffff;
  }
  #sliderNewsAll .slick-arrow.prev {
    left: 0px;
    background-repeat: no-repeat;
    background-position:center center;
    background-image: url(../../common/img_smp/btn_prev.png);
    -webkit-background-size: 20px 35px;
    background-size: 10px 15px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
    border-right: 2px solid #226BD5;
  }

  #sliderNewsAll .slick-arrow.next {
    right: 0px;
    background-repeat: no-repeat;
    background-position:center center;
    background-image: url(../../common/img_smp/btn_next.png);
    -webkit-background-size: 20px 35px;
    background-size: 10px 15px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 0px 4px 4px 0px;
    border-left: 2px solid #226BD5;
  }


}


/*新型コロナウィルスに関する対応*/
#boxInfo_c{
  margin-top: 10px;
}
#boxInfo_c a:hover img{
  opacity: 0.6;
}
@media only screen and (max-width: 640px) {
  #boxInfo_c{
    width: 96%;
    margin: 10px auto 25px;
  }
}

/*
 神大ニュース・神大のイベント
----------------------------------------------------------- */
.area_news_jindai{
  width:100%;
}

.area_news_jindai_in{
  width: 96%;
  max-width: 986px;
  margin:-40px auto 0;   
}


@media only screen and (max-width: 640px) {
  .area_news_jindai_in{
    width: 100%;
    margin:0 auto;   
    background-color: #f5f8fd;
  }
}

/*タイトル*/
.area_news_jindai .tit_h2 h2{
  float: left;
  color: #095ed3;
  font-weight: bold;
  font-size:138%;
  width: 40%;
  border-left: 4px #095ed3 solid;
  text-align: left;
  padding-left: 24px;
}

.area_news_jindai .tit_h2 span{
  font-size:50%;
  font-weight: normal;
  margin-left: 3%;
  display: inline-block;
  color: #000;
}

@media only screen and (max-width: 640px) {
  .area_news_jindai .tit_h2 h2{
    float: none;
    font-size:145%;
    width: 100%;
    border-left:none;
    text-align: center;
    padding-left: 0;
    padding-top:10.5%;
  }

  .area_news_jindai .tit_h2 span{
    font-size:64%;
    margin-left: 0;
    display: block;
    padding-bottom: 10px;
  }
}

/*タブ*/
.area_news_jindai ul.tab_menu_ul{
  float: right;
  max-width: 458px;
  width: 60%;
  display: table;
  table-layout: fixed;  
}
.area_news_jindai ul.tab_menu_ul::after{
  display: none;
}
.area_news_jindai ul.tab_menu_ul.col2{
  max-width: 230px;
}

.area_news_jindai ul.tab_menu_ul li{
  position: relative;
  display: table-cell;
  width: 25%;
  height: 40px;
  vertical-align: middle;
  border-top:solid 1px #87afe8;
  border-left:solid 1px #87afe8;
  border-right:solid 1px #87afe8;
  color: #095ed3;
  font-size:93%;
  background-color: #fff;
}
.area_news_jindai ul.tab_menu_ul.col2 li{
  width: 50%;
}
.area_news_jindai ul.tab_menu_ul li a{
  color: #095ed3;
  text-decoration: none;
}
.area_news_jindai ul.tab_menu_ul li span{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom:solid 1px #105fd2;  
  line-height: 37px;
  letter-spacing: -0.05em;
}
.area_news_jindai ul.tab_menu_ul li.active span{
  border:solid 1px rgb(15, 95, 210);
}
.area_news_jindai ul.tab_menu_ul li.active::after{
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img_ico/ico_tab_active.png) no-repeat bottom center;
}
.area_news_jindai.event .tab_contents{
  display: none;
}
.area_news_jindai .tab_contents.active{
  display:block;
}

@media only screen and (min-width: 641px) {
  .area_news_jindai ul.tab_menu_ul li.active,
  .area_news_jindai ul.tab_menu_ul li:hover,
  .area_news_jindai ul.tab_menu_ul li a:hover,
  .area_news_jindai ul.tab_menu_ul li.active a{
    color: #fff;
    cursor:pointer;
    background-color: #095ed3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;    
  }  
  .area_news_jindai ul.tab_menu_ul li.active:hover{
    cursor:default;
  }
  .area_news_jindai ul.tab_menu_ul.col3 li:nth-child(n + 2){
    border-left: 0;
  }  
  .area_news_jindai ul.tab_menu_ul.col2 li:nth-child(1){
    border-right: 0;
  }  
}
@media screen and (max-width : 768px){
  .area_news_jindai ul.tab_menu_ul li span{
    letter-spacing: -0.1em;
  }
}
@media only screen and (max-width: 640px) {
  .area_news_jindai ul.tab_menu_ul{
    float: none;
    max-width: 100%;
    width: 100%;  
    border-top:solid 3px rgb(15, 95, 210);
    border-bottom: solid 1px #bfbfbf;
  }

  .area_news_jindai ul.tab_menu_ul.col2{
    max-width: 100%;
    width: 100%;
  }
  .area_news_jindai ul.tab_menu_ul li{
    height: auto;
    border: none;
    color: #000;
    /*font-size:3.5vw;*/
    font-size: 95%;
  }
  .area_news_jindai ul.tab_menu_ul.col3 li:nth-child(n + 2){
    border-left:solid 1px #cccccc;
  }

  .area_news_jindai ul.tab_menu_ul li span{
    border-bottom:none;  
    line-height: 1.3;
    padding:9% 1% 16% 1%;
    background-image: url(../img_smp/ico_btn_down.png);
    background-position: center bottom;
    background-position: center bottom 10.8%;
    background-repeat: no-repeat;
    background-size: 6px auto;
  }

  .area_news_jindai ul.tab_menu_ul li.active::after{
    display: none;
  }

  .area_news_jindai ul.tab_menu_ul li.active{
    background-color: #095ed3;
  }
  .area_news_jindai ul.tab_menu_ul li.active span{
    border:none;
    color: #fff;
    background-image: url(../img_smp/ico_btn_down_w.png);
  }  
}

/*もっと見る*/
.btn_news_more{
  display:none;
}

@media only screen and (max-width: 640px) {
  .btn_news_more{
    display: block;
    background-color: #fff;
    overflow: hidden;
  }

  .btn_news_more a{
    color: #1261d2;
    font-weight: bold;
    font-size:91%;
    padding:6.5% 0;
    display: block;
    margin: 2.3%;
    border: solid 1px #095ed3;
  }

  .btn_news_more span{
    display: inline-block;
    background:url(../img_ico/ico_more.png) no-repeat left center;
    background-size: 14px auto;
    min-height: 14px;
    padding-left: 30px;
  }
}

/*一覧を見る*/
.btn_news_morelist{
  border: solid #cccccc 1px;
}

.btn_news_morelist a{
    color: #1261d2;
    font-weight: bold;
    padding:9px 0;
    display: block;
    background-color: #fff;  
}

.btn_news_morelist span{
    display: inline-block;
    background:url(../img_ico/ico_news_more.png) no-repeat left center;
    background-size: 14px 14px;
    min-height: 14px;
    padding-left: 30px;
    margin: 0 auto;
}

@media only screen and (min-width: 641px) {
  .btn_news_morelist a:hover{
    color: #fff;
    background-color: #1261d2;  
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;  
  }
  .btn_news_morelist a:hover span{
    background-image: url(../img_ico/ico_news_more_w.png);
  }  
}
@media only screen and (max-width: 640px) {
  
  .btn_news_morelist{
    border-left:none;
    border-right:none;
    margin-top: -1px;
  }
  
  .btn_news_morelist a{
    font-size:91%;
    padding:6.5% 0;
  }
  
}

/*神大のニュース*/
.area_news_jindai.news{
  padding-bottom: 95px;
  border-bottom: solid #105fd2 1px;
}

.list_news_jindai{
  padding-top: 50px;
  width: 100%;
  overflow: hidden;
}

.list_news_jindai a{
  position: relative;
  float: left;
  width: 23%; /* 非サポートブラウザ用のフォールバック */
  width:calc(25% - 12px);
  padding:10px;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 45px;  
  background-color: #fff;
}
.list_news_jindai a .ico_new{
  width: 30px;
  position: absolute;
  top:-10px;
  left:0;
  z-index: 2;
}
.list_news_jindai a:nth-child(4n + 1){
  /*margin-left: 0;*/
}

.list_news_jindai dl{
  position: relative;
}

.list_news_jindai dl dt{
  position: relative;
  overflow: hidden;
  padding-top: 74.88%;
}
.list_news_jindai dl dt img{
  position: absolute;
  top:0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.list_news_jindai dl dd{
  text-align: left;
  word-break: break-all;
}

.list_news_jindai dl dd .date{
  font-size:85.7%;
  padding-top: 5px;
  color: #000;
}

.list_news_jindai dl dd .tit{
  padding-top: 5px;
  color: #0066cc;
  font-weight: bold;
}
.list_news_jindai dl dd .tit img{
  margin-left: 3px;
}

@media screen and (min-width : 641px){
  .list_news_jindai .box_item:nth-of-type(n+9){
    display: none;
  }
  .list_news_jindai a:hover{
    box-shadow: 0 0 5px rgba(0,0,0,.5);
  }
}


@media only screen and (max-width: 640px) {
  .area_news_jindai.news{
    padding-bottom: 0;
    border-bottom:0;
  }

  .list_news_jindai{
    padding-top: 0;
    margin-left: 0;
    border-bottom: solid 1px #e5e5e5;
  }
  .list_news_jindai .box_item:nth-of-type(n+5){
    display: none;
  }
  .list_news_jindai > a{
    float: left;
    width: 49.9%;
    width: calc(50% - 0.5px);
    padding: 0;
    margin: 0;  
    border-top: solid 1px #e5e5e5;
    box-sizing: content-box;
  }
  .list_news_jindai a .ico_new{
    width: 17%;
    max-width: 56%;
    top:0;
    margin-top: 68%;
    left: 3%;
  }
  
  .list_news_jindai > a.box_item:nth-of-type(2n + 1){
    border-right: solid 1px #e5e5e5;
  }
  .list_news_jindai dl dt img{
    top:0;
  }
  .list_news_jindai dl dd{
    padding:10% 3% 8%;
  }
  
  .date{
    font-size:100%;
    padding-top: 0;
    color: #000;
  }

  .list_news_jindai dl dd .tit{
    padding-top: 2.8%;
    font-weight: normal;
  }
  
}

/*神大のニュース(メディア掲載）*/
.list_news_jindai.list_media{
  margin-bottom: 80px;
}
.list_news_jindai.list_media > a{
  width: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: -0.05em;
}
.list_news_jindai.list_media dl dd{
  padding: 10px 0;
  text-align: left;
  display: table;
  width: 100%;
  border-bottom: dotted 1px #000;
}
.list_news_jindai.list_media p{
  display: table-cell;
  box-sizing: border-box;
}

.list_news_jindai.list_media p.date{
  color: #000;
  width: 9em;
  padding-right: 3em;  
  font-size: 100%;
}
.list_news_jindai.list_media p.cate{
  width: 6em;
}
.list_news_jindai.list_media p.cate span{
  display: block;
  text-align: center;
  background-color: #fab32a;
  color: #fff;
  border-radius: 13.5px;
  line-height: 1;
  padding: 6.5px 0;
}
.list_news_jindai.list_media p.tit{
  padding-left: 3em;
}
.list_news_jindai.list_media p.tit span{
  display: block;
  color: #000;
  font-weight: normal;
}


.list_news_jindai.list_media p.cate span.cate_00019{background-color: #3cca8c;}
.list_news_jindai.list_media p.cate span.cate_00020{background-color: #999999;}
.list_news_jindai.list_media p.cate span.cate_00021{background-color: #3366cc;}

@media screen and (min-width : 641px){
  .list_news_jindai.list_media a:hover{
    box-shadow:none;
  }
  .list_news_jindai.list_media a:nth-of-type(1) dl dd{
    border-top: dotted 1px #000;
  }  
}
@media only screen and (max-width: 640px) {
  .list_news_jindai.list_media{
    margin-bottom: 0;
  }
  .list_news_jindai.list_media a{
    border: none;
  }
  .list_news_jindai.list_media dl dd{
    display: block;
    padding: 10px 10px;
  }
  .list_news_jindai.list_media p{
    display: block;
  }
  .list_news_jindai.list_media p.date{
    width: auto;
    padding-right: 0.5em;
    display: inline-block;
  }
  .list_news_jindai.list_media p.cate{
    display: inline-block;
  }
  .list_news_jindai.list_media p.tit{
    padding-top: 5px;
    padding-left: 0;
  }  
}

/*神大のイベント*/
.list_event_jindai{
  padding-top: 80px;
  margin-bottom: 45px;
}
.list_event_jindai li{
  float: left;
  width: 21%;
  margin: 10px 5px;
}

.list_event_jindai li a{
  text-align: left;  
  display: block;
  padding: 10px 11px;  
  width: 100%;
  height: 100%;
}
.list_event_jindai li .box_img{
  position: relative;
  padding-bottom: 74.88%;
  overflow: hidden;
}

.list_event_jindai li .box_img img{
  width: 100%;
  position: absolute;
  left: 0;
  top:0;
}

.list_event_jindai li .box_cont .tit{
  color: #0066cc;
  font-weight: bold;
  border-bottom: solid 1px #bfbfbf;  
  padding-top: 20px;
  padding-bottom: 5px;
  line-height: 1.3;  
}

.list_event_jindai li .box_cont .txt{
  padding-top: 5px;
  color: #000;
  line-height: 1.3;
}

.list_event_jindai li .box_cont .txt span{
  font-weight: bold;
}

.sliderEvent .next {
    right: -100px;
}
.sliderEvent .prev {
    left: -100px;
}

.sliderEvent .arrow {
    position: absolute;
    top: 50%;
    margin-top: -47px;
    z-index: 90;
}

.sliderEvent .arrow img{
  box-shadow: 0px 0px 24px 0px rgba(19, 60, 122, 0.43);
}

@media screen and (min-width : 641px){
  .sliderEvent{
    display: none;
  }
  .list_event_jindai a:hover{
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    opacity: 1;
  }
  .sliderEvent .next:hover,
  .sliderEvent .prev:hover{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;  
    opacity:0.6;
    cursor:pointer;
  }  
}

@media only screen and (max-width: 1124px) {
  .list_event_jindai ul{
    padding: 0 60px;
  }
  .sliderEvent .next {
      right: -10px;
  }
  .sliderEvent .prev {
      left: -10px;
  }
}
@media only screen and (max-width: 640px) {
  .list_event_jindai{
    padding-top: 0;
    margin-bottom: 0;
  }
  
  .list_event_jindai ul{
    padding: 0;
  }  
  .list_event_jindai .box_item:nth-of-type(n+5){
    display: none;
  }
  .list_event_jindai li{
    float: left;
    width: 49.9%;
    width: calc(50% - 0.5px);
    margin:0;
    border-bottom: solid 1px #bfbfbf; 
    box-sizing: content-box;
  }
  
  .list_event_jindai li:nth-child(odd){
     border-right: solid 1px #bfbfbf; 
  }

  .list_event_jindai li a{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .list_event_jindai li .box_cont .tit{
    font-weight: normal;
    border-bottom: solid 1px #bfbfbf;  
    line-height: 1.1;
    padding: 9% 3% 5% 3%;
  }

  .list_event_jindai li .box_cont .txt{
    padding: 5% 3%;  
    color: #000;
    line-height: 1.1;
  }

  .list_event_jindai li .box_cont .txt span{
    font-weight: normal;
  }

}

  /*カレンダーボタン*/
  .btn_calendar{
    width: 100%;
    display: table;
    border-left: solid #cccccc 1px;
    border-right: solid #cccccc 1px;
    border-bottom: solid #cccccc 1px;
    margin-bottom: 30px;
    background-color: #fff;
  }

  .btn_calendar .item{
    width: 50%;
    display: table-cell;
    vertical-align: top;
  }

  .btn_calendar .item.left{
    border-right: solid #cccccc 1px;
  }

  .btn_calendar .item a{
    color: #1261d2;
    font-weight: bold;
    padding:9px 0;
    display: block;
  }

  .btn_calendar .item a > span{
    display: inline-block;
    min-height: 20px;
    padding-left: 25px;
    margin: 0 auto;
  }
  .btn_calendar .item.left a > span{
    background:url(../img_ico/ico_calendar_btn.png) no-repeat left 3px center;
    background-size: 16px 16px;
  }
  .btn_calendar .item.right a > span{
    background:url(../img_ico/ico_pen_btn.png) no-repeat left 3px center;
    background-size: 17px 17px;
  }

@media only screen and (min-width: 641px) {
  .btn_calendar a:hover{
    opacity: 1;
    color: #fff;
    background-color: #1261d2;  
    text-decoration: none;
  }
  .btn_calendar .item.left a:hover > span{
    background-image: url(../img_ico/ico_calendar_btn_w.png);
  }

  .btn_calendar .item.right a:hover > span{
    background-image: url(../img_ico/ico_pen_btn_w.png);
  }  
}
@media only screen and (max-width: 640px) {
  .btn_calendar{
    border-left: none;
    border-right: none;
  }  
  .btn_calendar .item a{
    font-size: 91%;
  }  
  .btn_calendar .item a > span::after{
    content:'';
    width: 7px;
    height: 10px;
    background: url(../img_ico/ico_arrow06.png) no-repeat center center;
    background-size: contain;
    display:inline-block;
    padding-left: 1em;
  }
  .btn_calendar .item.left:last-child{
    border-right: none;
  }  
  .btn_calendar .item a > span{
    min-height: 16px;
    padding-left: 20px;
  }  
  .btn_calendar .item.left a > span{
    background-size: 14px 14px;
  }
  .btn_calendar .item.right a > span{
     background-size: 14px 14px;
  }  
}


/*
 INFOMATION
----------------------------------------------------------- */
.area_information{
  background: url("../../img/bg_information.jpg") no-repeat bottom center;
  background-color: #70aff4;
  background-size: 100% auto;
}

.area_information_in{
  width:100%;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 75px;
  background: url(../../img/bg_information_top.png) repeat-x top left;
}

.area_information_in h2{
  text-align: center;
  padding-bottom: 70px;
}

@media only screen and (max-width: 640px) {
  .area_information{
    background: #59a5f9 url("../../img/bg_information_smp.jpg") no-repeat bottom center;
    background-size: 100% auto;
  }
  .area_information_in{
    width:100%;
    padding-top: 5% ;
    padding-bottom: 29.5% ;
    background: url(../../img/bg_information_top_smp.png) repeat-x top left;
    background-size: 5px auto;
  }

  .area_information_in h2{
    padding-bottom: 10px;
  }  
}

/*
INFORMATIONリスト
----------------------------------------------*/
.list_information{
  display: none;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto 30px;
  padding:0 10%;
}
@media only screen and (max-width: 1675px) {
  .list_information{
    padding:0 60px;
  }
}
.list_information::after{
  display: block;
  clear: both;
  content: '';
}
.list_information dl{
  width: 20%;
  margin: 0 11px;
  background-color: #fff;
  float: left;
}

.list_information dl dt{
  position: relative;
  height: auto;
  padding-bottom: 89.52%;
  overflow: hidden;
}
.list_information dl dt img{
  width: 100%;
  position: absolute;
  left: 0;
  top:0;
}
.list_information dl dd{
  padding:6.3% 4.7%;
  text-align: left;
}
.list_information dl dd a{
  display: block;
}
.list_information dl dd a:hover{
  opacity: 0.5;
}
.list_information dl dd .tit{
  color: #000;
  font-weight: bold;
  padding-bottom: 5px;
}
.list_information dl dd .tit img{
  display: inline-block;
  margin-left: 3px;
}
.list_information dl dd .text{
  color: #000;
  font-size: 85.7%;
  padding-bottom: 20px;
}

.list_information dl dd .date{
  display: inline-block;
  float: left; 
  padding-top: 5px;
  color: #999999;
  word-wrap: break-word;
}

.list_information dl dd .box_sns{
  max-width: 30%;
  float: right;
  text-align: right;
  display: table;
}

.list_information dl dd .box_sns li{
  width: 30px;
  max-width: 45%;
  display:table-cell;
  text-align: center;
}

.list_information dl dd .box_sns li img{
  max-width: 30px;
  padding: 0 2px;
}

.list_information dl dd::after{
  clear: both;
  display: block;
  content: '';
}

@media only screen and (max-width: 640px) {
  .list_information{
    padding:0;
  }  
  .list_information dl dd .text{
    /*display: none;*/
  }
}

/*スライダーカスタマイズ*/
.list_information .next {
    right: 0px;
}
.list_information .prev {
    left: 0px;
}
.list_information .arrow {
    position: absolute;
    top: 50%;
    margin-top: -47px;
    z-index: 90;
}
.list_information .arrow img{
  box-shadow: 0px 0px 24px 0px rgba(19, 60, 122, 0.43);
}
.list_information .slick-dots{
  position: absolute;
  top:-45px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.list_information .slick-dots li.slick-active button::before {
    color: #003c81;
}
.list_information .slick-dots li button::before {
    color: #fff;
    opacity:1;
}

@media only screen and (min-width: 641px) {
  .list_information .next:hover,
  .list_information .prev:hover{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;  
    opacity:0.6;
    cursor:pointer;
  }  
}
@media only screen and (max-width: 640px) {
  .list_information .next {
      right: 10%;
      margin-right: 0.5px;
  }
  .list_information .prev {
      left: 10%;
      margin-left: 0.5px;
  }  
  .list_information .arrow {
      top: auto;
      bottom: 0;
      margin-top: 0;
      width: 40%;
      height: auto;
      border-style: solid;
      border-width: 1px;
      border-color: rgb(255, 255, 255);
      background-color: rgb(108, 174, 247);
      padding: 9px 0;
      color: #fff;
    　font-weight: bold;
  }
  .list_information .arrow img{
      box-shadow: none;
  }
  .list_information .slick-dots{
      top: -8%;
  }
}

/*
一覧を見る
----------------------------------------------*/
.btn_info_morelist{
  width: 96%;
  max-width: 985px;
  margin: 0 auto 40px auto;
  border: solid #fff 1px;
}

.btn_info_morelist a{
  color: #fff;
  font-weight: bold;
  padding:9px 0;
  display: block;
  background-color:rgba(121,185,254,0.58);  
}
.btn_info_morelist span{
    background:url(../img_ico/ico_news_more_w.png) no-repeat left center;
    background-size: 14px 14px;
    min-height: 14px;
    padding-left: 30px;
    margin: 0 auto;
}
@media only screen and (min-width: 641px) {
  .btn_info_morelist a:hover{
    opacity: 1;
    color: #095ed3;
    background-color:rgba(255,255,255,0.8);  
  }
  .btn_info_morelist a:hover span{
    background-image: url(../img_ico/ico_news_more.png);
  }  
}
@media only screen and (max-width: 640px) {
  .btn_info_morelist{
    width: 80%;
    margin: 0 auto 5% auto;
  }
  .btn_info_morelist a{
    padding: 10px 0;
  }
}


/*バナー3列*/
.area_banner{
  width: 96%;
  max-width: 986px;
  margin: 0 auto;
  padding-top: 20px;
}

.area_banner ul li{
  float: left;
  width: 31.5%;
  margin-left: 2.75%;
  margin-bottom: 22px;
}
.area_banner ul li.col2{
  width: 65.75%;
}
.area_banner ul li:nth-child(3n + 1){
  margin-left: 0;
}

.area_banner ul li a{
  display: block;
}
@media only screen and (max-width: 640px) {
  .area_banner{
    width: 73%;
  }

  .area_banner ul li{
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .area_banner ul li.col2{
    width:100%;
  }  
}









