@charset "utf-8";
/* 政策学部 学科紹介　 201708 */


/* 画像スライド */
.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: 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;
}

#department .curriculum  h3 {
    font-family: "barkpipe";
	font-feature-settings: "palt";
}


#department ul.eye100 {
	margin-top: 50px;
}

#department ul.eye100::after {
	  content: ""; clear: both; display: block;
}

#department ul.eye100 li {
	float: left;
	margin-right: 20px;
}

#department ul.eye100 li:last-child {
	margin-right: 0;
}

#department ul.eye100 + ul {
	clear: both;
	margin: 0 0 20px 25px;
}

#department ul.eye100 + ul li {
	list-style: disc;
}


/* フォントサイズ */
.small{
	font-size:80%;
}


/* リスト */
#department .list01 li{
	margin-bottom:10px;
}


.features ol{
	list-style: none !important; 
	counter-reset: ol_li; /* ol_li カウンタをセットする(値もリセット) */
}

.features ol li{
	list-style:none !important;
	margin-top:10px;
}


.features ol li:before {
  margin-right: 1em;
  margin-left:-1em;
  counter-increment: ol_li; /* ol_li カウンタの値に1加える */
  content: counter(ol_li); /* before擬似要素のcontentで出力 */
  color: #7EBF41; /* 色を変更 */
  font-weight:bold;
}

/* img */

.imgcenter{
	display:block;
	margin:10px auto;
}


/* タイトルBOX*/
.tit_box{
	    margin: 0 10px 10px 0;
		padding: 2px 7px;
		background-color: #7EBF41;
		color: #ffffff;
}

.tit_box a{
	color: #ffffff;
}

/*2022年度更新
#department .dept ul.link_box {
    width: 640px;
    margin: 0 auto 20px;
}
#department .dept ul.link_box li {
    float: left;
    width: 310px;
    margin: 0 10px 10px 0;
    box-sizing: border-box;
}
#department .dept ul.link_box li a {
    display: block;
    padding: 3px 20px;
    border: 1px solid #7EBF41;
    color: #7EBF41;
    text-decoration: none;
    font-size: 90%;
}
#department .dept ul.link_box li a:hover {
	background-color: #7EBF41;
	color: #ffffff;
	text-decoration: none;
}*/

/*2022年度学部更新*/
#department ul.link_box {
    width: 640px;
    margin: 0 auto 20px;
}

#department .dept ul.link_box li {
    float: left;
    width: 310px;
    margin: 0 10px 10px 0;
    box-sizing: border-box;
}

#department ul.link_box {
    width: 640px;
    margin: 0 auto 20px;
}

#department .dept ul.link_box li {
    float: left;
    width: 310px;
    margin: 0 10px 10px 0;
    box-sizing: border-box;
}

#department .dept ul.link_box li {
    float: left;
    width: 310px;
    margin: 0 10px 10px 0;
    box-sizing: border-box;
}


#department h3.lec_tit {
	padding: 7px 15px;
	background-color: #7EBF41;
	color: #ffffff;
    font-size: 120%;
}

#department h4.lec_subtit {
	color: #7EBF41;
    font-size: 130%;
}

.lectures_tit{
color: #7EBF41;
font-size: 150%!important;
font-weight: bold!important;
}

.seminar_tit{
color:#7EBF41;
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;
}

dl.describe{}

dl.describe dt{background-color: #96a9b3; padding: 5px 10px; color: #fff; font-weight: bold;}

dl.describe dd{background-color: #e5ebee; padding: 10px;}



/*2026年度学部更新*/

#department h4.assgin_box {
	color: #7EBF41;
    border: 2px solid #7EBF41;
    padding: 5px 30px;
    display: inline-block;
}





@media screen and (max-width: 736px) {

#department .subject_box h2 {
	font-size: 140%;
}

#department ul.eye100 {
	margin-bottom: 5px;
	}

#department ul.eye100 li {
	width: 49%;
	margin-right: 5px;
}

#department ul.eye100 li:nth-child(even) {
	margin-right: 0;
}
	
#department ul.eye100 + ul li {
	margin-bottom: 5px;
}

.hide2{
	display:none;
}

#department .dept ul.link_box {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
#department .dept  ul.link_box li {
    clear: both;
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
}
.members {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}

/*2026年度更学部更新*/
.semi_box {
display: flex;
flex-direction: column-reverse;
}

}







