@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: 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 #000;
	color: #000;
	text-decoration: none;
	font-size: 90%;
}

#department ul.link_box li a:hover {
	background-color: #000;
	color: #ffffff;
	text-decoration: none;
}





#department h3.lec_tit {
	padding: 7px 15px;
	background-color: #914897;
	color: #ffffff;
    font-size: 120%;
}

#department h4.lec_subtit {
	color: #000;
    font-size: 130%;
}

.lectures_tit{
color:#914897;
font-size: 150%!important;
font-weight: bold!important;
}

.seminar_tit{
color:#000;
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;
}*/


/*2026年度学部更新*/
#department h4.assgin_box {
    border: 2px solid #000;
    padding: 5px 30px;
    display: inline-block;
    color: #000000;
}





@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;
}

}

