@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap');

/*2024年度改定書き換え*/
/*拡大虫眼鏡アイコン*/
.expansion {
  text-align: right;
}
/*拡大虫眼鏡アイコン*/

#contents .mv {
	margin: 0px 0px 55px;
	padding: 23px 0 45px;
}
#contents .mv .title {
	max-width: 750px;
	width: 90%;
	margin: 0px auto 40px;
	padding: 5px 0;
	border-top: solid #fff 2px;
	border-bottom: solid #fff 2px;
}
#contents .mv .title .inn {
	padding: 35px 0 30px;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 23px;
}
#contents .mv .copy {
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media only screen and (max-width: 768px){
	#contents .mv {
		margin: 0px 0px 30px;
		padding: 15px 0 25px;
	}
	#contents .mv .title {
		margin: 0px auto 20px;
		padding: 3px 0;
	}
	#contents .mv .title .inn {
		padding: 25px 0 20px;
		gap: 20px;
	}
	#contents .mv .title .inn .ttl img {
		width: auto;
		height: 32px;
	}
	#contents .mv .title .inn .sttl img {
		width: auto;
		height: 14px;
	}
	#contents .mv.let .title .inn .sttl img {
		height: auto;
	}
	#contents .mv .copy {
		width: 90%;
		margin: 0 auto;
	}
	#contents .mv .copy img {
		width: auto;
		height: 45px;
	}
	#contents .mv.ii .copy img,
	#contents .mv.first .copy img {
		height: 65px;
	}
}

/*文学部*/
#contents .mv.let {
	background:#ba5466;
}
/*法学部*/
#contents .mv.law {
	background:#7d5b77;
}
/*経済学部*/
#contents .mv.econ {
	background: #49835a;
}
/*経営学部*/
#contents .mv.bus {
	background: #cd724c;
}
/*マネジメント創造学部*/
#contents .mv.cube {
	background: #853052;
}
/*理工学部*/
#contents .mv.sci {
	background: #4a9bb8;
}
/*知能情報学部*/
#contents .mv.ii {
	background: #7669A2;
}
/*フロンティアサイエンス学部*/
#contents .mv.first {
	background: #497DAE;
}





/*========================================*/



/*文学部*/
h3.letters {
	border-left: 5px solid #ba5466;
	font-size: 26px;
	line-height: 30px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 40px;
}
h3.letters span {
	color:#ba5466;
}

h3.letters_line {
	font-size: 26px;
	line-height: 30px;
	margin: 0px 0px 40px;
	border-bottom: 3px solid #f3f3f3;
	padding: 0px 0px 15px;
}
h3.letters_line p {
	border-left: 5px solid #ba5466;
	padding: 0px 0px 0px 15px;
}

.letters_copy {
	color: #ba5466;
	font-size: 22px;
	margin: 0px 0px 20px;
}

/*法学部*/
h3.law {
	border-left: 5px solid #7d5b77;
	font-size: 26px;
	line-height: 30px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 40px;
}
h3.law span {
	color:#7d5b77;
}
h3.law_line {
	font-size: 26px;
	line-height: 30px;
	margin: 0px 0px 40px;
	border-bottom: 3px solid #f3f3f3;
	padding: 0px 0px 15px;
}
h3.law_line p {
	border-left: 5px solid #7d5b77;
	padding: 0px 0px 0px 15px;
}

.law_copy {
	color: #7d5b77;
	font-size: 21px;
	margin: 0px 0px 20px;
}

/*経済学部*/
h3.econ {
	border-left: 5px solid #49835a;
	font-size: 26px;
	line-height: 30px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 40px;
}
h3.econ span {
	color:#49835a;
}
h3.econ_line {
	font-size: 26px;
	line-height: 30px;
	margin: 0px 0px 40px;
	border-bottom: 3px solid #f3f3f3;
	padding: 0px 0px 15px;
}
h3.econ_line p {
	border-left: 5px solid #49835a;
	padding: 0px 0px 0px 15px;
}

.econ_copy {
	color: #49835a;
	font-size: 21px;
	margin: 0px 0px 20px;
}

/*経営学部*/
h3.bus {
	border-left: 5px solid #cd724c;
	font-size: 26px;
	line-height: 30px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 40px;
}
h3.bus span {
	color:#cd724c;
}
h3.bus_line {
	font-size: 26px;
	line-height: 30px;
	margin: 0px 0px 40px;
	border-bottom: 3px solid #f3f3f3;
	padding: 0px 0px 15px;
}
h3.bus_line p {
	border-left: 5px solid #F18E42;
	padding: 0px 0px 0px 15px;
}

.bus_copy {
	color: #cd724c;
	font-size: 21px;
	margin: 0px 0px 20px;
}

/*理工学部*/
h3.sci {
	border-left: 5px solid #499bb8;
	font-size: 26px;
	line-height: 30px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 40px;
}
h3.sci span {
	color:#499bb8;
}
h3.sci_line {
	font-size: 26px;
	line-height: 30px;
	margin: 0px 0px 40px;
	border-bottom: 3px solid #f3f3f3;
	padding: 0px 0px 15px;
}
h3.sci_line p {
	border-left: 5px solid #499bb8;
	padding: 0px 0px 0px 15px;
}

.sci_copy {
	color: #499bb8;
	font-size: 21px;
	margin: 0px 0px 20px;
}

/*知能情報学部*/
h3.ii {
	border-left: 5px solid #7669a2;
	font-size: 26px;
	line-height: 30px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 40px;
}
h3.ii span {
	color:#7669a2;
}
h3.ii_line {
	font-size: 26px;
	line-height: 30px;
	margin: 0px 0px 40px;
	border-bottom: 3px solid #f3f3f3;
	padding: 0px 0px 15px;
}
h3.ii_line p {
	border-left: 5px solid #7669a2;
	padding: 0px 0px 0px 15px;
}
.ii_copy {
	color: #7669a2;
	font-size: 21px;
	margin: 0px 0px 20px;
}

/*マネジメント創造学部*/
h3.cube {
	font-size: 26px;
	line-height: 30px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 40px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #AF2763;
}
h3.cube span {
	color:#AF2763;
}
h3.cube_line {
	font-size: 26px;
	line-height: 30px;
	margin: 0px 0px 40px;
	border-bottom: 3px solid #f3f3f3;
	padding: 0px 0px 15px;
}
h3.cube_line p {
	border-left: 5px solid #AF2763;
	padding: 0px 0px 0px 15px;
}
.cube_copy {
	color: #853052;
	font-size: 21px;
	margin: 0px 0px 20px;
}

/*フロンティアサイエンス学部*/
h3.first {
	border-left: 5px solid #487dae;
	font-size: 26px;
	line-height: 30px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 40px;
}
h3.first span {
	color:#487dae;
}
h3.first_line {
	font-size: 26px;
	line-height: 30px;
	margin: 0px 0px 40px;
	border-bottom: 3px solid #f3f3f3;
	padding: 0px 0px 15px;
}
h3.first_line p {
	border-left: 5px solid #7FB0DF;
	padding: 0px 0px 0px 15px;
}
.first_copy {
	color: #487dae;
	font-size: 22px;
	margin: 0px 0px 20px;
	line-height:  1.5em;
}

@media only screen and (max-width: 768px){

/*文学部*/
h3.letters {
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px;
}
h3.letters_line {
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 5px 10px;
	margin: 0px 0px 20px;
}
h3.letters_line p {
	padding: 0px 0px 0px 15px;
}
.letters_copy {
	font-size: 18px;
	margin: 0px 0px 10px;
	line-height: 1.3em;
}

/*法学部*/
h3.law {
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px;
}
h3.law_line {
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 5px 10px;
	margin: 0px 0px 20px;
}
h3.law_line p {
	padding: 0px 0px 0px 15px;
}
.law_copy {
	font-size: 18px;
	margin: 0px 0px 10px;
	line-height: 1.3em;
}

/*経済学部*/
h3.econ {
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px;
}
h3.econ_line {
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 5px 10px;
	margin: 0px 0px 20px;
}
h3.econ_line p {
	padding: 0px 0px 0px 15px;
}
.econ_copy {
	font-size: 18px;
	margin: 0px 0px 10px;
	line-height: 1.3em;
}

/*経営学部*/
h3.bus {
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px;
}
h3.bus_line {
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 5px 10px;
	margin: 0px 0px 20px;
}
h3.bus_line p {
	padding: 0px 0px 0px 15px;
}
.bus_copy {
	font-size: 18px;
	margin: 0px 0px 10px;
	line-height: 1.3em;
}

/*理工学部*/
h3.sci {
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px;
}
h3.sci_line {
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 5px 10px;
	margin: 0px 0px 20px;
}
h3.sci_line p {
	padding: 0px 0px 0px 15px;
}
.sci_copy {
	font-size: 18px;
	margin: 0px 0px 10px;
	line-height: 1.3em;
}

/*知能情報学部*/
h3.ii {
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px;
}
h3.ii_line {
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 5px 10px;
	margin: 0px 0px 20px;
}
h3.ii_line p {
	padding: 0px 0px 0px 15px;
}
.ii_copy {
	font-size: 18px;
	margin: 0px 0px 10px;
	line-height: 1.3em;
}

/*マネジメント創造学部*/
h3.cube {
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px;
}
h3.cube_line {
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 5px 10px;
	margin: 0px 0px 20px;
}
h3.cube_line p {
	padding: 0px 0px 0px 15px;
}
.cube_copy {
	font-size: 18px;
	margin: 0px 0px 10px;
	line-height: 1.3em;
}

/*フロンティアサイエンス学部*/
h3.first {
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px;
}
h3.first_line {
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 5px 10px;
	margin: 0px 0px 20px;
}
h3.first_line p {
	padding: 0px 0px 0px 15px;
}
.first_copy {
	font-size: 18px;
	margin: 0px 0px 10px;
	line-height: 1.3em;
}

}




/****************************************
　学科ナビゲーション
*****************************************/
.fac_nav {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	margin: 45px 0px;
}
.fac_nav ul {
}
.fac_nav ul:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
.fac_nav ul li a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	line-height: 1.5em;
}
.fac_nav ul li {
	margin: 0;
	padding: 0;
	width: 25%;
	float: left;
	text-align: center;
	display: table;
	height: 70px;
	min-height: 70px;
}
.fac_nav ul .w10 {
	width: 10%;
}
.fac_nav ul .w15 {
	width: 15%;
}
.fac_nav ul .w20 {
	width: 20%;
}
.fac_nav ul .w30 {
	width: 30%;
}
.fac_nav ul .w33 {
	width: 33.333333333%;
}
.fac_nav ul .w35 {
	width: 35%;
}
.fac_nav ul .w40 {
	width: 40%;
}
.fac_nav ul .w45 {
	width: 45%;
}
.fac_nav ul .w50 {
	width: 50%;
}


.fac_nav_w30 ul li {
	width: 23.333333333%;
}
.fac_nav_w30 ul .w30 {
	width: 30%;
}

.fac_nav.cube ul li {
}
.fac_nav.cube ul .w40 {
	width: 40%;
}

.fac_nav ul li a:before{
	margin: 0;
	content: " ";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: contain;
	vertical-align: middle;
	float:right;
}

@media only screen and (max-width: 970px){
.fac_nav ul li {
	font-size:12px;
}
}

/*文学部*/
.fac_nav.letter ul li a:before{
	background: url(/images/faculty/letters/japanese/arrow.png) no-repeat;
}
.fac_nav.letter ul li a:hover {
	background: #fdf0f1;
}
.fac_nav.letter ul li .active{
	background: #fdf0f1;
}

/*法学部*/
.fac_nav.law ul li a:before{
	background: url(/images/faculty/law/arrow.png) no-repeat;
}
.fac_nav.law ul li a:hover {
	background: #faf4f9;
}
.fac_nav.law ul li .active{
	background: #faf4f9;
}

/*経済学部*/
.fac_nav.econ ul li a:before{
	background: url(/images/faculty/economics/arrow.png) no-repeat;
}
.fac_nav.econ ul li a:hover {
	background: #e5f7f2;
}
.fac_nav.econ ul li .active{
	background: #e5f7f2;
}

/*経営学部*/
.fac_nav.bus ul li a:before{
	background: url(/images/faculty/business/arrow.png) no-repeat;
}
.fac_nav.bus ul li a:hover {
	background: #fef4ec;
}
.fac_nav.bus ul li .active{
	background: #fef4ec;
}

/*知能情報学部*/
.fac_nav.ii ul li a:before{
	background: url(/images/faculty/ii/arrow.png) no-repeat;
}
.fac_nav.ii ul li a:hover {
	background: #f7f6fa;
}
.fac_nav.ii ul li .active{
	background: #f7f6fa;
}

/*理工学部*/
.fac_nav.sci ul li a:before{
	background: url(/images/faculty/science_and_engineering/arrow.png) no-repeat;
}
.fac_nav.sci ul li a:hover {
	background: #f2fafc;
}
.fac_nav.sci ul li .active{
	background: #f2fafc;
}

/*フロンティアサイエンス学部*/
.fac_nav.first ul li a:before{
	background: url(/images/faculty/first/arrow.png) no-repeat;
}
.fac_nav.first ul li a:hover {
	background: #f1f7fc;
}
.fac_nav.first ul li .active{
	background: #f1f7fc;
}

/*マネージメント学部*/
.fac_nav.cube ul li a:before{
	background: url(/images/faculty/cube/arrow.png) no-repeat;
}
.fac_nav.cube ul li a:hover {
	background: #f7e9ef;
}
.fac_nav.cube ul li .active{
	background: #f7e9ef;
}

/*自然科学研究科*/
.fac_nav.natural ul li a:before{
	background: url(/images/graduate/natural/arrow.png) no-repeat;
}
.fac_nav.natural ul li a:hover {
	background: #e5f6f7;
}
.fac_nav.natural ul .active{
	background: #e5f6f7;
}

/*社会研究科*/
.fac_nav.science ul li a:before{
	background: url(/images/graduate/natural/arrow.png) no-repeat;
}
.fac_nav.science ul li a:hover {
	background: #f1f8f1;
}
.fac_nav.science ul li .active{
	background: #f1f8f1;
}

/*ブランク*/
.fac_nav ul li a.blank:after{
	background: url(/images/common/blank_icon_r.png) no-repeat;
}

.br {
	display:none;
}

@media only screen and (max-width: 970px){
.br {
	display:block;
}
.fac_nav_w30 ul li a:before{
	margin: 5px 0;
	content: " ";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: contain;
	vertical-align: middle;
	float:right;
}
}

@media only screen and (max-width: 768px){
.fac_nav {
	padding: 0;
	margin: 10px 0px 30px;
}
.fac_nav ul {
}
.fac_nav ul li {
	width:auto;
	margin: 0;
	font-size: 13px;
	display: block;
	text-align: left;
	float:none;
	border-bottom: 1px dotted #000;
	min-height:0;
	height:  auto;
}

.fac_nav ul li:last-child {
	border-bottom: none;
}

.fac_nav ul li a {
	padding: 10px;
	display:block;
}

.fac_nav ul li a:before{
	margin: 0;
}
.fac_nav ul .w10 , .fac_nav ul .w15 , .fac_nav ul .w20 , .fac_nav ul .w30 , .fac_nav ul .w33 , .fac_nav ul .w35 , .fac_nav ul .w40 , .fac_nav ul .w45 , .fac_nav ul .w50 {
	width: auto;
}

.fac_nav_w30 ul li {
	width: auto;
	float: none;
}
.fac_nav_w30 ul .w30 {
	width: auto;
}

.fac_nav.cube ul li {
	width: auto;
}
.fac_nav.cube ul .w40 {
	width: auto;
}

.fac_nav.first ul li {
	width: auto;
}


.br {
	display:none;
}
}



/****************************************
　学科イントロ
*****************************************/
.intro {
	margin: 0px 0px 80px;
}
.intro .copy{
	font-size: 24px;
	margin: 0px 0px 20px;
	line-height: 1.917em;
}
.intro .text1{
	line-height: 1.8em;
}
@media only screen and (max-width: 768px){
.intro {
	margin: 0px 0px 40px;
}
.intro .copy{
	font-size: 18px;
	line-height: 1.5em;
	margin: 0px 0px 15px;
}
.intro .text1{
}

}


/****************************************
　学び
*****************************************/
#contents .learning  {
	margin: 0px 0px 80px;
}
.fouryears_study {
	margin: 0px 0px 105px;
}
.fouryears_study ul {
	text-align: center;
	margin: 0 0 10px;
}
.fouryears_study ul li {
	display: inline-block;
	text-align: center;
}
.dis_btn {
	width: 28.125%;
	margin: 20px auto 0;
	text-align:center;
}
.dis_btn2 {
	width: 45%;
	margin: 20px auto 0;
	text-align:center;
}
.dis_btn a {
	border: 2px solid #CB2837;
	display: block;
	line-height: 46px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
	background-image: url(/images/faculty/seach_grass.png);
	background-repeat: no-repeat;
	background-position: 78.666% center;
	background-size: 26px 27px;
}
.dis_btn2 a {
	border: 2px solid #CB2837;
	display: block;
	line-height: 46px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
}
/*.dis_btn a:after {
	content: "\f00e";
	font-family: FontAwesome;
	font-size: 18px;
	color: #cb2837;
	float:right;
	margin:  0 20px;
}*/
.dis_btn a:hover {
	border: 2px solid #CB2837;
	background: #CB2837;
	color: #FFF;
	display: block;
	line-height: 46px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
	background-image: url(/images/faculty/seach_grass_r.png);
	background-repeat: no-repeat;
	background-position: 78.666% center;
	background-size: 26px 27px;
}
.dis_btn2 a:hover {
	border: 2px solid #CB2837;
	background: #CB2837;
	color: #FFF;
	display: block;
	line-height: 46px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
}
.dis_btn a:hover:after {
	color: #fff;
}
@media only screen and (max-width: 768px){
#contents .learning  {
	margin: 0px 0px 40px;
}
.fouryears_study {
	margin: 0px 0px 40px;
}
.fouryears_study ul {
	text-align: center;
	margin: 0 0 10px;
}
.fouryears_study ul li {
	display: block;
	margin: 0 5% 5px;
}
.fouryears_study ul li img {
	width:100%;
	height:auto;
}
.dis_btn {
	margin:20px auto 0;
	width:80%;
}
.dis_btn2 {
	margin:20px auto 0;
	width:80%;
}
.dis_btn a {
	border: 2px solid #CB2837;
	line-height:35px;
	background-size: 20px 21px;
}
.dis_btn2 a {
	border: 2px solid #CB2837;
	line-height:35px;
	background-size: 20px 21px;
}
.dis_btn a:hover {
	border: 2px solid #CB2837;
	line-height:35px;
}
.dis_btn2 a:hover {
	border: 2px solid #CB2837;
	line-height:35px;
}
}


/****************************************
　学部ニュース
*****************************************/
#news_area {
	margin: 0 0 35px;
	float:  none;
	width:  auto;
	padding:  0;
}
#news_area .title h3 {
	float: left;
	line-height:35px;
}
#news_area .title .btn_area {
	width: 25%;
	float: right;
}
#news_area .title .sci_btn_area {
	width: 60%;
}
#news_area .title .btn_area:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

#news_area .title .btn {
	float: left;
	width: 73%;
	text-align: center;
	line-height: 32px;
	margin: 0 0 0 2%;
}
#news_area .title .btn a {
	display: block;
	color: #FFF;
	font-size: 12px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#news_area .title .btn .fa {font-size: 16px;float: right;line-height: 35px;margin: 0 10px 0 0;}

#news_area .title .sci_btn {
	float: left;
	width: 73%;
	text-align: center;
	line-height: 32px;
	margin: 0 0 0 2%;
}
#news_area .title .sci_btn a {
	display: block;
	color: #FFF;
	font-size: 12px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#news_area .title .sci_btn .fa {font-size: 16px;float: right;line-height: 35px;margin: 0 10px 0 0;}

/*RSS*/
#news_area .title .rss {
	width: 25%;
	margin:  0;
}
#news_area .title .rss a {
	background-color: #9a9a9a;
	border: solid 1px #9a9a9a;
}
#news_area .title .rss a:hover {
	color: #9a9a9a;
	border: solid 1px #9a9a9a; 
	background-color: #fff;
}
/*文学部*/
#news_area .title .letters_btn a {
	background: #ba5466;
	border: solid 1px #ba5466;
}
#news_area .title .letters_btn a:hover {
	color: #ba5466;
	border: solid 1px #ba5466;
	background-color: #fff;
}
/*法学部*/
#news_area .title .law_btn a {
	background: #7d5b77;
	border: solid 1px #7d5b77; 
}
#news_area .title .law_btn a:hover {
	color: #7d5b77;
	border: solid 1px #7d5b77; 
	background-color: #fff;
}
/*経済学部*/
#news_area .title .econ_btn a {
	background: #49835a;
	border: solid 1px #49835a; 
}
#news_area .title .econ_btn a:hover {
	color: #49835a;
	border: solid 1px #49835a; 
	background-color: #fff;
}
/*経営学部*/
#news_area .title .bus_btn a {
	background: #cd724c;
	border: solid 1px #cd724c; 
}
#news_area .title .bus_btn a:hover {
	color: #cd724c;
	border: solid 1px #cd724c; 
	background-color: #fff;
}
/*理工学部*/
#news_area .title .sci_btn a {
	background: #499bb8;
	border: solid 1px #499bb8;
}
#news_area .title .sci_btn a:hover {
	color: #499bb8;
	border: solid 1px #499bb8;
	background-color: #fff;
}
/*知能情報学部*/
#news_area .title .ii_btn a {
	background: #7669a2;
	border: solid 1px #7669a2;
}
#news_area .title .ii_btn a:hover {
	color: #7669a2;
	border: solid 1px #7669a2;
	background-color: #fff;
}
/*マネジメント創造学部*/
#news_area .title .cube_btn a {
	background: #853052;
	border: solid 1px #853052;
}
#news_area .title .cube_btn a:hover {
	color: #853052;
	border: solid 1px #853052;
	background-color: #fff;
}
/*フロンティアサイエンス学部*/
#news_area .title .first_btn a {
	background: #487dae;
	border: solid 1px #487dae;
}
#news_area .title .first_btn a:hover {
	color: #487dae;
	border: solid 1px #487dae;
	background-color: #fff;
}


@media only screen and (max-width: 768px){
#news_area .title .btn_area {
	width: 100%;
	float: none;
	margin: 0 auto;
	text-align: center;
}
#news_area .title .btn {
	line-height: 25px;
	margin: 0 1% 5px;
	width: 46%;
	float:  none;
	display: inline-block;
}
#news_area .title .btn a {
	display: block;
	color: #FFF;
	padding: 0 15px;
	font-size: 12px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#news_area .title .btn .fa {font-size: 14px;line-height: 25px;margin: 0 0 0 5px;}


}


#news_area .title {
	margin: 0;
}
#news_area .title:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}





/****************************************
　身につく力
*****************************************/
#power_area {
	margin: 0px 0px 80px;
}
#power_area .point ul {
	margin: 0px 0px 10px;
}
#power_area .point ul .text p {
	padding: 0px 10px 0px 20px;
}
#power_area .point ul:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#power_area .point ul .sst {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	width: 8%;
	float: left;
	min-height: 60px;
	display: table;
}
#power_area .point ul .sst p {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 5px;
}
#power_area .point ul .text {
	line-height: 1.5em;
	float: left;
	width: 92%;
	min-height: 60px;
	display: table;
}
#power_area .point ul .text p {
	display: table-cell;
	vertical-align: middle;
}

/*文学部*/
#power_area .letters_point ul .sst {
	background: #ec6e7d;
}
#power_area .letters_point ul .text {
	background: #fef6f7;
}
/*法学部*/
#power_area .law_point ul .sst {
	background: #7d5b77;
}
#power_area .law_point ul .text {
	background:  #fef6f7;
}
/*経済学部*/
#power_area .econ_point ul .sst {
	background: #49835a;
}
#power_area .econ_point ul .text {
	background: #f0faf8;
}
#power_area .econ_point ul .text.econ {
	position: relative;
	height: 20px;
}
#power_area .econ_point ul .text.econ p {
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
/*経営学部*/
#power_area .bus_point ul .sst {
	background: #cd724c;
}
#power_area .bus_point ul .text {
	background: #fef8f4;
}
/*理工学部*/
#power_area .sci_point ul .sst {
	background: #499bb8;
}
#power_area .sci_point ul .text {
	background: #f6fbfc;
}
/*知能情報学部*/
#power_area .ii_point ul .sst {
	background: #7669a2;
}
#power_area .ii_point ul .text {
	background: #f9f8fb;
}
/*マネジメント創造学部*/
#power_area .cube_point ul .sst {
	background: #853052;
}
#power_area .cube_point ul .text {
	background: #faf2f6;
}
/*フロンティアサイエンス学部*/
#power_area .first_point ul .sst {
	background: #487dae;
}
#power_area .first_point ul .text {
	background: #f7fafd;
}



@media only screen and (max-width: 768px){
#news_area {
	margin: 0 0 40px;
}
#news_area .title h3 {
	font-size: 20px;
	line-height: 25px;
	float: none;
	margin:  0 0 10px;
}

#news_area .title {
	margin: 0 0 10px;
}
#news_area .title:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}


#power_area {
	margin: 0px 0px 40px;
}
#power_area .point ul {
	margin: 0px 0px 10px;
}
#power_area .point ul .sst {
	font-size: 15px;
	width: auto;
	float: none;
	text-align: left;
	padding: 10px 0 10px 15px;
	display: block;
	min-height:  auto;
}
#power_area .point ul .text {
	line-height: 1.5em;
	float: none;
	width: auto;
	padding: 15px 0px;
	display:  block;
	min-height: auto;
}
#power_area .econ_point ul .text.eco {
	position: static;
	height: auto;
}
#power_area .econ_point ul .text.eco p {
	position: static;
	top: auto;
	transform: translateY(0%);
}
#power_area .point ul .text p {
	padding: 0px 15px;
}
#power_area .point ul:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
}







/****************************************
　学部一覧
*****************************************/
#summary {
	margin: 0px 0px 90px;
}
#summary .nav_area .nav {
	float: left;
	width: 47%;
	margin: 0px 0px 45px;
}
#summary .nav_area:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#summary .nav_area .nav:nth-child(even) {
	float: right;
}
#summary .nav_area .nav .img {
}
#summary .nav_area .nav .img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
#summary .nav_area .nav .img img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
#summary .nav_area .nav .img.is-active img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#summary .nav_area .nav .st {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2em;
	background: #f3f3f3;
	margin: 0px 0px 15px;
	display: table;
	width: 100%;
	height: 60px;
}
#summary .nav_area .nav .st a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
  position:  relative;
}
#summary .nav_area .nav .st a::before {
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  width: 60px;
  float: right;
}
#summary .nav_area .nav .st a::after {
  position: absolute;
  top: 0%;
  right: .15em;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  background: url(/images/common/arrow_w.png) no-repeat center center;
  background-size: 18px 18px;
  height: 60px;
  width: 60px;
  float: right;
  transition: all .2s;
}

#summary .nav_area .nav .st.is-active a {
	color:#fff;
}
#summary .nav_area .nav .st.is-active a::after {
  right: -.2em;
}
#summary .nav_area .nav .st span {
    display: block;
    font-size: 0.8em;
    position: relative;
    top: 2px;
    left: -7px;
}
.hvr2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr2.is-active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}






/*文学部*/
#summary .nav_area .nav .letters a::before {
	background: #ba5466;
}
#summary .nav_area .nav .letters.hvr2::before {
	background: #ba5466;
}

/*法学部*/
#summary .nav_area .nav .law a::before {
	background: #7d5b77;
}
#summary .nav_area .nav .law::before {
	background: #7d5b77;
}


/*経済学部*/
#summary .nav_area .nav .econ a::before {
	background: #49835a;
}
#summary .nav_area .nav .econ::before {
	background: #49835a;
}

/*経営学部*/
#summary .nav_area .nav .bus a::before {
	background:#cd724c;
}
#summary .nav_area .nav .bus::before {
	background:#cd724c;
}

/*理工学部*/
#summary .nav_area .nav .sci a::before {
	background: #499bb8;
}
#summary .nav_area .nav .sci::before {
	background: #499bb8;
}

/*知能情報学部*/
#summary .nav_area .nav .ii a::before {
	background: #7669a2;
}
#summary .nav_area .nav .ii::before {
	background: #7669a2;
}

/*マネジメント創造学部*/
#summary .nav_area .nav .cube a::before {
	background: #853052;
}
#summary .nav_area .nav .cube::before {
	background: #853052;
}

/*フロンティアサイエンス学部*/
#summary .nav_area .nav .first a::before {
	background: #487dae;
}
#summary .nav_area .nav .first::before {
	background: #487dae;
}




#summary .nav_area .nav .text {
	line-height: 1.714em;
}
@media only screen and (max-width: 768px){
#summary {
	margin: 0px 0px 40px;
}
#summary .nav_area .nav {
	margin: 0px 0px 20px;
}
#summary .nav_area .nav .img {
	margin: 0px;
	text-align: center;
}
#summary .nav_area:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#summary .nav_area .nav:nth-child(even) {
}
#summary .nav_area .nav .text {
	line-height: 1.714em;
}

#summary .nav_area .nav .st {
	font-size: 10px;
	height: 40px;
	margin:  0 0 10px;
}
#summary .nav_area .nav .st a {
  padding: 0 0 0 5px;
}
#summary .nav_area .nav .st a::before {
  height: 40px;










  width: 40px;
}
#summary .nav_area .nav .st a::after {
  background-size: 15px 15px;
  height: 40px;
  width: 40px;
}

}



/****************************************
　学生インタビュー
*****************************************/
#student_voice {
	margin: 0px 0px 80px;
	border: solid 2px #cb2837;
}
#student_voice .innar .voice .image {
	margin: 40px 5% 0px;
	padding: 0px 0px 45px;
	text-align: center;
}
#student_voice .innar {
	max-width: 680px;
	width: 90%;
	padding: 80px 0 70px;
}
#student_voice .title {
	width: 510px;
	height: 122px;
	-webkit-mask-image: url("/images/faculty/intv_ttl.svg");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-image: url("/images/faculty/intv_ttl.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	margin: 0 auto 60px;
}
/*文学部*/
#student_voice.let .title {background-color: #c82852;}
/*法学部*/
#student_voice.law .title {background-color: #932e7d;}
/*経済学部*/
#student_voice.econ .title {background-color: #49835a;}
/*経営学部*/
#student_voice.bus .title {background-color: #c34b00;}
/*マネジメント学部*/
#student_voice.cube .title {
	width: 378px;
	height: 137px;
	-webkit-mask-image: url("/images/faculty/cube/teacher/intv_ttl.svg");
	mask-image: url("/images/faculty/cube/teacher/intv_ttl.svg");
	background-color: #853052;
}
/*理工学部*/
#student_voice.sci .title {background-color: #4a9bb8;}
/*知能情報学部*/
#student_voice.ii .title {background-color: #7669A2;}
/*フロンティアサイエンス学部*/
#student_voice.first .title {
	width: 351.12px;
	height: 118.76px;
	background: url("/images/faculty/first/life/teacher/intv_ttl.svg") no-repeat center center;
	mask-image:none;
}



#student_voice .voice {
	display: flex;
	justify-content: space-between;
	gap:50px;
	margin-bottom: 35px;
}
#student_voice .voice .__text {
	width: 60.58823529411765%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:30px;
}
#student_voice .voice .__text .__copy {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}
/*文学部*/
#student_voice.let .voice .__text .__copy {color: #ba5466;}
/*法学部*/
#student_voice.law .voice .__text .__copy {color: #7d5b77;}
/*経済学部*/
#student_voice.econ .voice .__text .__copy {color: #49835a;}
/*経営学部*/
#student_voice.bus .voice .__text .__copy {color: #cd724c;}
/*マネジメント創造学部*/
#student_voice.cube .voice .__text .__copy {color: #853052;}
/*理工学部*/
#student_voice.sci .voice .__text .__copy {color: #499bb8;}
/*知能情報学部*/
#student_voice.ii .voice .__text .__copy {color: #7669a2;}
/*フロンティアサイエンス学部*/
#student_voice.first .voice .__text .__copy {color: #487dae;}






#student_voice .voice .__text .__name {
	line-height: 1.714;
}
#student_voice .voice .__img {
	width: 30.88235294117647%;
	text-align: center;
}


#student_voice .faq {
	display: flex;
	flex-direction: column;
	gap:30px;
}
#student_voice .faq .box {
}
#student_voice .faq .box .inn {
	max-width: 615px;
	width: 90%;
	margin: 0 auto;
	padding: 35px 0 30px;
	display: flex;
	flex-direction: column;
	gap:15px;
}
#student_voice .faq .box .inn .faq_q {
	font-size: 16px;
	font-weight: 700;
}

/*文学部*/
#student_voice.let .voice .__text .__copy {}
#student_voice.let .faq .box {background-color: #fef5e8;}
#student_voice.let .faq .box .inn .faq_q {color: #ba5466;}

/*法学部*/
#student_voice.law .voice .__text .__copy {}
#student_voice.law .faq .box {background-color: #faf4f9;}
#student_voice.law .faq .box .inn .faq_q {color: #7d5b77;}

/*経済学部*/
#student_voice.econ .voice .__text .__copy {}
#student_voice.econ .faq .box {background-color: #e5f7f2;}
#student_voice.econ .faq .box .inn .faq_q {color: #49835a;}

/*経営学部*/
#student_voice.bus .voice .__text .__copy {}
#student_voice.bus .faq .box {background-color: #fef5e8;}
#student_voice.bus .faq .box .inn .faq_q {color: #cd724c;}

/*マネジメント創造学部*/
#student_voice.cube .voice .__text .__copy {}
#student_voice.cube .faq .box {background-color: #f7e9ef;}
#student_voice.cube .faq .box .inn .faq_q {color: #853052;}

/*理工学部*/
#student_voice.sci .voice .__text .__copy {}
#student_voice.sci .faq .box {background-color: #f2fafc;}
#student_voice.sci .faq .box .inn .faq_q {color: #499bb8;}

/*知能情報学部*/
#student_voice.ii .voice .__text .__copy {}

#student_voice.ii .faq .box {background-color: #f7f6fa;}
#student_voice.ii .faq .box .inn .faq_q {color: #7669a2;}

/*フロンティアサイエンス学部*/
#student_voice.first .voice .__text .__copy {}
#student_voice.first .faq .box {background-color: #f2fafc;}
#student_voice.first .faq .box .inn .faq_q {color: #487dae;}

#student_voice .voice_area {
	margin-bottom: 60px;
}
#student_voice .voice_area:last-child {
	margin-bottom: 0;
}




@media only screen and (max-width: 768px){
#student_voice {
	margin: 0px 0px 80px;
	border: solid 2px #cb2837;
}
#student_voice .innar .voice .image {
	margin: 40px 5% 0px;
	padding: 0px 0px 45px;
	text-align: center;
}
#student_voice .innar {
	padding: 40px 0 35px;
}
#student_voice .title {
	margin: 0 auto 40px;
	width: 85%;
}
/*マネジメント学部*/
#student_voice.cube .title {
	width: 90%;
	height: 100px;
}
/*フロンティアサイエンス学部*/
#student_voice.first .title {
	width: 90%;
	height: 95px;
  background-size: contain;
}

#student_voice .voice {
	justify-content: flex-start;
	gap: 20px;
	margin-bottom: 30px;
	flex-direction: column;
}
#student_voice .voice .__text {
	width: 100%;
	gap: 20px;
}
#student_voice .voice .__text .__copy {
	font-size: 18px;
}
#student_voice .voice .__text .__copy {
	color: #ba5466;
}
#student_voice .voice .__text .__name {
}
#student_voice .voice .__img {
	width: 85%;
	margin: 0 auto;
}


#student_voice .faq {
	gap: 20px;
}
#student_voice .faq .box {
}
#student_voice .faq .box .inn {
	width: 90%;
	padding: 25px 0 20px;
}
#student_voice .faq .box .inn .faq_q {
	font-size: 15px;
}
}





/****************************************
　開講ゼミ紹介
*****************************************/
.semi {
	margin: 0px 0px 95px;
}
.semi .semi_intro {
	margin: 0px 0px 25px;
	padding: 20px 0px;
	border-bottom: 1px dotted #000;
}
/*文学部*/
.semi.let .semi_intro {
	border-top: 3px solid #ec6d74;
}
/*法学部*/
.semi.law .semi_intro {
	border-top: 3px solid #7d5b77;
}
/*経済学部*/
.semi.eco .semi_intro {
	border-top: 3px solid #49835a;
}
/*経営学部*/
.semi.bus .semi_intro {
	border-top: 3px solid #cd724c;
}
/*マネジメント創造学部*/
.semi.cube .semi_intro {
	border-top: 3px solid #853052;
	padding: 20px 0 30px;
}
/*理工学部*/
.semi.sci .semi_intro {
	border-top: 3px solid #499bb8;
}
/*知能情報学部*/
.semi.ii .semi_intro {
	border-top: 3px solid #7669a2;
}
/*フロンティアサイエンス学部*/
.semi.first .semi_intro {
	border-top: 3px solid #487dae;
}

.semi .semi_intro .text {
	/*float: left;*/
	padding: 15px 0px 0px;
	width: auto;
}
.semi .semi_intro .text2 {
	float: none;
	padding: 15px 0px 0px;
	width: 100%;
}
.semi .semi_intro .text .name {
	font-size: 16px;
	color: #FFF;
	line-height: 30px;
	margin: 0px 0px 5px 0px;
	max-width: 270px;
	min-width: 120px;
	text-align: center;
}
/*文学部*/
.semi.let .semi_intro .text .name {
	background: #ba5466;
}
/*法学部*/
.semi.law .semi_intro .text .name {
	background: #7d5b77;
}
/*経済学部*/
.semi.econ .semi_intro .text .name {
	background: #49835a;
}
/*経営学部*/
.semi.bus .semi_intro .text .name {
	background: #cd724c;
}
/*マネジメント創造学部*/
.semi.cube .semi_intro .text .name {
	background: #853052;
}
/*理工学部*/
.semi.sci .semi_intro .text .name {
	background: #499bb8;
}
/*知能情報学部*/
.semi.ii .semi_intro .text .name {
	background: #7669a2;
}
/*フロンティアサイエンス学部*/
.semi.first .semi_intro .text .name {
	background: #487dae;
}



.semi .semi_intro .text .catch {
	font-size: 16px;
	margin: 0px 0px 15px 0px;
}
/*文学部*/
.semi.let .semi_intro .text .catch {
	color: #ba5466;
}
/*法学部*/
.semi.law .semi_intro .text .catch {
	color: #7d5b77;
}
/*経済学部*/
.semi.econ .semi_intro .text .catch {
	color: #49835a;
}
/*経営学部*/
.semi.bus .semi_intro .text .catch {
	color: #cd724c;
}
/*マネジメント創造学部*/
.semi.cube .semi_intro .text .catch {
	color: #853052;
}
/*理工学部*/
.semi.sci .semi_intro .text .catch {
	color: #499bb8;
}
/*知能情報学部*/
.semi.ii .semi_intro .text .catch {
	color: #7669a2;
}
/*フロンティアサイエンス学部*/
.semi.first .semi_intro .text .catch {
	color: #487dae;
}




.semi .semi_intro .text .copy {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.682em;
}
.semi .semi_intro .img {
	float: right;
	width: 40%;
}
.semi .semi_cont {
	margin: 0px 0px 40px;
}
.semi .semi_cont:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
.semi .semi_cont:last-child {
	margin: 0;
}
.semi .semi_cont .img {
	width: 30%;
	text-align: center;
	float:  left;
}
.semi .semi_cont .img2 {
	width: 65%;
	text-align: center;
	float: right;
}
.semi .semi_cont .text {
	width: 65%;
	float: right;
}
.semi .semi_cont .text p{
	margin: 0px 0px 25px;
}
.semi .semi_cont .text .name {
	background: #f3f3f3;
	line-height: 1.5em;
	padding: 10px 5px 10px 10px;
}
.semi .text_01 {
	margin-bottom: 50px;
}
.semi .text_01:last-child {
	margin-bottom: 0;
}
.semi_area {
	margin-bottom: 70px;
}


/*タイトル*/
.semi .st {
	border-bottom: 1px solid #e0e0e0;
	margin: 0 0 20px;
	padding: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}
.semi .st::before {
	display: none;
	margin: 0 0 0 0;
	width: 0px;
	height: 0px;
	background: none;
}
.semi .st span {
	font-size: 28px;
	font-family: 'Jost', sans-serif;
	font-style: italic;
	font-weight: 400;
	margin: 0 10px 0 0;
}

/*文学部*/
.semi .st.let span {color:#ba5466;}
/*法学部*/
.semi .st.law span {color:#7d5b77;}
/*経済学部*/
.semi .st.econ span {color:#49835a;}
/*経営学部*/
.semi .st.bus span {color:#cd724c;}
/*マネジメント創造学部*/
.semi .st.cube span {color:#853052;}
/*理工学部*/
.semi .st.sci span {color: #499bb8;}
/*知能情報学部*/
.semi .st.ii span {color:#7669a2;}
/*フロンティアサイエンス学部*/
.semi .st.first span {color:#487dae;}




@media only screen and (max-width: 768px){

.semi .st {
	font-size: 18px;
	text-indent: 0;
}
.semi .st::before {
}
.semi .st span {
	font-size: 20px;
	margin: 0 0 5px;
	display: block;
}
	
}




@media only screen and (max-width: 768px){
.semi {
	margin: 0px 0px 80px;
}
.semi .semi_intro {
	margin: 0px 0px 15px;
	padding: 15px 0px;
}
.semi.cube .semi_intro {
	padding: 15px 0px;
}
.semi .semi_intro .text {
	float: none;
	padding: 0 0 10px;
	width:  auto;
}
.semi .semi_intro .text .name {
	font-size:  14px;
	margin: 0px 0px 10px;
}
.semi .semi_intro .text .name span {
	color: #FFF;
	background: #ba5466;
	padding: 5px 15px;
	margin: 0px 15px 5px 0px;
	font-size: 12px;
}
.semi .semi_intro .text .copy {font-size:  18px;line-height: 1.4em;}
.semi .semi_intro .img {
	float: none;
	width: auto;
	margin: 0 auto;
	text-align: center;
}
.semi .semi_cont .img2 {
	width: auto;
	float: none;
	margin:10px 0 0;
}
.semi .semi_cont {
	margin: 0px 0px 50px;
}
.semi .semi_cont:last-child {
	margin: 0;
}
.semi .semi_cont .img {
	margin: 0px 0 0 0;
	width: auto;
	float:  none;
}
.semi .semi_cont .text {
    width: auto;
    float:  none;
	margin: 0px 0px 20px 0;
}
.semi .semi_cont .text p{
	margin: 0px 0px 0 0;
}
.semi .semi_cont .text .name {
	line-height: 1.5em;
	padding: 10px 5px 10px 27%;
}

.semi_area {
	margin-bottom: 30px;
}

}






/*+++++++++++++++++++++++++++++++++
+
+　obogボイス
+
+++++++++++++++++++++++++++++++++*/
#obog_voice {
	margin: 0px 0px 80px;
}
#obog_voice .innar {
	position: relative;
	padding: 0;
}
#obog_voice .title {
	position: absolute;
	left: 0%;
	top: -23px;
	right: 0%;
	z-index: 1;
	text-align: center;
	margin: 0 auto;
	background: #cb2837;
	padding: 15px 0px 13px;
	max-width:  220px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
#obog_voice .voice {
	border: 2px solid #cb2837;
	z-index: 0;
	padding: 70px 0px 25px;
}
#obog_voice .voice .catch {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.769em;
	padding: 65px 0px 40px;
	text-align: center;
}

#obog_voice .voice .text {
	margin: 0px 5%;
}
#obog_voice .voice .text .img {
	width: 40%;
	float: left;
	margin: 0 6% 0 0px;
	text-align: center;
}
#obog_voice .voice .text .img .name {
	margin: 10px 0 0;
}


@media only screen and (max-width: 768px){
#obog_voice {
	margin: 0 0 40px;
}
#obog_voice .innar {
	position: static;
	margin: 0;
	padding:  0;
}
#obog_voice .title {
	position: static;
	padding: 12px 0px 10px;

	max-width: 100%;
}
#obog_voice .voice {
	padding: 0px 0px 20px;
	margin: 0 0 20px;
}
#obog_voice .voice .catch {
	font-size: 20px;
	padding: 20px 0px;
	margin:  0 5%;
}

#obog_voice .voice .text {padding: 25px 0 0;}
#obog_voice .voice .text .img {
	width: 50%;
	margin: 0 5% 15px 0px;
}
#obog_voice .voice .text .img .name {
	margin: 10px 0 0;
	float: none;
	width: auto;
}
}








/****************************************
+
+　就職支援?進路　企業表
+
*****************************************/
.graduate_course {
	margin: 0px 0px 105px;
}
.graduate_course .result .img {
	display: flex;
	gap: 30px;
	margin-bottom: 50px;
}
.graduate_course .result .graph:first-child {
	width: 48.75%;
}
.graduate_course .result .graph:last-child {
	width: 47.5%;
}
.graduate_course .result .text {
	padding: 25px 0;
	float: left;
}
.graduate_course .result .btn {
	float: left;
	width: 32.5%;
	text-align: center;
	margin: 0 20px 0 0;
}
.graduate_course .result .btn a {
	display: block;
	padding: 25px 0px;
	background-color: #f3f3f3;
}
.graduate_course .result .btn a:hover {
	background-color: #ddd;
}
.graduate_course .result .btn a:after {
	margin: 0 0 0 15px;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background-size: contain;
	vertical-align: middle;
	background-image: url(/images/common/blank_icon_r.png);
	background-repeat: no-repeat;
}

@media only screen and (max-width: 768px){
.graduate_course {
	margin: 0px 0px 40px;
}
.graduate_course .result .img {
	margin-bottom: 30px;
	flex-direction: column;
	text-align: center;
}
.graduate_course .result .graph:first-child {
	width: 100%;
}
.graduate_course .result .graph:last-child {
	width: 100%;
}
.graduate_course .result .text {
	margin: 0 0 20px;
	float: none;
}
.graduate_course .result .btn {
	float: none;
	width: auto;
	margin: 0;
}
.graduate_course .result .btn a {
	padding: 15px 0px;
}
.graduate_course .result .btn a:hover {
	background-color: #ddd;
}
.graduate_course .result .btn a:after {
	margin: 0 0 0 15px;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background-size: contain;
	vertical-align: middle;
	background-image: url(/images/common/blank_icon_r.png);
	background-repeat: no-repeat;
}
}




/****************************************
　カリキュラム表
*****************************************/
.print_style.table-01 {
	width:100%;
	margin: 0 0 30px;
}
.print_style.table-02 {
	width:100%;
	margin: 0 0 30px;
}
.print_style.table-crr {
	width: 100%;
	margin: 0 0 10px;
}
.top_st {
	width: 19% !important;
	text-align: center;
	font-weight: bold;
	padding: 10px 0px;
}
.print_style.table-crr .top_st {
	width: 25% !important;
	text-align: center;
	font-weight: bold;
	padding: 10px 0px;
}
.print_style tr td {
	border: 1px solid #CCC;
	vertical-align: middle;
	padding:10px;
}

.print_style.table-crr tr th {
	background: #f3f3f3;
	border: 1px solid #CCC;
	vertical-align: middle;
	padding: 10px;
	width: 5%;
}


.print_style.table-01 .w10 {width:10% !important;}
.print_style.table-01 .w15 {width:15% !important;}
.print_style.table-01 .w20 {width:20% !important;}
.print_style.table-01 .w25 {width:25% !important;}
.print_style.table-01 .w30 {width:30% !important;}
.print_style.table-01 .w35 {width:35% !important;}
.print_style.table-01 .w40 {width:40% !important;}
.print_style.table-01 .w45 {width:45% !important;}
.print_style.table-01 .w50 {width:50% !important;}
.print_style.table-01 .w60 {width:60% !important;}
.print_style.table-01 .w70 {width:70% !important;}
.print_style.table-01 .w80 {width:80% !important;}



.kyotsu_st {
	background-color: #CB2837;
	color: #FFF;
	line-height: 42px;
	width: 25%;
	text-align: center;
}
.letter_st {
	background-color: #ba5466;
	color: #FFF;
	line-height: 42px;
	width: 25%;
	text-align: center;
}
.law_st {
	background-color: #7d5b77;
	color: #FFF;
	line-height: 42px;
	width: 25%;
	text-align: center;
}
.econ_st {
	background-color: #49835a;
	color: #FFF;

	line-height: 42px;
	width: 25%;
	text-align: center;
}
.bus_st {

	background-color: #f18e43;
	color: #FFF;
	line-height: 42px;
	width: 25%;
	text-align: center;
}
.cube_st {
	background-color: #B02864;
	color: #FFF;
	line-height: 42px;
	width: 25%;
	text-align: center;
}
.sci_st {
	background-color: #499bb8;
	color: #FFF;
	line-height: 42px;
	width: 25%;
	text-align: center;
}
.ii_st {
	background-color: #7669a2;
	color: #FFF;
	line-height: 42px;
	width: 25%;
	text-align: center;
}
.first_st {
	background-color: #487dae;
	color: #FFF;
	line-height: 42px;
	width: 25%;
	text-align: center;
}
@media only screen and (max-width: 768px){
.print_style.table-01 {
	width:100%;
	margin: 0 0 30px;
}
.print_style.table-02 {
	width:100%;
	margin: 0 0 30px;
}
.print_style.table-crr {
	width: 100%;
	margin: 0 0 10px;
}
.top_st {
	width: 19% !important;
	text-align: center;
	font-weight: bold;
	padding: 10px 0px;
}
.print_style .table-crr .top_st {
	width: 25% !important;
	text-align: center;
	font-weight: bold;
	padding: 10px 0px;
}
.print_style table tr td {
	border: 1px solid #CCC;
	vertical-align: middle;
	padding:10px;
}

.print_style .table-crr tr th {
	background: #f3f3f3;
	border: 1px solid #CCC;
	vertical-align: middle;
	padding: 10px;
	width: 5%;
}


.print_style.table-01 .w10 {width:10% !important;}
.print_style.table-01 .w15 {width:15% !important;}
.print_style.table-01 .w20 {width:20% !important;}
.print_style.table-01 .w25 {width:25% !important;}
.print_style.table-01 .w30 {width:30% !important;}
.print_style.table-01 .w35 {width:35% !important;}
.print_style.table-01 .w40 {width:40% !important;}
.print_style.table-01 .w45 {width:45% !important;}
.print_style.table-01 .w50 {width:50% !important;}
.print_style.table-01 .w60 {width:60% !important;}
.print_style.table-01 .w70 {width:70% !important;}
.print_style.table-01 .w80 {width:80% !important;}

	
.kyotsu_st {
	line-height: 35px;
	width: 50%;
}
.letter_st {
	line-height: 35px;
	width: 50%;
}
.law_st {
	line-height: 35px;
	width: 50%;
}
.econ_st {
	line-height: 35px;
	width: 50%;
}
.bus_st {
	line-height: 35px;
	width: 50%;
}
.cube_st {
	line-height: 35px;
	width: 50%;
}
.sci_st {
	line-height: 35px;
	width: 50%;
}
.ii_st {
	line-height: 35px;
	width: 50%;
}
.first_st {
	line-height: 35px;
	width: 50%;
}
}


/****************************************
　教員免許と各種の資格
*****************************************/
.shikaku .shikaku_table {
	width: 100%;
	margin: 0px 0px 80px;
	border-left: 1px solid #CCC;
}
.shikaku .shikaku_table tr {
	width:25%;
	float:left;
}
.shikaku .shikaku_table tr th {
	font-weight: bold;
	background-color: #f3f3f3;
	text-align: center;
	padding: 10px 0px;
	vertical-align: middle;
	display: block;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.shikaku .shikaku_table tr td {
	text-align: center;
	padding: 10px 0px;
	vertical-align: middle;
	display: block;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
@media only screen and (max-width: 768px){
.shikaku .shikaku_table {
	margin: 0px 0px 40px;
	border-bottom: 1px solid #CCC;
}
.shikaku .shikaku_table tr {
	width:auto;
	float:none;
}
.shikaku .shikaku_table tr td {
	border-bottom: none;
}

}







/****************************************
+
+　最近の出版物　PDFボタン、諸々
+
*****************************************/
.pdf_btn {
	width: 45%;
	margin: 0px 0px 10px 0;
}
.pdf_btn a {
	background-color: #f3f3f3;
	line-height: 65px;
	display:block;
	padding: 0px 0px 0px 15px;
}
.pdf_btn a:hover {
	background-color: #ddd;
}
.pdf_btn a:before {
	content: "\f1c1";
	font-family: FontAwesome;
	margin: 0 20px 0 0;
	font-size: 18px;
	color: #cb2837;
	float:right;
}
.link_btn {
	width: 45%;
	text-align:center;
}
.link_btn a {
	background-color: #f3f3f3;
	line-height: 65px;
	display: block;
}
.link_btn a:hover {
	background-color: #ddd;
}
.link_btn a:after {
	margin: 0 0 0 15px;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background-size: contain;
	vertical-align: middle;
	background-image: url(/images/common/blank_icon_r.png);
	background-repeat: no-repeat;
}
.hp_btn {
	border: 1px solid #cb2837;
	background: #FFF;
	font-size: 12px;
	max-width: 80px;
	margin: 5px auto 0;
	text-align: center;
	padding: 0px 5px;
}
.hp_btn a {
	display: block;
	color: #cb2837;
	text-decoration: none;
}
.hp_btn .fa {
	margin: 0 0 0 5px;
}
@media only screen and (max-width: 768px){
.pdf_btn {
	width: auto;
}
.pdf_btn a {
	line-height: 45px;
}
.pdf_btn a:hover {
}
.pdf_btn a:before {
}
.link_btn {
	width: auto;
}
.link_btn a {
	line-height: 45px;
}
.link_btn a:hover {
}
.link_btn a:after {
}
}





/*+++++++++++++++++++++++++++++++++++++++
+
+　各学科下層ページへリンクさせる ナビゲーション
+
+++++++++++++++++++++++++++++++++++++++++*/
.ft_nav {
	margin: 0px 0px 80px;
}
.ft_nav ul li {
	background: #f3f3f3;
	line-height: 1.3em;
	margin: 0px 0px 20px;
	float:left;
	width:48%;
	display: table;
	min-height: 60px;
}
.ft_nav ul li:nth-child(even) {
	float: right;
}
.ft_nav ul li a {
	position: relative;
	padding: 0px 0px 0px 20px;
	font-size: 16px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
.ft_nav ul .link a:before{
	content: "";
	width: 60px;
	height: 60px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}

.ft_nav ul .link a::after {
  position: absolute;
  top: 0%;
  right: .15em;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  background: url(/images/common/arrow_w.png) no-repeat center center;
  background-size: 18px 18px;
  height: 60px;
  width: 60px;
  float: right;
  transition: all .2s;
}
.ft_nav ul .blank a:before{
	content: "";
	width: 60px;
	height: 60px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}
.ft_nav ul .blank a:after   {
  position: absolute;
  top: 0%;
  right: .15em;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  background: url(/images/common/blank_icon_w.png) no-repeat center center;
  background-size: 12px 10px;
  height: 60px;
  width: 60px;
  float: right;
  transition: all .2s;
}
.ft_nav ul .pdf a:before {
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  width: 60px;
  float: right;
}
.ft_nav ul .pdf a:after {
	background: none;
	content: "\f1c1";
	font-family: FontAwesome;
	margin: 0 0 0 10px;
	font-size: 18px;
	color: #fff;
	height: 60px;
	width: 40px;
	position:  absolute;
	top: 0;
	right:  0;
	line-height:  60px;
}
.ft_nav ul .link a:hover , .ft_nav ul .blank a:hover , .ft_nav ul .pdf a:hover {
	color:#fff;
}
.ft_nav ul .link a:hover::after , .ft_nav ul .blank a:hover::after , .ft_nav ul .pdf a:hover::after {
  right: -.2em;
}



/*文学部*/
.letters ul .link a:before , .letters ul .pdf a:before {
	background: #ba5466;
}
.letters ul .link.hvr::before , .letters ul .pdf.hvr::before {
	background: #ba5466;
}

/*法学部*/
.law ul .link a:before {
	background: #7d5b77;
}
.law ul .link.hvr::before {
	background: #7d5b77;
}


/*経済学部*/
.econ ul .link a:before {
	background: #49835a;
}
.econ ul .link.hvr::before {
	background: #49835a;
}

/*経営学部*/
.bus ul .link a:before {
	background:#cd724c;
}
.bus ul .link.hvr::before {
	background:#cd724c;
}

/*理工学部*/
.sci ul .link a:before {
	background: #499bb8;
}
.sci ul .link.hvr::before {
	background: #499bb8;
}

/*知能情報学部*/
.ii ul .link a:before {
	background: #7669a2;
}
.ii ul .link.hvr::before {
	background: #7669a2;

}

/*マネジメント創造学部*/
.cube ul .link a:before {
	background: #853052;
}
.cube ul .link.hvr::before {
	background: #853052;
}

/*フロンティアサイエンス学部*/
.first ul .link a:before {
	background: #487dae;
}
.first ul .link.hvr::before {
	background: #487dae;
}

/*ブランク*/
.ft_nav ul .blank a:before {
	background: #a0a0a0;
}
.ft_nav ul .blank.hvr::before {
	background: #a0a0a0;
	z-index: 0;
}
/*ブランク*/
.ft_nav ul .pdf a:before {
	background: #CB2837;
}
.ft_nav ul .pdf.hvr::before {
	background: #CB2837;
	z-index: 0;
}




@media only screen and (max-width: 768px){
.ft_nav {
	margin: 0px 0px 40px;
}
.ft_nav ul li {
	float:none;
	line-height: 1.5em;
	margin: 0px 0px 10px;
	width:auto;
	min-height: 45px;
	display:  block;
}
.ft_nav ul li:nth-child(even) {
	float: none;
}
.ft_nav ul li a {
	display: block;
	position: relative;
	padding: 15px 0px 0px 10px;
	font-size: 12px;
	font-weight: bold;
}
.ft_nav ul .link a:before{
	content: "";
	width: 45px;
	height: 45px;
}
.ft_nav ul .link a::after {
  background-size: 15px 15px;
  height: 45px;
  width: 45px;
}
.ft_nav ul .blank a:before{
	content: "";
	width: 45px;
	height: 45px;
}
.ft_nav ul .blank a:after {
	background-size: 12px 10px;
	height: 45px;
	width: 45px;
}
.ft_nav ul .pdf a:before {
  height: 45px;
  width: 45px;
}
.ft_nav ul .pdf a:after {
	margin: 0 0 0 10px;
	font-size: 14px;
	color: #fff;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
}
.ft_nav.letters ul li span {
	font-size:10px;
}
}









/*+++++++++++++++++++++++++++++++++++++++
+
+　教員?ゼミ　開講ゼミ紹介
+
+++++++++++++++++++++++++++++++++++++++++*/
.course_st {
	font-weight: bold;
	margin: 0px 0px 10px;
	font-size: 15px;
}
.teacher {
	margin: 0px 0px 80px;
}
.teacher table {
	width: 100%;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-collapse: collapse;
	margin: 0px 0px 30px;
	page-break-inside: avoid;
}
.teacher table thead th {
	background: #f3f3f3;
	padding: 15px;
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
}
.teacher table thead  {
	background: #f3f3f3;
	padding: 15px;
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	display: table-header-group;
}
.teacher table thead th:last-child {
	border-right: #CCC solid 1px;
}
.teacher table .cate1 {
	width: 43%;
	font-weight: bold;
	text-align: center;
	padding: 15px 0px;
}
.teacher table .cate2 {
    padding: 15px;
}
.teacher table .theme1 {
	width: 42%;
	font-weight: bold;
	text-align: center;
	padding: 15px 0px;
}
.teacher table .theme2 {
    padding: 15px;
}
.teacher table tbody th {
	background: #f3f3f3;
	padding: 10px;
	border-bottom: #CCC solid 1px;
	vertical-align: middle;
	width: 15%;
	text-align: center;
}
.teacher table tbody .catego {
	border:  #CCC solid 1px;
	padding: 0;
	width: 5%;
}
.teacher table tbody tr:last-child th {
	border-bottom: 1px solid #CCCCCC;
}
.teacher table tbody td {
	background: #fff;
	padding: 10px;
	border-left: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	vertical-align: middle;
}

.teacher table .btn {
	border: 1px solid #cb2837;
	background: #FFF;
	font-size: 12px;
	max-width: 80px;
	margin: 5px auto;
	text-align: center;
}
.teacher table .btn a {
	display: block;
	color: #cb2837;
	text-decoration: none;
}
.teacher table .btn .fa {
	margin: 0 0 0 5px;
}

@media only screen and (max-width: 768px){
.teacher {
	margin: 0px 0px 40px;
}
.teacher table thead {
	display:none;
}
.teacher table tbody th {
	width:auto;
	display:block;
}
.teacher table tbody td {
	display:block;
	border-left:  none;
}
.teacher table tbody td:first-child {
	background:#f3f3f3;
	text-align: center;
}
.teacher table tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
	width: 100%;
}
.teacher table tbody td p {
	padding-top:2em;
}
.teacher table tbody .catego {
	border: none;
	padding: 5px;
	width: auto;
	font-weight: bold;
	font-size: 13px;
	background:#CCC;
	border-bottom: #CCC solid 1px;
}
}

/*******************************
　改定css
********************************/

.mv .box {}
.mv .letter_box {
	border: 1px solid #ba5466;
	padding: 40px 0 0;
}
.mv .law_box {
	border: 1px solid #7d5b77;

	padding: 25px 0 0;
}
.mv .eco_box {
	border: 1px solid #49835a;
	padding: 30px 0 0;
}
.mv .bus_box {
	border: 1px solid #cd724c;
	padding: 40px 0 0;
}
.mv .cube_box {
	border: 1px solid #853052;
	padding: 30px 0 0;
}
.mv .sci_box {
	border: 1px solid #499bb8;
	padding: 10px 0 0;
}
.mv .ii_box {
	border: 1px solid #7669a2;
	padding: 20px 0 0;
}
.mv .first_box {
	border: 1px solid #487dae;
	padding: 30px 0 0;
}

.mv .text {
	float:left;
}
.mv .text .copy {
	font: 30px/1.5em "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin: 0px 0px 20px;
	letter-spacing: -0.01em;
}
.mv .letter_box .text .txt {
	line-height: 1.8em;
}


@media only screen and (max-width: 768px){
.mv .box {
    padding: 50px 0 0;
}
.mv .letter_box {
	padding: 0 0 20px;
}
.mv .law_box {
	padding: 0 0 20px;
}
.mv .eco_box {
	padding: 0 0 20px;
}
.mv .bus_box {
	padding: 0 0 20px;
}
.mv .cube_box {
	padding: 0 0 20px;
}
.mv .sci_box {
	padding: 0 0 20px;
}
.mv .ii_box {
	padding: 0 0 20px;
}
.mv .first_box {
	padding: 0 0 20px;
}

.mv .text {
	float:left;
}
.mv .text .copy {
	font-size: 18px;
	margin: 0px 0px 10px;
	letter-spacing: 0;
}
.mv .text .txt {
	line-height: 1.5em;
	font-size:  13px;
}
}
.study_point {
	margin: 0px 0px 80px;
}
.study_point .image {
	margin: 0px 0px 65px;
}
.study_point .inter_intro {
	margin: 0px 0px 40px;
}
.study_point .inter_intro .img {
	float: right;
	width: 48%;
}
.study_point .inter_intro .text {
	margin: 0px;
	height: 240px;
	float: left;
	position: relative;
	width: 48%;
}
.study_point .inter_intro .text .inn{
	font-size: 22px;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.study_point .inter_intro .copy {
	margin: 0 0 30px;
}
.study_point .inter_intro .txt {
	line-height:1.5em;
}
/*文学部*/
.study_point .inter_intro .let {
	color: #ba5466;
}
/*法学部*/
.study_point .inter_intro .law {
	color:#7d5b77;
}
/*経済学部*/
.study_point .inter_intro .eco {
	color:#49835a;
}
/*経営学部*/
.study_point .inter_intro .bus {
	color:#cd724c;
}
/*マネジメント創造学部*/
.study_point .inter_intro .cube {
	color:#853052;
}
/*理工学部*/
.study_point .inter_intro .sci {
	color:#499bb8;
}
/*知能情報学部*/
.study_point .inter_intro .ii {
	color:#7669a2;
}
/*フロンティアサイエンス学部*/
.study_point .inter_intro .first {
	color:#487dae;
}


.study_point .interview ul {
	border-bottom: 1px dotted #333;
	margin: 0px 0px 15px;
	padding: 0px 0px 15px;
}
.study_point .interview ul:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
.study_point .interview ul .por {
	width: 7%;
	float: left;
}
/*文学部*/
.study_point .interview.let ul .por {
	color: #ba5466;
}
/*法学部*/
.study_point .interview.law ul .por {
	color:#7d5b77;
}
/*経済学部*/
.study_point .interview.eco ul .por {
	color:#49835a;
}
/*経営学部*/
.study_point .interview.bus ul .por {
	color:#cd724c;
}
/*マネジメント創造学部*/
.study_point .interview.cube ul .por {
	color:#853052;
}
/*理工学部*/
.study_point .interview.sci ul .por {
	color:#499bb8;
}
/*知能情報学部*/
.study_point .interview.ii ul .por {
	color:#7669a2;
}
/*フロンティアサイエンス学部*/
.study_point .interview.first ul .por {
	color:#487dae;
}

.study_point .interview ul .text {
	float: left;
	width: 93%;
	margin: 0px;
}

.study_point .inter_intro .btn {
	width: 80%;
	text-align: center;
	line-height: 35px;
	margin: 15px 0 0 0;
}
.study_point .inter_intro .btn a {
	display: block;
	color: #FFF;
	font-size: 14px;
}
.study_point .inter_intro .btn a {
	background: #499bb8;
	border: solid 1px #499bb8;
}
.study_point .inter_intro .btn a:hover {
	color: #499bb8;
	border: solid 1px #499bb8;
	background-color: #fff;
}
.shikaku .btn {
	width: 25%;
	text-align: center;
	line-height: 30px;
}
.shikaku .btn a {
	display: block;
	color: #FFF;
	font-size: 13px;
}
.shikaku .btn a {
	background: #499bb8;
	border: solid 1px #499bb8;
}
.shikaku .btn a:hover {
	color: #499bb8;
	border: solid 1px #499bb8;
	background-color: #fff;
}


.study_point .interview ul {
	border-bottom: 1px dotted #333;
	margin: 0px 0px 15px;
	padding: 0px 0px 15px;
}


@media only screen and (max-width: 768px){
.study_point {
	margin: 0px 0px 80px;
}
.study_point .image {
	margin: 0px 0px 25px;
}
.study_point .inter_intro {
	margin: 0px 0px 20px;
}
.study_point .inter_intro .img {
	float: none;
	width: auto;
}
.study_point .inter_intro .text {
	height: auto;
	float: none;
	position: static;
	width: auto;
}
.study_point .inter_intro .text .inn{
	font-size: 18px;
	position: static;
	top: 0;
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
.study_point .inter_intro .copy {
	margin: 0 0 10px;
}
.study_point .inter_intro .txt {
	margin:  0 0 15px;
}
.study_point .inter_intro .let {
}
.study_point .interview ul {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
}
.study_point .interview ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.study_point .interview ul .por {
	width: 15%;
}
.study_point .interview.let ul .por {
}
.study_point .interview ul .text {
	width: 85%;
}
.study_point .inter_intro .btn {
	width: auto;
	margin: 10px 0;
}
.study_point .inter_intro .btn a {}
.study_point .inter_intro .btn a {}
.study_point .inter_intro .btn a:hover {}
.shikaku .btn {
	width: auto;
	margin: 0 0 20px;
	line-height: 27px;
}
.shikaku .btn a {}
.shikaku .btn a {}
.shikaku .btn a:hover {}


}

@media print{
.teacher table thead {
}
}




/*******************************
　2021年度 改定css
********************************/

.jost {font-family: 'Jost', sans-serif;}



.sec-met {
	position: relative;
	margin: 0 0 80px;
	padding: 45px 0 30px;
}
.sec-met.let {border: solid 2px #eb6e74;}
.sec-met.law {border: solid 2px #7d5b77;}
.sec-met.eco {border: solid 2px #49835a;}
.sec-met.bus {border: solid 2px #cd724c;}
.sec-met.cube {border: solid 2px #853052;}
.sec-met.sci {border: solid 2px #499bb8;}
.sec-met.ii {border: solid 2px #7669a2;}
.sec-met.first {border: solid 2px #487dae;}



.sec-met .sttl {
	font-family: 'Jost', sans-serif;
	position: absolute;
	top: -10px;
	left: 30px;
	background-color:#fff;
	font-size: 38px;
	padding: 0px 15px;
}
.sec-met .intro {
	max-width: 720px;
	margin: 0 auto 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sec-met .intro .copy {
	font-size: 22px;
	width: 350px;
	position: relative;
	margin: 0;
}	
.sec-met .intro .copy .inn {
  position: absolute;
  top: 50%;
  -webkit-transform : translate(0%,-50%);
  transform : translate(0%,-50%);
}
.sec-met .intro .copy .copy1 {
	margin: 0px 0 40px;
	line-height: 1.5;
	padding: 0 0 15px;
	font-weight:bold;
}
.sec-met .intro .copy .copy1 span {
	font-size: 16px;
}
.sec-met.let .intro .copy .copy1 span {color: #eb6e74;}
.sec-met.let .intro .copy .copy1 {border-bottom: 3px solid #eb6e74;}

.sec-met.law .intro .copy .copy1 span {color: #7d5b77;}
.sec-met.law .intro .copy .copy1 {border-bottom: 3px solid #7d5b77;}

.sec-met.eco .intro .copy .copy1 span {color: #49835a;}
.sec-met.eco .intro .copy .copy1 {border-bottom: 3px solid #49835a;}

.sec-met.bus .intro .copy .copy1 span {color: #cd724c;}
.sec-met.bus .intro .copy .copy1 {border-bottom: 3px solid #cd724c;}

.sec-met.cube .intro .copy .copy1 span {color: #853052;}
.sec-met.cube .intro .copy .copy1 {border-bottom: 3px solid #853052;margin: 0px 0 20px;}

.sec-met.sci .intro .copy .copy1 span {color: #499bb8;}
.sec-met.sci .intro .copy .copy1 {border-bottom: 3px solid #499bb8;}

.sec-met.ii .intro .copy .copy1 span {color: #7669a2;}
.sec-met.ii .intro .copy .copy1 {border-bottom: 3px solid #7669a2;}

.sec-met.first .intro .copy .copy1 span {color: #487dae;}

.sec-met.first .intro .copy .copy1 {border-bottom: 3px solid #487dae;}


.sec-met .intro .copy .copy2 {
	line-height: 1.8;
	font-size: 24px;
}
.sec-met.cube .intro .copy .copy2 {
	font-size: 18px;
}
.sec-met .intro .img {
	width: 340px;
}
.sec-met .text {
	max-width: 720px;
	margin: 0 auto;
}






section.intro.index {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
section.intro.index .text {
	width: 480px;
}
section.intro.index .img {
	width: 280px;
}





@media only screen and (max-width: 768px){

.sec-met {
	margin: 0 0 40px;
	padding: 25px 0 20px;
}
.sec-met.let {
}
.sec-met .sttl {
	left: 8px;
	font-size: 18px;
	padding: 0px 10px;
}
.sec-met .intro {
	margin: 0 5% 20px;
	display: block;
}
.sec-met .intro .copy {
	font-size: 16px;
	width: auto;
	position: static;
	margin: 0 0 20px;
}	
.sec-met .intro .copy .inn {
  position: static;
  -webkit-transform: translate(0%,0%);
  transform: translate(0%,0%);
}
.sec-met .intro .copy .copy1 {
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.sec-met .intro .copy .copy1 span {
	font-size: 14px;
}
.sec-met.let .intro .copy .copy1 {
	border-bottom-width: 2px;
}
.sec-met .intro .copy .copy2 {
    font-size: 15px;
    line-height: 1.5;
}
.sec-met .intro .img {
	width: auto;
}
.sec-met .text {
	margin: 0 5%;
}





section.intro.index {
	display: block;
}
section.intro.index .text {
	width: auto;
	margin: 0 0 15px;
}
section.intro.index .img {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

}





/***2022年度改定追加css***/
.sec-met .intro .copy .copy2 {
    font-size: min(2.3vw,24px);
    font-feature-settings: "palt";
}
#obog_voice .voice .catch {
    font-size: min(2.6vw,26px);
    font-feature-settings: "palt";
}
.graduate_course .result .graph .note {
    font-size: 11px;
    margin: 15px 0;
}
.sec-met {
    padding: 45px 10px 30px;
}
#student_voice .voice .catch {
    font-size: min(2.5vw,26px);
}
.sec-met.cube .intro .copy .copy2 {
    font-size: min(2vw,18px);
}
/*Methodsコピー4行
.sec-met.sci .intro .copy .copy1-2 {
    margin: 0px 0 12px;
}*/

@media only screen and (max-width: 768px){
#obog_voice .voice .catch {
    font-size: min(4vw,20px);
}
/*.sec-met.sci .intro .copy .copy1-2 {
    margin: 0px 0 10px;
}*/
}




/*=============================
	2024年度改定追加css
=============================*/
.academic {
	margin: 0 0 65px;
}
.academic .read {
	margin: 0 0 50px;
	font-size: 15px;
	line-height: 1.867;
}
.academic .box {
	padding: 45px 0 40px;
	margin: 0 0 50px;
	display: flex;
	flex-direction: column;
	gap:35px;
	border-radius: 15px;
}
.academic .box dl {
	width: 90%;
	margin: 0 auto;
	font-size: 22px;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	gap:20px;
	align-items: center;
}
.academic .box dl dt {
	font-size: 22px;
	font-weight: 700;
}
.academic .box dl dd {
	font-size: 14px;
	line-height: 1.786;
}
.academic .box dl:nth-child(2) dd {
	text-align: center;
}

/*文学部*/
.academic.let .box {border: solid 2px #ba5466;}
.academic.let .box dl dt {color: #ba5466;}

/*法学部*/
.academic.law .box {border: solid 2px #7d5b77;}
.academic.law .box dl dt {color: #7d5b77;}

/*経済学部*/
.academic.econ .box {border: solid 2px #49835a;}
.academic.econ .box dl dt {color: #49835a;}

/*経営学部*/
.academic.bus .box {border: solid 2px #cd724c;}
.academic.bus .box dl dt {color: #cd724c;}

/*理工学部*/
.academic.sci .box {border: solid 2px #4a9bb8;}
.academic.sci .box dl dt {color: #4a9bb8;}

/*知能情報学部*/
.academic.ii .box {border: solid 2px #7669A2;}
.academic.ii .box dl dt {color: #7669A2;}

/*マネジメント創造学部*/
.academic.cube .box {border: solid 2px #853052;}
.academic.cube .box dl dt {color: #853052;}

/*フロンティアサイエンス学部*/
.academic.first .box {border: solid 2px #497DAE;}
.academic.first .box dl dt {color: #497DAE;}


@media only screen and (max-width: 768px){
.academic {
	margin: 0 0 45px;
}
.academic .read {
	margin: 0 0 25px;
}
.academic .box {
	padding: 35px 0 30px;
	margin: 0 0 30px;
	gap: 25px;
}
.academic .box dl {
	font-size: 18px;
	gap: 10px;
}
.academic .box dl dt {
	font-size: 18px;
}
.academic .box dl dd {
}
}

/*学部 TOPICSタイトル*/
.topics__ttl {margin: 0 0 70px;padding: 0 0 0 20px;display: flex;flex-direction: column;}
.topics__ttl.let {border-left: 5px solid #ba5466;}
.topics__ttl.law {border-left: 5px solid #7d5b77;}
.topics__ttl.econ {border-left: 5px solid #49835a;}
.topics__ttl.bus {border-left: 5px solid #cd724c;}
.topics__ttl.cube {border-left: 5px solid #853052;}
.topics__ttl.sci {border-left: 5px solid #499bb8;}
.topics__ttl.ii {border-left: 5px solid #7669a2;}
.topics__ttl.first {border-left: 5px solid #487dae;}

.topics__ttl .title {
    padding: 0 0 15px;
    margin: 0 0 25px;
}
.topics__ttl.let .title {border-bottom: solid 1px #ff9696;}
.topics__ttl.law .title {border-bottom: solid 1px #7d5b77;}
.topics__ttl.econ .title {border-bottom: solid 1px #49835a;}
.topics__ttl.bus .title {border-bottom: solid 1px #cd724c;}
.topics__ttl.cube .title {border-bottom: solid 1px #853052;}
.topics__ttl.sci .title {border-bottom: solid 1px #499bb8;}
.topics__ttl.ii .title {border-bottom: solid 1px #7669a2;}
.topics__ttl.first .title {border-bottom: solid 1px #487dae;}

.topics__ttl .title .ttl{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
}
.topics__ttl .title .sttl{
    font-size: 18px;
    margin: 0 0 10px;
}
.topics__ttl.let .title .sttl{color: #ff9696;}
.topics__ttl.law .title .sttl{color: #7d5b77;}
.topics__ttl.econ .title .sttl{color: #49835a;}
.topics__ttl.bus .title .sttl{color: #cd724c;}
.topics__ttl.cube .title .sttl{color: #853052;}
.topics__ttl.sci .title .sttl{color: #499bb8;}
.topics__ttl.ii .title .sttl{color: #7669a2;}
.topics__ttl.first .title .sttl{color: #487dae;}

.topics__ttl p {line-height: 1.786;}

@media only screen and (max-width: 768px){
.topics__ttl {margin: 0 0 40px;gap:20px;}
.topics__ttl .title .ttl{font-size: 18px;}
.topics__ttl .title .sttl{font-size: 15px;margin: 0 0 5px;}
}

/****************************************
　学びの領域
*****************************************/
#learn_area {
	margin: 0px 0px 80px;
}
#learn_area .area {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap:20px;
	margin: 0 0 50px;
}
#learn_area .area:last-child {
	margin: 0px;
}
#learn_area .area .text {
	line-height: 1.786;
	text-align: justify;
	width: 50%;
}
#learn_area .area .text .img {
	width: 100%;
	margin: 50px 0px 0px;
}
#learn_area .area .img {
	width: 46.875%;
	text-align: center;
	position: relative;
}
#learn_area .area .img.irodori:after {
	content: "";
	display: inline-block;
	background: url("/images/faculty/irodori_icon.png") no-repeat left center;
	background-size: cover;
	width: 80px;
	height: 80px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: -26px;
}
#learn_area .area .img.irodori2:after {
	content: "";
	display: block;
	background: url("/images/faculty/irodori_icon.png") no-repeat left center;
	background-size: cover;
	width: 80px;
	height: 80px;
	text-align: right;
	margin: 10px 0 0 auto;
}
#learn_area .area .img2 {
	width: 100%;
	text-align: center;
}


@media only screen and (max-width: 768px){
#learn_area {
	margin: 0px 0px 50px;
}
#learn_area .area {
	flex-direction: column;
	gap: 20px;
	margin: 0 0 30px;
}
#learn_area .area:last-child {
	margin: 0px;
}
#learn_area .area .text {
	width: auto;
	margin: 0;
}
#learn_area .area .text .img {
	margin: 20px 0px 0px;
}
#learn_area .area .img {
	width: auto;
}
#learn_area .area .img2 {
}
}


/*タイトル*/
#learn_area .st {
	border-bottom: 1px solid #e0e0e0;
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}
#learn_area .st::before {
	display: none;
	margin: 0 0	0 0;
	width: 0px;
	height: 0px;
	background: none;
}
#learn_area .st span {
	font-size: 28px;
	font-family: 'Jost', sans-serif;
	font-style: italic;
	font-weight: 400;
	margin: 0 10px 0 0;
}
/*文学部*/
#learn_area .st.let span {
	color:#ba5466;
}
/*法学部*/
#learn_area .st.law span {
	color:#7d5b77;
}
/*経済学部*/
#learn_area .st.econ span {
	color:#49835a;
	margin: 0 10px 0 0;
}
/*経営学部*/
#learn_area .st.bus span {
	color:#cd724c;
	margin: 0 10px 0 0;
}
/*マネジメント創造学部*/
#learn_area .st.cube span {
	color:#853052;
	margin: 0 10px 0 0;
}
/*理工学部*/
#learn_area .st.sci span {
	color:#499bb8;
	margin: 0 10px 0 0;
}
/*知能情報学部*/
#learn_area .st.ii span {
	color:#7669a2;
	margin: 0 10px 0 0;
}
/*フロンティアサイエンス学部*/
#learn_area .st.first span {
	color:#487dae;
	margin: 0 10px 0 0;
}

@media only screen and (max-width: 768px){

#learn_area .st {
	font-size: 18px;
	text-indent: 0;
}
#learn_area .st::before {
}
#learn_area .st span {
	font-size: 20px;
	margin: 0 0 5px;
	display: block;
}
}

.sec_talking {
	margin: 0px 0px 90px;
	position: relative;
}
.sec_talking .main {
	margin: 0 0 40px;
}
.sec_talking .area {
	margin-bottom: 60px;
}
.sec_talking .area .__copy {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 40px;
}
.sec_talking .area .__text {
	margin-bottom: 25px;
	padding-bottom: 25px;
}
@media only screen and (min-width: 768px){
.sec_talking .edu_area p {
    min-height: 8em;
}
.sec_talking.cube .edu_area p {
    min-height: 9em;
}
}
/*文学部*/
.sec_talking.let .area .__copy {color:#ba5466;}
.sec_talking.let .area .__text {border-bottom: solid 1px #ba5466;}

/*法学部*/
.sec_talking.law .area .__copy {color:#7d5b77;}
.sec_talking.law .area .__text {border-bottom: solid 1px #7d5b77;}

/*経済学部*/
.sec_talking.econ .area .__copy {color:#49835a;}
.sec_talking.econ .area .__text {border-bottom: solid 1px #49835a;}

/*経営学部*/
.sec_talking.bus .area .__copy {color: #cd724c;}
.sec_talking.bus .area .__text {border-bottom: solid 1px #cd724c;}

/*マネジメント創造学部*/
.sec_talking.cube .area .__copy {color:#853052;}
.sec_talking.cube .area .__text {border-bottom: solid 1px #853052;}

/*理工学部*/
.sec_talking.sci .area .__copy {color: #499bb8;}
.sec_talking.sci .area .__text {border-bottom: solid 1px #499bb8;}

/*知能情報学部*/
.sec_talking.ii .area .__copy {color:#7669a2;}
.sec_talking.ii .area .__text {border-bottom: solid 1px #7669a2;}

/*フロンティアサイエンス学部*/
.sec_talking.first .area .__copy {color:#487dae;}
.sec_talking.first .area .__text {border-bottom: solid 1px #487dae;}


.sec_talking .education {
	display: flex;
	justify-content: space-between;
	gap:20px;
}
.sec_talking .education .edu_area {
	width: 48%;
}
.sec_talking .education .edu_area .copy {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
.sec_talking .education .edu_area .ttl {
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
	padding: 7px 0;
}

/*文学部*/
.sec_talking.let .education .edu_area .ttl._ttl01 {background-color: #ba5466;}

/*法学部*/
.sec_talking.law .education .edu_area .ttl._ttl01 {background-color: #7d5b77;}

/*経済学部*/
.sec_talking.econ .education .edu_area .ttl._ttl01 {background-color: #49835a;}

/*経営学部*/
.sec_talking.bus .education .edu_area .ttl._ttl01 {background-color: #cd724c;}

/*マネジメント創造学部*/
.sec_talking.cube .education .edu_area .ttl._ttl01 {background-color: #853052;}

/*理工学部*/
.sec_talking.sci .education .edu_area .ttl._ttl01 {background-color: #4a9bb8;}

/*知能情報学部*/
.sec_talking.ii .education .edu_area .ttl._ttl01 {background-color: #685b8b;}

/*フロンティアサイエンス学部*/
.sec_talking.first .education .edu_area .ttl._ttl01 {background-color: #2d719e;}


.sec_talking .education .edu_area .ttl._ttl02 {
	background-color: #34997b;
}
.sec_talking .education .edu_area .ttl._ttl03 {
	background-color: #4874ae;
}
.sec_talking .education .edu_area .sttl {
	font-size: 18px;
	margin-bottom: 15px;
	height: 42px;
}
/*文学部*/
.sec_talking.let .education .edu_area .sttl._sttl01 {color: #ba5466;}

/*法学部*/
.sec_talking.law .education .edu_area .sttl._sttl01 {color: #7d5b77;}

/*経済学部*/
.sec_talking.econ .education .edu_area .sttl._sttl01 {color: #49835a;}

/*経営学部*/
.sec_talking.bus .education .edu_area .sttl._sttl01 {color: #cd724c;}

/*マネジメント創造学部*/
.sec_talking.cube .education .edu_area .sttl._sttl01 {color: #853052;}

/*理工学部*/
.sec_talking.sci .education .edu_area .sttl._sttl01 {color: #4a9bb8;}

/*知能情報学部*/
.sec_talking.ii .education .edu_area .sttl._sttl01 {color: #685b8b;}

/*フロンティアサイエンス学部*/
.sec_talking.first .education .edu_area .sttl._sttl01 {color: #2d719e;}


.sec_talking .education .edu_area .sttl._sttl02 {
	color: #34997b;
}
.sec_talking .education .edu_area .sttl._sttl03 {
	color: #4874ae;
}
.sec_talking .education .edu_area p {
	margin-bottom: 30px;
	line-height: 1.8;
}


@media only screen and (max-width: 768px){
.sec_talking {
	margin: 0px 0px 60px;
	padding: 0;
	position: static;
}.sec_talking .main {
	margin: 0 0 20px;
}
.sec_talking .area {
	margin-bottom: 30px;
}
.sec_talking .area .__copy {
	font-size: 18px;
	margin-bottom: 20px;
}
.sec_talking .area .__text {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.sec_talking .area .__name {
}
.sec_talking .img {
	justify-content: flex-start;
	gap: 10px;
	flex-direction: column;
}
.sec_talking .img div {
	width: 100%;
}


.sec_talking .education {
	flex-direction: column;
	justify-content: flex-start;
}
.sec_talking .education .edu_area {
	width: 100%;
}
.sec_talking .education .edu_area .copy {
	font-size: 18px;
	margin-bottom: 15px;
}
.sec_talking .education .edu_area .ttl {
	font-size: 16px;
}
.sec_talking .education .edu_area .sttl {
	font-size: 15px;
	margin-bottom: 10px;
	height: auto;
}
}




/*4年間のステップアップのタイトル*/
h3.t2024 {
	border-left: none;
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	padding: 0 15px 10px;
	margin: 0 auto;
	position: relative;
	bottom: -8px;
	z-index: 10;
	left: 0;
	right: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	width: fit-content;
}
h3.letters.t2024 {border-bottom: 8px solid #ba5466;}
h3.law.t2024 {border-bottom: 8px solid #7d5b77;}
h3.econ.t2024 {border-bottom: 8px solid #49835a;}
h3.bus.t2024 {border-bottom: 8px solid #cd724c;}
h3.cube.t2024 {border-bottom: 8px solid #853052;}
h3.sci.t2024 {border-bottom: 8px solid #499bb8;}

h3.ii.t2024 {border-bottom: 8px solid #7669a2;}
h3.first.t2024 {border-bottom: 8px solid #487dae;}

.sec-stup {
	position: relative;
	margin: 0 0 70px;
	padding: 55px 0 45px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	gap:20px;
}
.sec-stup.let {background: #fdf0f1;}
.sec-stup.law {background: #faf4f9;}
.sec-stup.econ {background: #e5f7f2;}
.sec-stup.bus {background: #fef4ec;}
.sec-stup.cube {background: #f7e9ef;}
.sec-stup.sci {background: #f2fafc;}
.sec-stup.ii {background: #f7f6fa;}
.sec-stup.first {background: #f2fafc;}

.sec-stup .__inn {
	max-width: 675px;
	width: 90%;
	margin: 0 auto;
}


.sec-stup dl {
	max-width: 685px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 15px;
}
.sec-stup.let dl {border-bottom: 1px solid #ba5466;}
.sec-stup.law dl {border-bottom: 1px solid #7d5b77;}
.sec-stup.econ dl {border-bottom: 1px solid #49835a;}
.sec-stup.bus dl {border-bottom: 1px solid #cd724c;}
.sec-stup.cube dl {border-bottom: 1px solid #853052;}
.sec-stup.sci dl {border-bottom: 1px solid #499bb8;}
.sec-stup.ii dl {border-bottom: 1px solid #7669a2;}
.sec-stup.first dl {border-bottom: 1px solid #487dae;}

.sec-stup dl dt {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.sec-stup.let dl dt {color: #ba5466;}
.sec-stup.law dl dt {color: #7d5b77;}
.sec-stup.econ dl dt {color: #49835a;}
.sec-stup.bus dl dt {color: #cd724c;}
.sec-stup.cube dl dt {color: #853052;}
.sec-stup.sci dl dt {color: #499bb8;}
.sec-stup.ii dl dt {color: #7669a2;}
.sec-stup.first dl dt {color: #487dae;}

.sec-stup dl dd {
}

/*カリキュラム*/
.sec-stup .__inn .classwork {
	display: flex;
	gap:25px;
	margin-bottom: 45px;
	padding-bottom: 55px;
}
.sec-stup.let .__inn .classwork {border-bottom: 1px solid #f6bcbf;}
.sec-stup.law .__inn .classwork {border-bottom: 1px solid #7d5b77;}
.sec-stup.econ .__inn .classwork {border-bottom: 1px solid #49835a;}
.sec-stup.bus .__inn .classwork {border-bottom: 1px solid #cd724c;}
.sec-stup.cube .__inn .classwork {border-bottom: 1px solid #AF2763;}
.sec-stup.sci .__inn .classwork {border-bottom: 1px solid #499bb8;}
.sec-stup.ii .__inn .classwork {border-bottom: 1px solid #7669a2;}
.sec-stup.first .__inn .classwork {border-bottom: 1px solid #487dae;}

.sec-stup .__inn .classwork .__text {
	width: 44.44444444444444%;
}
.sec-stup .__inn .classwork .__text .__sttl {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.sec-stup .__inn .classwork .__img {
	width: 50.37037037037037%;
	text-align: center;
}

.sec-stup .__inn .__voice .intro {
	display: flex;
	justify-content: space-between;
	gap:50px;
	margin-bottom: 35px;
}
.sec-stup .__inn .__voice .intro .__text01 {
	width: 51.11111111111111%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}
.sec-stup .__inn .__voice .intro .__text01 .__copy {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}
.sec-stup.let .__inn .__voice .intro .__text01 .__copy {color: #ba5466;}
.sec-stup.law .__inn .__voice .intro .__text01 .__copy {color: #7d5b77;}
.sec-stup.econ .__inn .__voice .intro .__text01 .__copy {color: #49835a;}
.sec-stup.bus .__inn .__voice .intro .__text01 .__copy {color: #cd724c;}
.sec-stup.cube .__inn .__voice .intro .__text01 .__copy {color: #AF2763;}
.sec-stup.sci .__inn .__voice .intro .__text01 .__copy {color: #499bb8;}
.sec-stup.ii .__inn .__voice .intro .__text01 .__copy {color: #7669a2;}
.sec-stup.first .__inn .__voice .intro .__text01 .__copy {color: #487dae;}

.sec-stup .__inn .__voice .intro .__text01 .__name {
	line-height: 1.714;
}

.sec-stup .__inn .__voice .intro .__img {
	width: 41.48148148148148%;
}
.sec-stup.law .__inn .__voice .intro .__img img {border-bottom: solid 3px #7d5b77;}
.sec-stup.econ .__inn .__voice .intro .__img img {border-bottom: solid 3px #e5f7f2;}
.sec-stup.bus .__inn .__voice .intro .__img img {border-bottom: solid 3px #cd724c;}
.sec-stup.cube .__inn .__voice .intro .__img img {border-bottom: solid 3px #f7e9ef;}
.sec-stup.sci .__inn .__voice .intro .__img img {border-bottom: solid 3px #f2fafc;}
.sec-stup.ii .__inn .__voice .intro .__img img {border-bottom: solid 3px #f7f6fa;}
.sec-stup.first .__inn .__voice .intro .__img img {border-bottom: solid 3px #f2fafc;}


@media only screen and (max-width: 768px){
h3.letters.t2024 {
	border-bottom-width: 4px;
	font-size: 22px;
	line-height: 25px;
	bottom: -4px;
}
.sec-stup {padding: 45px 0 35px;}
.sec-stup .__inn {}
.sec-stup dl {}
.sec-stup dl dt {
	font-size: 16px;
	margin-bottom: 8px;
}
.sec-stup dl dd {
}

/*カリキュラム*/
.sec-stup .__inn .classwork {
	gap: 15px;
	margin-bottom: 25px;
	padding-bottom: 35px;
	flex-direction: column;
}

.sec-stup .__inn .classwork .__text {
	width: 100%;
}
.sec-stup .__inn .classwork .__text .__sttl {
	font-size: 16px;
	margin-bottom: 15px;
}
.sec-stup .__inn .classwork .__img {
	width: 100%;
}

.sec-stup .__inn .__voice .intro {
	justify-content: flex-start;
	gap: 25px;
	margin-bottom: 30px;
	flex-direction: column;
}
.sec-stup .__inn .__voice .intro .__text01 {
	width: 100%;
	justify-content: flex-start;
	gap: 15px;
}
.sec-stup .__inn .__voice .intro .__text01 .__copy {
	font-size: 18px;
}
.sec-stup.let .__inn .__voice .intro .__text01 .__copy {
}
.sec-stup .__inn .__voice .intro .__text01 .__name {
}

.sec-stup .__inn .__voice .intro .__img {
	width: 100%;
	text-align: center;
}
}


/*就職支援?進路*/
.car_intro {
	display: flex;
	justify-content: space-between;
	gap:20px;
	margin-bottom: 70px;
}
.car_intro .__text {
	width: 50%;
}
.car_intro .__text .copy {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 15px;
}
.car_intro .__img {
	width: 47.5%;
	text-align: center;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 768px){
.car_intro {
	justify-content: flex-start;
	gap: 15px;
	margin-bottom: 40px;
	flex-direction: column;
}
.car_intro .__text {
	width: 100%;
}
.car_intro .__text .copy {
	font-size: 18px;
	margin-bottom: 10px;
}
.car_intro .__img {
	width: 100%;
	display: block;
}
}

/*就職支援?進路　データ　変則タイトル*/
.sec_data {
	margin-bottom: 60px;
}
.sec_data .title {
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.sec_data.law .title {
	border-bottom: solid 3px #7669a2;
}
.sec_data.bus .title {
	border-bottom: solid 3px #cd724c;
}
.sec_data.econ .title {
	border-bottom: solid 3px #49835a;
}
.sec_data.cube .title {
	border-bottom: solid 3px #920B53;
}
.sec_data.sci .title {
	border-bottom: solid 3px #4a9bb8;
}
.sec_data.ii .title {
	border-bottom: solid 3px #7669A2;
}
.sec_data.first .title {
	border-bottom: solid 3px #4a9bb8;
}
.sec_data .title .__en_sttl {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
.sec_data.law .title .__en_sttl {
	color: #7669a2;
}
.sec_data.bus .title .__en_sttl {
	color: #cd724c;
}
.sec_data.econ .title .__en_sttl {
	color: #49835a;
}
.sec_data.cube .title .__en_sttl {
	color: #920B53;
}
.sec_data.sci .title .__en_sttl {
	color: #4a9bb8;
}
.sec_data.ii .title .__en_sttl {
	color: #7669A2;
}
.sec_data.frist .title .__en_sttl {
	color: #4a9bb8;
}
.sec_data .title .__sttl {
	font-size: 22px;
	font-weight: 700;
}
.sec_data .title span {
	font-size: 28px;
	font-family: 'Jost', sans-serif;
	font-style: italic;
	font-weight: 400;
	margin: 0 10px 0 0;
}
.sec_data.law .title span {color:#7669a2;}
.sec_data.bus .title span {color:#cd724c;}
.sec_data.econ .title span {color:#49835a;}
.sec_data.cube .title span {color:#920B53;}
.sec_data.sci .title span {color:#4a9bb8;}
.sec_data.ii .title span {color:#7669A2;}
.sec_data.frist .title span {color:#4a9bb8;}


.sec_data .img {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px 20px;
	margin-bottom: 60px;
}
.sec_data .img .graph_00 {
	width: 100%;
}
.sec_data .img .graph_01 {
	width: 48%;
}
@media only screen and (max-width: 768px){
.sec_data {
	margin-bottom: 60px;
}
.sec_data .title {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.sec_data.law .title {
}
.sec_data .title .__en_sttl {
	font-size: 14px;
}
.sec_data.law .title .__en_sttl {
}
.sec_data .title .__sttl {
	font-size: 18px;
	font-weight: 700;
}
.sec_data .title span {
	font-size: 24px;
}
.sec_data.law .title span {
}

.sec_data .img {
	justify-content: flex-start;
	gap: 30px;
	margin-bottom: 40px;
	flex-direction: column;
}
.sec_data .img .graph_00 {
	width: 100%;
}
.sec_data .img .graph_01 {
	width: 100%;
}
}

.point_section {
	width: 100%;
}
.point_section h4::before {
	background-image: none;
	width: 10px;
	height: 3px;
	vertical-align: super;
}
/*文学部*/
.point_section.let h4::before {background-color: #ba5466;}
/*法学部*/
.point_section.law h4::before {background-color: #7d5b77;}
/*経済学部*/
.point_section.econ h4::before {background-color: #49835a;}
/*経営学部*/
.point_section.bus h4::before {background-color: #cd724c;}
/*マネジメント創造学部*/
.point_section.cube h4::before {background-color: #853052;}
/*理工学部*/
.point_section.sci h4::before {background-color: #499bb8;}
/*知能情報学部*/
.point_section.ii h4::before {background-color: #7669a2;}
/*フロンティアサイエンス学部*/
.point_section.first h4::before {background-color: #487dae;}

.point_section .color1 {color:#db9d68;}
.point_section .color2 {color:#8abea5;}
.point_section .color3 {color:#e0815e;}
.point_section .color4 {color:#a66b9f;}
.point_section .color5 {color:#535d9e;}

/* OBOG MyKonanstyle */
.obog-letter .voice {
    border: 2px solid #ba5466!important;
}
.obog-letter .title {
    background: #ba5466!important;
}
.student_voice-letter {
    border: solid 2px #ba5466!important;
}
.student_voice-letter .title {
    background-color: #ba5466!important;
}
.obog-law .voice {
    border: 2px solid #7d5b77!important;
}
.obog-law .title {
    background: #7d5b77!important;
}
.student_voice-law {
    border: solid 2px #7d5b77!important;
}
.student_voice-law .title {
    background-color: #7d5b77!important;
}

.obog-economics .voice {
    border: 2px solid #49835a!important;
}
.obog-economics .title {
    background: #49835a!important;
}
.student_voice-economics {
    border: solid 2px #49835a!important;
}
.student_voice-economics .title {
    background-color: #49835a!important;
}

.obog-business .voice {
    border: 2px solid #cd724c!important;
}
.obog-business .title {
    background: #cd724c!important;
}
.student_voice-business {
    border: solid 2px #cd724c!important;
}
.student_voice-business .title {
    background-color: #cd724c!important;
}

.obog-science .voice {
    border: 2px solid #499bb8!important;
}
.obog-science .title {
    background: #499bb8!important;
}
.student_voice-science {
    border: solid 2px #499bb8!important;
}
.student_voice-science .title {
    background-color: #499bb8!important;
}

.obog-ii .voice {
    border: 2px solid #7669a2!important;
}
.obog-ii .title {
    background: #7669a2!important;
}
.student_voice-ii {
    border: solid 2px #7669a2!important;
}
.student_voice-ii .title {
    background-color: #7669a2!important;
}

.obog-cube .voice {
    border: 2px solid #853052!important;
}
.obog-cube .title {
    background: #853052!important;
}
.student_voice-cube {
    border: solid 2px #853052!important;
}
.student_voice-cube .title {
    background-color: #853052!important;
}

.obog-first .voice {
    border: 2px solid #487dae!important;
}
.obog-first .title {
    background: #487dae!important;
}
.student_voice-first {
    border: solid 2px #487dae!important;
}
