@charset "utf-8";
/* 経営学部 資格・就職　201708 */

/* ページ内リンク */
#contents ul.link_box {
	width: 440px;
	margin: 0 auto 20px;
}



#career .career1 ul li {
	margin: 0 0 50px 0;
}

#career .career1 ul li h4 {
	margin: 0;
}

#career .career1 ul li img {
	margin: 0 0 0 15px;
}

#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;
}

/*2026年度更新用*/
.industry, .job-fac {
     color: #EC6C00;
 }
 
 .flex-container {
     display: flex;
     flex-wrap: wrap;
 }

.box-child{
    width:calc(100%/2);
    height:auto;
    display:flex;
    flex-direction:column;
}

.job-tit {
color: #FFFFFF!important;
background-color: #96a9b3;
text-align: center;
}

.job-subtit {
     color: #EC6C00;
     text-align: center;
}

#contents ul.results {
	margin: 10px 0 20px 20px;
}

	#contents ul.results::after {
	  content: ""; clear: both; display: block;
	  }

#contents ul.results li {
	float: left;
	width: 46%;
	margin: 0 40px 5px 0;
	list-style: disc;
}

#contents ul.results li:nth-child(even) {
	margin: 0 0 5px 0;
}

/*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: #EC6C00;
}

#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%;
}


#career .career1 ul li {
	margin: 0 0 30px 0;
}

#career .career1 ul li img {
	margin: 0 auto;
}


#career .career2 ul li {
	float: none;
	width: 100%;
	margin: 0 0 5px 0;
}

/*2026年更新用*/
.flex-container {
     display: flex;
     flex-wrap: nowrap;
     flex-direction: column;
 }
 
 #contents ul.results li {
        float: none;
        width: 100%;
        margin: 0 0 5px 0;
}


#contents ul.results {
    margin: 10px 0 20px 20px;
}

/*2027年度更新用*/

.career__flexes {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.career__flex {
    width: 100%;
}

/*ここまで*/

}


 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;
}
@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 #EC6C00;
    color: #EC6C00;
    text-decoration: none;
    font-size: 90%;
}
}







