@charset "UTF-8";

/*-----------------------------------------------
 layout
-------------------------------------------------- */
@media screen and (max-width: 1200px) {

.mlfb20 {margin-left:0 !important; }

}

@media screen and (max-width: 1024px) {
	
/*---cover2スライダー---*/
#cover2{height:300px;}

body {padding-bottom: 0px;}
.main-content2{
	width:65%;
}
.row-content{width: 90%;}
.row-content2{width: 90%;}
.row-content3{width: 100%;}

/*第二階層*/
.hidden-mobile {display: none;}
.fl {float: none;}
.fr {float: none;}
.imgleft {
	float: none;
	margin: 0 0 20px 0;
	text-align: center;
}
.imgright {
  float: none;
  margin: 0 0 20px 0;
  	text-align: center;
}
.img80{width:80%; margin:auto}
.rLine {
	border-right: none;
	padding-right:0;
}
.lLine {
	border-left: none;
	padding-left: 0;
}

/*---各indexページの小バナー---*/
.bunners li{width:31%;}

/*button*/
.button {
	display: inline-block;
	width: 100%;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	outline: none;
	font-size:100%;
	padding-top:5px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	color: #333;
	border: 1px solid #333;
}
.button:hover {
	background-color: #E3E3E3;
	color: #333;
}

.button.pt{
	padding-top:13px;
}




/* -----------------------------------------------
 dl list_long2　レスポンシブで縦に
-------------------------------------------------- */

dl.list_long2 {
}
dl.list_long2 dt {
	width:100%;
	float:none;
	height:auto !important;
	padding:0.5em;
	text-align:left;

}
dl.list_long2 dd {
	width:100%;
	margin-left:0em !important;
	height:auto !important;
	border-left:none;
	padding:0.5em;
}


}

@media screen and (min-width: 768px) {
#sidenav ul li.bn_sp {
	display:none;
}
.res_open{
	display:none;
}
}
 @media screen and (max-width: 768px) {
#wrapper {
	padding-top:0;
}	 	 
/*第二階層*/
#container{
	width: 100%;/*左右の余白をなくす*/
	padding-top:70px ;/*コンテンツメニュー差分*/
}
.main-content2{
	width:100%;
}	 
.main-content3{
		margin:10px auto 30px auto;

}	 
.main-content .row,
.main-content2 .row,
.main-content3 .row {
	width: 90%;
	text-align:left;
	margin:0 auto 30px auto;
	padding-top:0;
	}
.main-content .row p,
.main-content2 .row p,
.main-content3 .row p {
	font-size : 14px; line-height:1.6;
	}

/*---各ページのindex---*/
#index h4{
	letter-spacing: 0;
}
#index h4 span{
	border-bottom: 0;
	border-left: solid 4px #00984B;
	padding: 0 0 5px 15px
}

.side-content{
	min-width: 100%;
	width: 100%;
	float: none;
	position:relative;
	top:0px;
}
#sidenav,
#sidenav2,
#sidenav3{
	padding:20px 0;/*paddngを縮小*/
}
ul li.bn {
	display:none !important;
}
ul li.sub_b {
width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	color:#1496c6;
}
ul li.sub_o  {
width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	color:#f37213;
}


/* sidenav h3 */
#sidenav h3,
#sidenav2 h3,
#sidenav3 h3 {
	text-align: left;
	display: block;
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	color: #FFF;
	border: none;
}
#sidenav h3 span,
#sidenav2 h3 span,
#sidenav3 h3 span {
	padding: 5px 1em;
	border: none;
}
#sidenav h3::before,
#sidenav h3::after,
#sidenav2 h3::before,
#sidenav2 h3::after,
#sidenav3 h3::before,
#sidenav3 h3::after {
	display:none
}
#sidenav h3::before,
#sidenav2 h3::before,
#sidenav3 h3::before {
	display:none
}
#sidenav h3::after,
#sidenav2 h3::after,
#sidenav3 h3::after {
	display:none
}


/*---header--*/
#header {
	height:70px;
	position: fixed;
	z-index: 300;
}
#header_inner{
	height:70px;
}
#header_inner #h_logo{
	top:3px;
	width:150px;
	background-image: url(../menu/images/header_logo2.png);
	background-repeat: no-repeat;
	background-size:contain
}
#header_inner #h_box {display:none}
#header_inner #h_lead{display:none}
#header #gnbg{display:none}


/* search button  */

#wrapper #header #header_inner #search{
	top:16px;
	right:63px;
}
#wrapper #header #header_inner #search a{
	display: block;
	font-weight: bold;
	background-color: #000;
	padding:3px 0 0 3px;
	height: 40px;
	width: 40px;
	font-size:18px
}


/* search input field  */

#seachBox{width:90%;}

/* toggle-panel */
#panel-btn {
	display: inline-block;
	position: fixed;
	width: 40px;
	height: 40px;
	top:16px;
	right: 10px;
	z-index: 5;
	background-color: #00984B;
	border: none;/* ハンバーガーボタンの囲いをなくす*/
		border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	}

#panel-btn:hover {
	background-color: #B9D9AB;
}
#panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	margin: -1px 0 0 -9px;
	transition: .2s;
	background-color: #FFF;
}
#panel-btn:hover #panel-btn-icon {
	background-color: #FFF;
}
#panel-btn-icon:before, #panel-btn-icon:after { display: block; content: ""; position: absolute; top: 50%; left: 50%; width: 18px; height: 2px; margin-left: -9px; background: #FFF; transition: .3s; }
#panel-btn-icon:before { margin-top: -6px; }
#panel-btn-icon:after { margin-top: 4px; }
#panel-btn:hover #panel-btn-icon:before, #panel-btn:hover #panel-btn-icon:after {background-color: #FFF;}

#panel-btn .close { background: transparent; }
#panel-btn:hover #panel-btn-icon.close { background: transparent; }
#panel-btn .close:before, #panel-btn .close:after { margin-top: 0; }
#panel-btn .close:before { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
#panel-btn .close:after { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); }

#panel {
	display: none;
	width: 100%;
	height:100%;
	margin: 0;
	text-align: center;
	background-color: rgba(255,255,255,1);
	z-index: 500;
	position: fixed;
	top: 70px;
	overflow-y: auto;
	-webkit-overflow-scrolling:touch;
}


/* header_topmenu */

#header_inner #topmenu{
	top:300px;
	width:100%;
	height:auto;
	position:relative;
}
#header_inner #topmenu ul{
	width:95%;
	float: none;
	padding-top: 0;
	padding-right:0;
	margin-right: auto;
	margin-left: auto;
}
#header_inner #topmenu ul li{
	display: block;
	width:100%;
	float: none;
	margin: 3px;
	padding: 5px;
	font-size:14px;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:center;
}
#header_inner #topmenu ul li:first-child{
  margin-left: 3px;
  padding-left: 5px;
  border-left: 1px solid #CCC;
}

#header_inner #topmenu ul #ico_fb,
#header_inner #topmenu ul #ico_tw,
#header_inner #topmenu ul #ico_yt,
#header_inner #topmenu ul #ico_line,
#header_inner #topmenu ul #ico_rss{
	margin: 0 3px;
	padding-left: 0;
	border: 0;
	display: inline-block;
	float: left;
	width: auto;
}
#h_sns{
	width:125px;
	margin:0 auto 5px auto;
	float: none;
}
#header_inner #topmenu ul #nsyushi{
	border: 0;
	display: block;
	clear: both;
	float: none;
	padding: 10px 0
}


/* header_v_menu */

#header_inner #v_menu{
	top:0;
	width:100%;
	height:auto;
	background-color: #EDEDED;
	padding:10px 0 15px 0;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#header_inner #v_menu ul li{
	display: inline-block;
	width:33%;
	float:left;
	padding: 0;
}

/* header_sp_menu */

#header_inner #sp_menu{
	display: block;
	top:300px;
	width:100%;
	height:160px;
	position:relative;
	overflow: hidden;
}
#header_inner #sp_menu ul{
	width:90%;
	margin-right: auto;
	margin-left: auto;
}
#header_inner #sp_menu ul li{
	font-size: 12px;
	float: left;
	width: 50%;
}

.sp_line {
	margin-top:-5em;
	margin-bottom:-3em;

}


/* -----------------------------------------------
 global nav
-------------------------------------------------- */
#header_inner ul#globalNav {
	width: 100%;
	top: 83px;
	left: 0px;
	border: none;
}
#header_inner ul#globalNav li {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-laft:-1px;
	background-color: #333;
}
#header_inner ul#globalNav li.w1 {
	width:50%
}
#header_inner ul#globalNav li.w2 {
	width:50%
}
#header_inner ul#globalNav li:last-child{
	border-right: none;
	padding-right:0;
}
#header_inner ul#globalNav li a  {
	height: 50px;
	text-align: left;
	padding-top:15px;
	letter-spacing: 0;
	text-indent: 1em;
}
#header_inner ul#globalNav li a:before {
  font-family: FontAwesome;
  content: '\f0a9 \0020'; /* アイコンのunicode */
　font-weight: bold;
}
#header_inner ul#globalNav li a:hover {
	background-color: #00984B;
	filter: alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
	color: #FFF;
	border-bottom-style: none;
}

ul#globalNav li.mega ul.second-level {  display: none;}


/* -----------------------------------------------
 index
-------------------------------------------------- */
.slider_top {
  padding-top: 70px;
}
/*---cover---*/
#cover{padding-top: 70px;}

slick-prev,
.slick-next
{
	width: 24px;
	height: 24px;
}
.center-item .slick-prev::before,
.center-item .slick-next::before {
	font-size: 24px;
}

/*---cover2スライダー---*/
#cover2{
	height:230px;
	margin-top:70px /*コンテンツメニュー差分*/;
}

#cover3{
	height:100%;
	margin-top:70px /*コンテンツメニュー差分*/;
}
/*--リンク---*/
#wrapper #links .row-content .col-2{
	width:30%;
	margin:1%;
	float:left;
}

/*---学部案内---*/
#wrapper .row #faculty .col-3{
	width:48%;
	margin:1%;
	float:left;
}
/*---大学施設---*/
ul.facility li{
	width:48%;
	margin:1%;
	float:left;
}

.button.pt2{
	padding-top:13px;
}
.res_none{
	display:none;
}

/*---tableスクロールバー---*/
table.tbl2.scroll{
    display: block;
    overflow-x: scroll;
}

table.tbl2.scroll th,
table.tbl2.scroll td{
    white-space: nowrap;
}

table.tbl2.scroll::-webkit-scrollbar {
  height: 10px;
}
table.tbl2.scroll::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}
table.tbl2.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

#top_movie .col-8,
#top_movie .col-4{
	width:100%;
}
.thumb_m li {
  display: inline-block;
  width: 24%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  margin-bottom: 4px;
  text-align:center;
  padding:5px;
      border-radius: 0px;        /* CSS3草案 */  
    -webkit-border-radius: 0px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 0px;   /* Firefox用 */
}

/* 学生第一 */
.bg_gakusei{
	background-image:none;
}

.bg_gakusei2::before{
 background: url("../student/images/bg_gakusei_sp.jpg");
 background-position: center 70px;
 background-repeat:repeat-y;
 background-size: contain;
 -webkit-background-size: contain;
 -moz-background-size: contain;
 -o-background-size: contain;
 /*background-attachment: fixed;*/
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 padding: 10% 0;
 content: "";
 z-index: -1;
}

/* 輝く秋大生 */ 
.bg_kagayaku2{
background-image: none;
}

.bg_kagayaku3::before{
 background: url("../life/images/bg_kagayaku00.png");
 background-position: center 70px;
 background-repeat: no-repeat;
 background-size: contain;
 -webkit-background-size: contain;
 -moz-background-size: contain;
 -o-background-size: contain;
 /*background-attachment: fixed;*/
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 padding: 10% 0;
 content: "";
 z-index: -1;
}
.mt0{
	margin-top:-4.97em;}

}
@media screen and (min-width: 600px) {

.res_open2{
	display:none;
}
}
/* small tablet */
@media screen and (max-width: 600px) {
.res_none2{
	display:none;
}

#kagayaku .col-3{
	width:100%;
}	
#kagayaku .col-3 p{
	display:block;
	height:auto;
}

/*---tableスクロールバー---*/
table.tbl1,
table.tbl2,
table.tbl3,
table.border_none {
    display: block;
    overflow-x: auto;
}

table.tbl1 th,
table.tbl1 td,
table.tbl2 th,
table.tbl2 td,
table.tbl3 th,
table.tbl3 td,
table.border_none th,
table.border_none td, {
    white-space: nowrap;
}

/*---cover2スライダー---*/
#cover2{height:180px;}
#cover2 #ttl h1{font-size:28px;
line-height:20px}
#cover2 #ttl h1 span{font-size:10px;}
	
[class*="col-"] {
  float: none;
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}
.prof img {
    border-radius: 200px;
    -moz-border-image: border-radius: 200px;
    -webkit-border-image: border-radius: 200px;
}
.prof{
	margin:0 30px 0 0;
}
ul#inline li{
	float:none;
	width: 100%;
}

/*---news---*/
#news dl{
	border-bottom: none;
}
#news dl dt {
	float:none;
	width:100%;
	padding-top:10px;
	padding-bottom:0;
	padding-right:0;
	border-top: none;
	background-color: #FFF;
}
#news dl dd {
	margin-left:0;
	padding:0;
	border-top: none;
	width:100%;
	border-bottom: solid 1px #CCC;
}
.button.pt{
	font-size:110%;
}
.button.pt2{
	font-size:110%;
	padding-top:5px;
}


/*---各indexページの小バナー---*/
.bunners li{width:48%;}

/* 画像をキャプション付2段組で表示 左 */
div.picboxL {
	width: 100%; /* 横幅 */
	float: left; /* 左に配置 */
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* 画像をキャプション付2段組で表示 右 */
div.picboxR {
	width: 100%; /* 横幅 */
	float: left; /* 右に配置 */
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}
div.picboxR2 {
	width: 100%; /* 横幅 */
	float: left; /* 右に配置 */
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}
table.tbl1,
border_none {
	overflow-x: scroll;
	text-align: right;
}
/*tbl anchor 中央揃え うすグレー 影なし*/

table.anchor {
	width: 100%;
	color: #333333;
	text-align: center;
	margin-bottom:30px;
		border-top: 5px solid #EDEDED;
			border-bottom: 5px solid #EDEDED;


}   
table.anchor tr th {
	display: block;
	width: 100%;
	background-color: #F5F5F5;
    padding: 10px ;
	font-weight: bold;
	text-align:center;
	border-top:none;
	border-bottom:#CCC 1px dotted;
	border-right: none;
}
table.anchor tr th.last {
	border-right: none;
	border-bottom: none;
}

.thumb_m li {
  width: 100%;
      border-radius: 50px;        /* CSS3草案 */  
    -webkit-border-radius: 50px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50px;   /* Firefox用 */
}
.imgleft_lab {
  width:100%;
}
.imgright_lab {
  width:100%;
}
.imgleft_lab2 {
  width:100%;
}
.imgleft_lab3 {
  width:100%;
}
.imgright_lab2 {
  width:100%;
}
.imgright_lab3 {
  width:100%;
  margin: auto;
}
.imgright_lab4 {
  width:100%;
}	
}


/* smartPhone */
@media screen and (max-width: 480px) {
/*ここにスマホ用スタイルを記述*/

/*---cover2スライダー---*/
#cover2{height:120px;}
#cover2 #ttl h1{font-size:22px;
line-height:18px; height:22px}
#cover2 #ttl h1.inter{font-size:22px;
line-height:18px; height:40px;
margin-top:-30px;}
#cover2 #ttl{height:22px;}


.row {padding:30px 0;}
.row-content .col-6.alignR,
.row-content .col-6.alignL{width:100%; float:none;}

/* index*/ 
#logo img{width : 80%}
#catch img{width : 80%}

/* search input field*/ 
#header #header_inner .search-field:focus {
width: 150px;
}

/*--リンク---*/
#wrapper #links .row-content .col-2{
	width:48%;
	margin:1%;
	float:left;
}

/*---学部案内---*/
#wrapper .row #faculty .col-3{
	width:100%;
	margin:1% 0;
	float:left;
}
/*---大学施設---*/
ul.facility li{
	width:100%;
	margin:1% 0;
	float:left;
}
/*
.bg_gakusei{
	background-image:url(../student/images/bg_gakusei_sp2.jpg);
	background-size:auto;
}
*/





/* -----------------------------------------------
 footer
-------------------------------------------------- */

#footer #fbox1{
	overflow: hidden;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
}
#footer #fbox1 ul li{
	display: inline-block;
	float:left;
	width:50%;
	margin-left: 0;
	padding-left: 0;
	border-left: none;
	background:f105;
}
#footer #fbox2 ul li  {
	display: inline-block;
	float:left;
	width:50%;
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
#footer #fbox1 ul li:before,
#footer #fbox2 ul li:before {
  font-family: FontAwesome;
  content: '\f105 \0020'; /* アイコンのunicode */
　font-weight: bold;
}
#footer #fbox1 ul li:first-child, #footer #fbox2 ul li:first-child{
	border-left:0;
	padding-left:0;
}

.button.pt{
	font-size:80%;
}
.button.pt2{
	font-size:80%;
	padding-top:13px;
}
ul.text_top li {
	font-size:1.2em;
	line-height:1.5;
	font-weight:bold;

}
#footer #fbox1 ul.sns_ft li{
	display:inline-block;
	margin-left: 12px;
	padding-left: 12px;
	font-size:11px;
	width:auto;
	margin-top:15px;
	float:none;
}
#footer #fbox1 ul.sns_ft li:first-child{
	margin-left: 0;
	padding-left:0;
}
#footer #fbox1 ul.sns_ft li:before{
	display:none;
}



/*button_inter*/
.button_inter {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	padding:0.3em 1em
}
.button_inter {
	color: #333;
	border: 2px solid #333;
	font-weight: 400;
	background-color: #FFF;
}
}

@media screen and (max-width: 320px) {

/*---cover2スライダー---*/
#cover2{height:100px;}
#cover2 #ttl h1{font-size:20px;
line-height:18px; height:21px}
#cover2 #ttl h1 span{font-size:9px;}}


/*** PRINT Module ***/
/* Print Resets */
@media print {
  
  * {
    color: #666 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  
  body {
    width: 100%;
}

  @page  {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
	page-break-after: avoid;
	/* [disabled]letter-spacing: 0.2em; */
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  li {
    content: "» ";
  }

}
