@charset "utf-8";
/* 情報学部　学科紹介 */

/* 画像スライド */
.slick-slide {
	max-height: 500px;
	overflow:hidden;
}

#department .subject_box {
	width: 100%;
	margin: 0 auto 60px;
}

#department .subject_box:last-child {
	margin: 0 auto;
}

#department .subject_box h2 {
	font-size: 160%;
}


#department .mainimage {
	max-height: auto;
	/*max-height: 400px;*/
	overflow: hidden;
	margin-bottom: 10px;
}

#department .mainimage img {
	width: 100%;
	margin: 0;
}

#department .index dl {
	margin: 0 0 30px 0;
}

#department .index dl dt {
	padding: 3px 15px;
	background-color: #ecf5e3;
	color: #7EBF41;
	font-weight: bold;
}

#department .index dl dd {
	padding: 10px 10px 0px;
}

#department .index dl dd ul {
	margin: 0 0 0 25px;
}

#department .index dl dd ul li {
	margin: 0 0 3px 0;
	list-style: none;
}

#department .index dl dd ul li:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #4c4948;
	position: relative;
	left: -15px;
	top: -3px;
}

#department .index dl.point {
	margin: 0 0 20px 0;
}

#department .index dl.point dt {
	padding: 7px 15px;
	background-color: #7EBF41;
	color: #ffffff;
}

#department .index dl.point dd {
	padding: 15px 10px 10px;
	background-color: #ecf5e3;
}

#department .index dl.point dd ul li {
	margin: 0 0 5px 0;
}

#department .index dl.point dd ul li:before {
	background: #7EBF41;
}

#department .curriculum {
	margin: 0 0 30px 0;
}

/*2024年度学部更新*/
#department ul.link_box {
	width: 640px;
	margin: 0 auto 20px;
}
	#department ul.link_box::after {
	  content: ""; clear: both; display: block;
	  }

#department ul.link_box li {
	float: left;
    width: 310px;
    margin: 0 10px 10px 0;
    box-sizing: border-box;
}

#department ul.link_box li a {
	display: block;
	padding: 3px 20px;
	border: 1px solid #0085cd!important;
	color: #0085cd;
	text-decoration: none;
	font-size: 90%;
}

#department ul.link_box li a:hover {
	background-color: #0085cd;
	color: #ffffff;
	text-decoration: none;
}

#department h3.lec_tit {
	padding: 7px 15px;
	background-color: ;
	color: #ffffff;
    font-size: 120%;
}

#department h4.lec_subtit {
	color: #0085cd;
    font-size: 130%;
}

.lectures_tit{
color:;
font-size: 150%!important;
font-weight: bold!important;
}

.seminar_tit{
color:#0085cd;
font-size: 180%!important;
font-weight: bold!important;
}

.seminar_subtit{
background-color: #627a86;
color: #fff;
padding: 5px 10px;
margin-bottom: 10px!important;
}

.seminar_subtit2{
background-color: #627a86;
color: #fff;
padding: 5px 10px;
margin-bottom: 10px!important;
width: max-content;
}

.name{
background-color:#e5ebee;
padding: 7px 10px;
width:180px;
margin: 0 auto;
}

.members {
    display: inline-block;
    margin-top: 20px;
}


/*#contents ul, #contents ol {
	margin: 20px 0 30px;
}

#contents ul li, #contents ol li {
	margin-bottom: 10px;
	position:relative;
}*/

/*20251224　追加*/
.lectures_tit{
color:#0085cd;
font-size: 150%!important;
font-weight: bold!important;
}

.laboratories_tit{
color:#0085cd;
font-size: 180%!important;
font-weight: bold!important;
}

.laboratories_subtit{
background-color: #627a86;
color: #fff;
padding: 5px 10px;
margin-bottom: 20px!important;
}

.name{
background-color:#e5ebee;
padding: 7px 10px;
width:180px;
margin: 0 auto;
}


/*2026年度学部更新*/
#department h4.assign_box {
    border: 2px solid #0085cd;
    padding: 5px 30px;
    display: inline-block;
    color: #0085cd;
}

#contents div.members .box100_l img{
    margin:0 0 20px 0;
}

#contents div.members .box100_l img.photo{
	margin-bottom: 0!important;
	display: block !important;
}

.sub_note {
margin-right: 27px; 
color: #004da0;
}


@media screen and (max-width: 736px) {

/*2024年度学部更新*/
#department ul.link_box {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

#department ul.link_box li {
    clear: both;
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
}

/*2026年度学部更新用*/
.semi_box {
 display: flex;
 flex-direction: column-reverse;
 margin-bottom: 10px;
}

#contents div.members .box100_l{
	width: 100px;
	float:left;
	clear: both;
	margin-right: 20px;
}

#contents div.members .box190_l{
	width: 190px;
	float:left; 
}
#contents div.members .box100_l img.photo{
	margin-bottom: 20px!important;
}

#subject .subject_box h2 {
	font-size: 140%;
}

#subject ul.eye100 {
	margin-bottom: 5px;
	}

#subject ul.eye100 li {
	width: 49%;
	margin-right: 5px;
}

#subject ul.eye100 li:nth-child(even) {
	margin-right: 0;
}
	
#subject ul.eye100 + ul li {
	margin-bottom: 5px;
}

#subject .dept ul.link_box li {
    clear: both;
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
}

.none_pc { display: block;}
.none_sp { display: none;}

/*2026年度更新*/
.sub_note {
margin-right: 20px;
}

.semi_box{
    display: flex;
    flex-direction: column-reverse;
}

}

