@charset "utf-8";
/* 政策学部 資格・就職　201708 */

/* ページ内リンク */
/*#contents ul.link_box {
	width: 420px;
	margin: 0 auto 20px;
}
*/


#career .career1 ul li {
	/* float: left;
	width: 50%; */
	width: 100%;
	margin: 0 0 40px 0;
	text-align: center;
}

#career .career1 ul li:nth-last-child(1), #career .career1 ul li:nth-last-child(2) {
	margin: 0;
}

#career .career1 ul li h4 {
	margin: 0;
	/* text-align: left; */
}

#career .career1 ul li img {
	margin: 20px auto 0 auto;
}

#career .career2 ul {
	margin: 0 0 20px 20px;
}

	#career .career2 ul::after {
	  content: ""; clear: both; display: block;
	  }

#career .career2 ul li {
	float: left;
	width: 46%;
	margin: 0 40px 5px 0;
	list-style: disc;
}

#career .career2 ul li:nth-child(even) {
	margin: 0 0 5px 0;
}


#career .career3 h3 {
	margin-bottom: 20px;
}

#career .career3 p {
	margin-bottom: 20px;
}

#career .career3 p.tit_box {
	margin: 0 10px 10px 0;
	padding: 2px 7px;
	background-color: #7EBF41;
	color: #ffffff;
}

#career .career3 dl dt {
	margin-bottom: 10px;
	font-weight: bold;
}


/*2027年度学部更新追加*/

.career__flexes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.career__flex {
    width: calc((100% - 20px) / 2);
    height: auto;
}

.career_indent {
     padding-left: 1em;
     text-indent: -1em;
}

#career .career2 .career__flex ul {
    margin: 0;
}

#career .career2 .career__flex ul li {
    float: none;
    list-style: none;
    width: 100%;
    margin: 0 0 5px 0;
}

#career .career2 .career__flex .industry {
    font-weight: bold;
    color: #7EBF41;
}

#career .career2 .career__flex .industry:nth-of-type(n+2){
    margin-top: 10px;
} 

/*ここまで*/


@media screen and (max-width: 736px) {

/* ページ内リンク */
#contents ul.link_box {
	width: 100%!important;
}

#career .career1 ul li {
	float: none;
	width: 100%;
	margin: 0 0 50px 0;
}

#career .career1 ul li:nth-last-child(1), #career .career1 ul li:nth-last-child(2) {
	margin: 0 0 50px 0;
}

#career .career1 ul li h4 {
	text-align: center;
}

#career .career2 ul li {
	float: none;
	width: 100%;
	margin: 0 0 5px 0;
}

#career .career3 dl {
	margin-bottom: 20px;
}

/*2027年度学部更新追加*/

.career__flexes {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.career__flex {
    width: 100%;
}

/*ここまで*/

}

/*2023年度更新*/
 ul#career3.link_box{
 width: 640px;
 margin: 0 auto 20px;
 }
 
 ul#career3.link_box li {
 float: left;
 width: 310px!important;
 margin: 0 10px 10px 0;
 box-sizing: border-box;
 }
 ul#career3.link_box li a {
 display: block;
 padding: 3px 20px;
 border: 1px solid #7EBF41;
 color: #7EBF41;
 text-decoration: none;
 font-size: 90%;
 }
 
 ul#career3.link_box li a:hover {
 background-color: #7EBF41;
 color: #ffffff;
 text-decoration: none;
 }
 
 ul#career3.link_box {
 width: 640px;
 margin: 0 auto 20px;
 }
 
@media screen and (max-width: 736px){
 ul#career3.link_box {
 width: 100%;
 padding: 0 10px;
 box-sizing: border-box;
 margin: 0 auto 20px;
 }
 
 ul#career3.link_box li {
 clear: both;
 float: none;
 width: 100%!important;
 margin: 0 0 10px 0;
 box-sizing: border-box;
 }
 
 ul#career3.link_box li a {
 padding: 3px 10px;
 display: block;
 border: 1px solid #7EBF41;
 color: #7EBF41;
 text-decoration: none; 
 font-size: 90%;
 }
}





