@charset "UTF-8";

/* ==================================================================

	学部・大学院｜大同大学
	/common/css/cat_dept.css

================================================================== */

/* ------------------------------------------------------------
	[情熱]改修2023.7.4
------------------------------------------------------------ */
.jo__title{
    margin: 0 auto 10px auto;
    font-size: 16px;
    text-align: center;
}

/* ==================================================================
	学部・大学院トップ
================================================================== */

@media screen and (min-width: 741px) {
    body#cat_dept #main_contents_bg {
        min-height: 1600px;
    }
}

/* .anc_list
------------------------------------------------------------------ */

.anc_list li {
    float: left;
    width: 21%;
    padding-bottom: 10px;
    border-bottom: solid 1px #d0d0d0;
	margin-bottom:40px;
}

.anc_list li:nth-child(2){
    margin: 0 5%;
}

.anc_list li:nth-child(3) {
    margin-right:5%;
}

.anc_list li a {
    display: block;
    background: url(../../dept/images/anc_list_arw.png) right 3px no-repeat;
    line-height: 1;
    text-decoration: none;
    color: #333;
}


.anc_list li a:before {
    content: "";
    margin-right: 10px;
    border-left: solid 3px;
}

/* 工学部 */
.anc_list li.anc01 a:before {
    /*border-color: #144d80;*/
	border-color: #0081CC;
}

/* 情報学部 */
.anc_list li.anc02 a:before {
    border-color: #F39700;
	/*border-color: #e28900;*/
}

/* 教養部 */
.anc_list li.anc03 a:before {
    border-color: #6495ed;
}

/* 大学院 */
.anc_list li.anc04 a:before {
    border-color: #3f9e78;
}

/* 建築学部（仮称） */
.anc_list li.anc05 a:before {
    border-color: #45B035;
}


/* heading
------------------------------------------------------------------ */

.dept_sec_headline {
    padding: 20px 20px 18px;
    background: #f1f1f1;
    font-size: 171%;
    line-height: 1;
}

.dept_sec_headline:before {
    content: "";
    margin-right: 15px;
}

/* 工学部 */
.dept_engineering .dept_sec_headline:before {
    border-left: solid 4px #0081CC;
	/*border-left: solid 4px #144d80;*/
}

/* 建築学部（仮称） */
.dept_architectonics .dept_sec_headline:before {
    border-left: solid 4px #45B035;
}

/* 情報学部 */
.dept_informatics .dept_sec_headline:before {
    border-left: solid 4px #F39700;
	/*border-left: solid 4px #e28900;*/
}

.dept_in .dept_sec_headline:before {
    border-left: solid 4px #3f9e78;
}

.dept_kyouyou .dept_sec_headline:before {
    border-left: solid 4px #6495ed;
}

.dept_sec_heading {
    padding-bottom: 10px;
    border-bottom: solid 1px #d0d0d0;
    font-size: 142%;
}

.dept_engineering .dept_sec_heading {
    color: #144d80;
}

.dept_informatics .dept_sec_heading {
    /*color: #e28900;*/
	color:#000000;
}

.dept_in .dept_sec_heading {
    color: #3f9e78;
}

@media screen and (max-width: 740px) {
    .dept_sec_headline {
        display: block;
        padding: 0 0 14px 0;
        border-bottom: solid 2px #ececec;
        background: none;
        font-size: 142%;
    }
    .dept_sec_headline:before {
        margin-right: 11px;
    }
    .dept_sec_headline:after {
        content: "＋";
        float: right;
        margin-top: -4px;
        color: #144d80;
        font-size: 140%;
    }
    .dept_sec_headline.opened:after {
        content: "ー";
    }
}

.cat_product .sec_subhead {
    position: relative;
    border-bottom: solid 2px #ccc;
    background: none;
}

.cat_product .sec_subhead:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 10%;
    height: 2px;
    background: #dc775c;
}


/* box
------------------------------------------------------------------ */

.dept_inbox {
    padding-top: 30px;
	

}

@media screen and (min-width: 741px),
print {
    .dept_inbox .cassette {
        width: 48%;
    }
    .dept_inbox .cassette_s {
        width: 22%;
    }
}

@media screen and (max-width: 740px) {
    .cat_index .dept_inbox {
        display: none;
        margin-top: 0 !important;
    }
    .cat_index .mt50 {
        margin-top: 20px !important;
    }
}

	.dept_inbox .dept_left,
	.dept_inbox .dept_middle{
		width:22%;
		float: left;
		margin-right: 4%;
	}
	
	.dept_inbox .dept_right{
		width:48%;
		float: left;
	}
	
		.dept_left .list_m li,
		.dept_middle .list_m li{
			float: left;
			width: 100%!important;
			margin-top: 20px;
			margin-right: 8%;
		}
		
@media screen and (max-width: 740px) {
    .dept_inbox .dept_left,
	.dept_inbox .dept_middle {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-top: 20px;
	}
	
	.dept_inbox .dept_right {
		width: 100%;
		float: none;
		margin-top: 20px;

	}
}		

/* .dept_list
------------------------------------------------------------------ */

.list_l a,
.list_m a {
    display: block;
    text-decoration: none;
}

.list_l a span {
    display: block;
    margin-bottom: 15px;
    padding-left: 24px;
    line-height: 18px;
    font-size: 142%;
    text-decoration: none;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    color: #1a1a1a;
}

.list_m a span {
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 16px;
    font-size: 114%;
    text-decoration: none;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 16px auto;
    color: #1a1a1a;
}

.list_s a {
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 18px;
    font-size: 114%;
    text-decoration: none;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 16px auto;
    color: #1a1a1a;
}

.list_ss a {
    display: block;
    margin-bottom: 5px;
    padding-left: 18px;
    line-height: 14px;
    font-size: 100%;
    text-decoration: none;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 14px auto;
    color: #3f9e78;
}

.dept_list a.dept_mechanic span {
    background-image: url(../../dept/images/list_mark-mechanic.png);
}

.dept_list a.dept_system span {
    background-image: url(../../dept/images/list_mark-system.png);
}

.dept_list a.dept_electronic span {
    background-image: url(../../dept/images/list_mark-electronic.png);
}

.dept_list a.dept_architecture span {
    background-image: url(../../dept/images/list_mark-architecture.png);
}

.dept_list a.dept_interior span {
    background-image: url(../../dept/images/list_mark-interior.png);
}

.dept_list a.dept_civil_engineering span {
    background-image: url(../../dept/images/list_mark-civil_engineering.png);
}

.dept_list a.dept_computer span {
    background-image: url(../../dept/images/list_mark-computer.png);
}

.dept_list a.dept_network span {
    background-image: url(../../dept/images/list_mark-network.png);
}

.dept_list a.dept_media span {
    background-image: url(../../dept/images/list_mark-media.png);
}

.dept_list a.dept_product span {
    background-image: url(../../dept/images/list_mark-product.png);
}

.dept_list a.dept_kaori span {
    background-image: url(../../dept/images/list_mark-kaori.png);
}

.dept_list a.dept_management span {
    background-image: url(../../dept/images/list_mark-management.png);
}

.dept_list a.dept_sports span {
    background-image: url(../../dept/images/list_mark-sports.png);
}

.dept_list a.dept_in span {
    background-image: url(../../dept/images/list_mark-in.png);
}

.dept_list a.dept_kyouyou span {
    background-image: url(../../dept/images/list_mark-kyouyou.png);
}


/*
.dept_informatics .info_systems {
    background-image: url(../../dept/images/list_mark-information-systems.png);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-size: 18px;
	background-position: top 5px left 0px;
}
*/

.dept_list a.dept_network span {
  background-image: url(../../dept/images/list_mark-information-systems.png);
}

/*
.dept_informatics .info_design {
    background-image: url(../../dept/images/list_mark-information-design.png);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-size: 18px;
	background-position: top 5px left 0px;	
}
*/

.dept_list a.dept_media span {
  background-image: url(../../dept/images/list_mark-information-design.png);
}

/*
.dept_informatics .management_info {
    background-image: url(../../dept/images/list_mark-information-design.png);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-size: 18px;
	background-position: top 5px left 0px;
}
*/



a.dept_network,
a.dept_media{
	text-decoration: none;
}

	a.dept_network p,
	a.dept_media p{
    margin-top: 10px;
    color: #1a1a1a;
}


.dept_list a p {
    margin-top: 10px;
    color: #1a1a1a;
}

.dept_in .dept_list li li {
    margin-top: 10px;
}

.dep_txt_red{
	color:red;
}

@media screen and (min-width: 741px),
print {
    .list_l li {
        float: left;
        width: 30%;
        margin-right: 5%;
    }
    .list_l li:last-child {
        margin-right: 0;
    }
    .list_m li {
        float: left;
        width: 22%;
        margin-top: 20px;
        margin-right: 4%;
    }
    .list_m li:last-child,
    .cassette .list_m li:last-child {
        margin-right: 0;
    }
    .cassette .list_m li {
        float: left;
        width: 46%;
        margin-top: 20px;
        margin-right: 8%;
    }
    .list_m a span {
        margin-top: 20px;
    }
    .cassette_s .list_m li {
        float: none;
        width: 100%;
        margin-top: 20px;
        margin-right: 0
    }
    .list_s.x4 > li {
        float: left;
        box-sizing: border-box;
        width: 23.5%;
        margin-right: 2%;
        padding-right: 2%;
        border-right: solid 1px #cbcbcb;
    }
    .list_s.x4 > li:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }
}

@media screen and (max-width: 740px) {
    .cassette:first-child {
        margin-bottom: 30px;
    }
    .dept_list li {
        margin-top: 20px;
    }
    .list_l li:first-child {
        margin-top: 0;
    }
    .dept_list.list_l a span {
        padding-left: 20px;
        background-size: 14px auto;
    }
    .dept_list li > a > span {
        float: right;
        width: 54%;
        margin-top: 8%;
        font-size: 120%;
    }
    .dept_list li > a > img {
        float: left;
        width: 36%;
    }
    .dept_list li > a > p {
        clear: both;
        padding: 10px 0;
        color: #1a1a1a;
    }
    .dept_list li > a > p:before {
        content: "";
        display: block;
        margin-bottom: 10px;
        border-top: solid 1px #c6c6c6;
    }
    .dept_in .dept_list > li {
        padding-bottom: 20px;
        border-bottom: solid 2px #cbcbcb;
    }
    .dept_in .dept_list > li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    .dept_in .dept_list li > a {
        float: none;
        width: auto;
        margin-top: 0
    }
    .dept_in .dept_list li > img {
        float: none;
        width: auto;
    }
    .dept_in .dept_list li > p {
        padding: 0;
    }
    .dept_in .dept_list li > p:before {
        content: "";
        display: block;
        margin-bottom: 0;
        border-top: none;
    }
}



/* ==================================================================
	common.css カスタマイズ
================================================================== */

/* アンカーリンク
------------------------------------------------------------------ */

.anchor_list02 a {
    position: relative;
    background: none;
    color: #1a1a1a;
}

.anchor_list02 a:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
}

.anchor_list02 a:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 4px;
    height: 4px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.cat_mechanic .anchor_list02 a:before {
    background-color: #0081CC;
}

/* 機械工学科 */

.cat_system .anchor_list02 a:before {
    background-color: #0097DD;
}

/* 総合機械工学科 */

.cat_electronic .anchor_list02 a:before {
    background-color: #00AFEC;
}

/* 電気電子工学科 */

.cat_architecture .anchor_list02 a:before {
    background-color: #45B035;
}

/* 建築学科 建築専攻 */

.cat_interior .anchor_list02 a:before {
    background-color: #89C122;
}

/* 建築学科 インテリアデザイン専攻 */

.cat_civil_engineering .anchor_list02 a:before {
    background-color: #298950;
}

/*.cat_civil_engineering .anchor_list02 a:before {
    background-color: #D9D200;
}*/

/* 建築学科 土木・環境専攻 */

.cat_computer .anchor_list02 a:before {
    background-color: #d87600;
}

/* 情報システム学科 コンピュータサイエンス専攻 */

.cat_network .anchor_list02 a:before {
    background-color: #d37756;
}

/* 情報システム学科 情報ネットワーク専攻 */

.cat_media .anchor_list02 a:before {
    background-color: #ED6C00;
}

/* 情報デザイン学科 メディアデザイン専攻 */

.cat_product .anchor_list02 a:before {
    background-color: #dc775c;
}

/* 情報システム学科 プロダクトデザイン専攻 */

.cat_kaori .anchor_list02 a:before {
    background-color: #B3D000;
}

/* 総合情報学科 かおりデザイン専攻 */

.cat_management .anchor_list02 a:before {
 /* background-color: #C56619; */
    background-color: #EA545D;
}

/* 情報学部 総合情報学科 経営情報専攻 */

.anchor_list02 a[href="javascript:void(0)"]:before,
.anchor_list02 a[href="javascript:void(0)"]:after {
    content: none;
}

/* 情報学部 総合情報学科 スポーツ情報コース */

.cat_sports .anchor_list02 a:before {
    background-color: #b2515c;
}

/* 情報システム学科 情報ネットワーク専攻 */

.cat_systems .anchor_list02 a:before {
    background-color: #F39700;
}

/* 情報デザイン学科 メディアデザイン専攻 */

.cat_design .anchor_list02 a:before {
    background-color: #dc775c;
}

/* ==================================================================
	#main_contents_body
================================================================== */

@media screen and (min-width: 741px),
print {
    #main_contents_body.height_dept-engineering {
        min-height: 1000px;
    }
    #main_contents_body.height_dept-informatics {
        min-height: 1000px;
    }
    #main_contents_body.height_dept-in {
        min-height: 1000px;
    }
    #main_contents_body.height_dept-in-tobi {
        min-height: 700px;
    }
}



/* ==================================================================
	#main_contents_side
================================================================== */

/* .side_nav_heading
------------------------------------------------------------------ */

.side_nav_heading {
    display: block;
    position: relative;
    padding: 14px 20px;
    border-bottom: solid 1px #cdcdcd;
    background: #e5e5e5;
    font-size: 114%;
    line-height: 1.2;
    cursor: pointer;
}

.side_nav_heading:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 10px;
    width: 3px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.side_nav_heading.side_nav_heading-engineering:before {
    background: #0081CC;
}

.side_nav_heading.side_nav_heading-architectonics:before {
    background: #45B035;
}

.side_nav_heading.side_nav_heading-informatics:before {
    background: #F39700;
}

.side_nav_heading.side_nav_heading-in:before {
    background: #3f9e78;
}

.side_nav_heading.side_nav_heading-kyouyou:before {
    background: #6495ed;
}

.side_nav_heading:after {
    content: "＋";
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 10px;
    vertical-align: middle;
    font-size: 20px;
    color: #4d4d4d;
}



.side_nav_heading.open:after {
    content: "ー";
    top: 12px;
}


/* .side_nav
------------------------------------------------------------------ */

.side_nav {
    display: none;
    padding-bottom: 0;
}

body.cat_engineering .side_nav.side_nav-engineering,
body.cat_architectonics .side_nav.side_nav-architectonics,
body.cat_informatics .side_nav.side_nav-informatics,
body.cat_education .side_nav.side_nav-education,
body.cat_in .side_nav.side_nav-in {
    display: block;
}

@media screen and (min-width: 741px),
print {
    .side_nav:last-child {
        padding-bottom: 50px;
    }
}



/* ==================================================================
	学科・専攻トップ
================================================================== */

/* Page Title
------------------------------------------------------------------ */

.dept_title #page_title h1 {
    display: inline-block;
    font-size: 200%;
    color: #fff;
}

.dept_title .no_img #page_title h1 {
    color: #333;
}

.dept_title #page_title .sub_page_title {
    color: #fff;
    text-indent: -14px;
    max-width: 278px;
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 0;
    padding-left: 14px;
}

.dept_title #page_title h1.f_size_s {
    font-size: 160%;
}

.dept_title #page_title h1 span.subttl {
    display: block;
    margin-bottom: 5px;
}

@media screen and (min-width: 741px),
print {
    .dept_title #title_text_area {
        width: 80%;
        min-width: 980px;
        max-width: 1400px;
        height: 380px;
        margin: 0 auto;
    }
    .dept_title #title_text_area.no_img {
        width: 80%;
        min-width: 980px;
        max-width: 1400px;
        height: auto;
        margin: 0 auto;
    }
    .dept_title #page_title_img {
        float: right;
        width: 720px;
        height: 380px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .dept_title #title_text_area .inbox {
        width: 50%;
    }
    .dept_title #title_text_area.no_img .inbox {
        width: 100%;
    }
    .dept_title #page_title {
        width: 80%;
        height: 380px;
        display: table-cell;
        vertical-align: middle;
    }
    #main_contents_side_opne_btn_sp {
        display: none;
    }
}

@media screen and (min-width: 1360px) {
    .dept_title #page_title br.only_widepc1360 {
        display: none;
    }
}

@media screen and (min-width: 1460px) {
    .dept_title #page_title br.only_widepc1460 {
        display: none;
    }
}

@media screen and (max-width: 740px) {
    .dept_title #page_title {
        width: 88%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }
    .dept_title #page_title h1 {
        padding: 0.7em 0;
        font-size: 180%;
        color: #fff;
    }
    .dept_title #page_title .sub_page_title {
        text-align: center;
        padding: 0 10px 25px;
        max-width: 600px;
        text-indent:0;
    }
}

/* .sec_title
------------------------------------------------------------------ */

.sec_title {
    margin-bottom: 20px;
    font-size: 143%;
}

/* .more_btn
------------------------------------------------------------------ */

.more_btn {
    display: inline-block;
    margin-left: 20px;
}

.more_btn a {
    display: inline-block;
    height: 28px;
    padding: 0 10px 0 30px;
    line-height: 28px;
    border: solid 1px #cecece;
    background: url(../../dept/images/dp_menu.png) 10px center no-repeat;
    background-size: 12px auto;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}

@media screen and (max-width: 740px) {
    .more_btn {
        float: right;
    }
}


/* NEWS
------------------------------------------------------------------ */

.news_list dt {
    /*float: left;*/
    margin-bottom: 5px;
    font-size: 92%;
}

.news_list span {
    display: inline-block;
}

.news_list .date {
    width: 7em;
    color: #666;
}

.news_list .category {
    /*width: 7em;*/
    color: #144d80;
}

.news_list dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #d9d9d9;
}

.news_list dd a {
    text-decoration: none;
    color: #333;
}

@media screen and (max-width: 740px) {
    .news_list dt {
        float: none;
    }
}


/* DAIDO:PRACTICE
------------------------------------------------------------------ */

.dp_list li a {
    display: block;
    text-decoration: none;
}

.dp_list p {
    margin-bottom: 5px;
    font-size: 85.7%;
}

.dp_list h3 {
    color: #303030;
}

@media screen and (min-width: 741px),
print {
    .dp_list li {
        float: left;
        width: 30%;
        margin-top: 20px;
    }
    .dp_list li:nth-child(2) {
        margin: 20px 5% 0;
    }
    .dp_list li img {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 740px) {
    .dp_title {}
    .dp_title img {
        width: 60%;
        vertical-align: top;
    }
    .dp_list li {
        border-bottom: solid 2px #c7c7c7;
    }
    .dp_list li a {
        display: block;
        position: relative;
        padding: 10px;
        overflow: hidden;
    }
    .dp_list li a:after {
        content: "";
        display: inline-block;
        position: absolute;
        right: 0;
        bottom: 5px;
        width: 0;
        height: 0;
        line-height: 0;
        border-top: solid 4px #fff;
        border-right: solid 4px #144d80;
        border-bottom: solid 4px #144d80;
        border-left: solid 4px #fff;
    }
    .dp_list li:first-child {
        margin-top: 20px;
        border-top: solid 2px #c7c7c7;
    }
    .dp_list li img {
        float: left;
        width: 32%;
    }
    .dp_list p,
    .dp_list h3 {
        margin-left: 35%;
    }
}


/* .page_list
------------------------------------------------------------------ */

.page_list > li .page_list_title a {
    padding: 10px 10px 0 26px;
    border-top: solid 1px #cbcbcb;
    color: #1a1a1a;
    position: relative;
    background: none;
}

.page_list > li .page_list_title a:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.page_list > li .page_list_title a:after {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 9px;
    width: 4px;
    height: 4px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

@media screen and (max-width: 740px) {
    .page_list.col2 > li:last-child {
        margin-bottom: 0;
    }
}


/* .link_txt
------------------------------------------------------------------ */

.link_txt {
    position: relative;
    padding-left: 17px;
    background: none;
}

.link_txt:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #144d80;
}

.link_txt:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 4px;
    width: 3px;
    height: 3px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}


/* .dept_link
------------------------------------------------------------------ */

.dept_link {
    padding: 10px 20px 20px;
    background: #f2f2f2;
}

.dept_link li {
    margin-top: 10px;
    box-sizing: border-box;
    padding: 0.75em 1em;
    border: solid 1px #dcdcdc;
    background: #fff;
}

.dept_link a {
    text-decoration: none;
}

.cat_mechanic .dept_link a {
    color: #4084aa;
}

.cat_system .dept_link a {
    color: #928fb2;
}

.cat_electronic .dept_link a {
    color: #7298c5;
}

.cat_architecture .dept_link a {
    color: #7ebcae;
}

.cat_interior .dept_link a {
    color: #739e83;
}

.cat_civil_engineering .dept_link a {
    color: #97b473;
}

.cat_kaori .dept_link a {
    color: #d284a8;
}

.cat_computer .dept_link a {
    color: #e28900;
}

.cat_network .dept_link a {
    color: #e1a38d;
}

.cat_media .dept_link a {
    color: #e09866;
}

.cat_product .dept_link a {
    color: #dc775c;
}

.cat_management .dept_link a {
    color: #a77688;
}

@media screen and (max-width: 740px) {
    .dept_link li {
        margin-top: 10px;
    }
    .dept_link li:first-child {
        margin-top: 20px;
    }
}


/* ==================================================================
	学科・専攻下層ページ
================================================================== */

/* Page Title
------------------------------------------------------------------ */

@media screen and (min-width: 741px),
print {
    #title_text_area_bg {
        background-image: none;
    }
    .cat_mechanic #title_text_area_bg {
        background-color: #0081CC;
    }
    /* 機械工学科 */
    .cat_system #title_text_area_bg {
        background-color: #0097DD;
    }
    /* 総合機械工学科 */
    .cat_electronic #title_text_area_bg {
        background-color: #00AFEC;
    }
    /* 電気電子工学科 */
    .cat_architecture #title_text_area_bg {
        background-color: #45B035;
    }
    /* 建築学科 建築専攻 */
    .cat_interior #title_text_area_bg {
        background-color: #89C122;
    }
    /* 建築学科 インテリアデザイン専攻 */
    .cat_civil_engineering #title_text_area_bg {
        /*background-color: #D9D200;*/
		background-color: #298950;
    }
    /* 建築学科 土木・環境専攻 */
    .cat_kaori #title_text_area_bg {
        background-color: #B3D000;
		
    }
    /* 総合情報学科 かおりデザイン専攻 */
    .cat_computer #title_text_area_bg {
        background-color: #e6b95d;
    }
    /* 情報システム学科 コンピュータサイエンス専攻 */
    .cat_network #title_text_area_bg {
        background-color: #e1a38d;
    }
	
	/* 情報システム学科*/
    .cat_systems #title_text_area_bg {
        background-color: #E8B967;
    }
	
    /* 情報システム学科 情報ネットワーク専攻 */
    .cat_media #title_text_area_bg {
        background-color: #e09866;
    }
	
	/* 情報システム学科 */
    .cat_design #title_text_area_bg {
        background-color: #e09866;
    }
    /* 情報デザイン学科 メディアデザイン専攻 */
    .cat_product #title_text_area_bg {
        background-color: #dc775c;
    }
    /* 情報デザイン学科 プロダクトデザイン専攻 */
    .cat_management #title_text_area_bg {
       /* background-color: #C56619;*/
        background-color: #EA545D;
    }
    /* 総合情報学科 経営情報専攻 */
    .cat_in #title_text_area_bg {
        background-color: #f1f1f1;
    }
	/* 総合情報学科 スポーツ情報コース */
    .cat_sports #title_text_area_bg {
        background-color: #b2515c;
    }	

    .no_img #page_title h1 {
        color: #fff;
    }
    .cat_in #title_text_area_bg h1 {
        color: #fff;
    }
    .cat_in #title_text_area_bg .no_img h1 {
        color: #333;
    }
}

@media screen and (max-width: 740px) {
    .cat_mechanic .no_img #page_title h1 {
        color: #4084aa;
    }
    /* 機械工学科 */
    .cat_system .no_img #page_title h1 {
        color: #6c6895;
    }
    /* 総合機械工学科 */
    .cat_electronic .no_img #page_title h1 {
        color: #497ab4;
    }
    /* 電気電子工学科 */
    .cat_architecture .no_img #page_title h1 {
        color: #45B035;
    }
    /* 建築学科 建築専攻 */
    .cat_interior .no_img #page_title h1 {
        color: #89C122;
    }
    /* 建築学科 インテリアデザイン専攻 */
    .cat_civil_engineering .no_img #page_title h1 {
        color: #D9D200;
    }
    /* 建築学科 土木・環境専攻 */
    .cat_kaori .no_img #page_title h1 {
        color: #B3D000;
    }
    /* 総合情報学科 かおりデザイン専攻 */
    .cat_computer .no_img #page_title h1 {
        color: #d87600;
    }
    /* 情報システム学科 コンピュータサイエンス専攻 */
    .cat_network .no_img #page_title h1 {
        color: #d37756;
    }
	/* 情報システム学科 */
    .cat_systems .no_img #page_title h1 {
        color: #d37756;
    }
    /* 情報システム学科 情報ネットワーク専攻 */
    .cat_media .no_img #page_title h1 {
        color: #d26a23;
    }
	/* 情報システム学科*/
    .cat_design .no_img #page_title h1 {
        color: #ED6C00;
    }
    /* 情報デザイン学科 メディアデザイン専攻 */
    .cat_product .no_img #page_title h1 {
        color: #dc775c;
    }
    /* 情報デザイン学科 プロダクトデザイン専攻 */
    .cat_management .no_img #page_title h1 {
      /*  color: #C56619; */
        color: #EA545D;
    }
    /* 総合情報学科 経営情報専攻 */
	
	
	/* 総合情報学科 スポーツ情報コース */
    .cat_sports .no_img #page_title h1 {
        color: #b2515c;
    }	
}


/* ==================================================================
	学びの特色・カリキュラム
================================================================== */

.sec_curriculum {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #d9d9d9;
}

.curriculum_note {
    margin-top: 5px;
    text-align: right;
    font-size: 80%;
    line-height: 1.2;
}

.curriculum_note span {
    display: inline-block;
    min-width: 2em;
    margin-right: 3px;
}

.sec_pickup .img {
    overflow: hidden;
}

.sec_pickup .img img {
    float: left;
}

.sec_pickup .img img:nth-child(odd) {
    margin-right: 20px;
}

@media screen and (min-width: 741px),
print {
    .sec_curriculum .inbox {
        padding-left: 250px;
        background-repeat: no-repeat;
        background-position: left 10px, left bottom;
        background-size: 230px auto;
    }
    .curriculum_note {
        max-width: 950px;
    }
}

@media screen and (max-width: 740px) {
    .sec_curriculum h3 {
        margin-bottom: 10px;
        padding-left: 45%;
        background-position: -5% center;
        background-size: 50%;
        background-repeat: no-repeat;
    }
    .sec_pickup .img img {
        float: left;
        width: 48%;
    }
    .sec_pickup .img img:nth-child(odd) {
        margin-right: 4%;
    }
}


/* ==================================================================
	4年間の学び方
================================================================== */

.sec_4years.last {
    padding-bottom: 40px;
    border-bottom: solid 1px #a8a8a8;
}

.sec_4years_ttl {
    margin-bottom: 20px;
    padding: 1em 1em;
    font-size: 142%;
}

.sec_4years .ttl dt {
    border: solid 1px;
    text-align: center;
}

.sec_4years .ttl dt span {
    font-size: 80%;
}

.sec_4years .ttl dd {
    font-size: 142%;
}

@media screen and (min-width: 741px),
print {
    .sec_4years01 {
        overflow: hidden;
        padding-bottom: 30px;
        border-bottom: solid 1px #a8a8a8;
    }
    .sec_4years01 .img01 {
        float: left;
        width: 300px;
    }
    .sec_4years01 .txt {
        padding-left: 320px;
    }
    .sec_4years_lead {
        padding: 20px 30px;
        font-size: 142%;
    }
    .sec_4years .ttl dt {
        display: table-cell;
        width: 153px;
        height: 65px;
        vertical-align: middle;
        font-size: 200%;
    }
    .sec_4years .ttl dt span {
        font-size: 80%;
    }
    .sec_4years .ttl dd {
        display: table-cell;
        height: 65px;
        vertical-align: middle;
        padding-left: 20px;
    }
    .sec_4years .img {
        float: right;
        width: 300px;
        margin-left: 20px;
    }
    .sec_4years_comm {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 740px) {
    .sec_4years_lead {
        padding: 20px;
        font-size: 120%;
    }
    .sec_4years01 .img01 {
        margin-bottom: 20px;
    }
    .sec_4years .ttl dt {
        margin-bottom: 10px;
        font-size: 150%;
    }
    .sec_4years .ttl dt {
        padding: 0.25em;
    }
    .sec_4years .img {
        margin-top: 20px;
    }
}


/* ==================================================================
	研究室紹介
================================================================== */

.sec_lab:after {
    content: "";
    display: block;
    clear: both;
}

.sec_lab_name h2 {
    margin-bottom: 20px;
    padding: 5px 0 3px;
    border: solid #8f8f8f;
    border-width: 1px 0;
    font-size: 114%;
}

.sec_lab_name .cap,
.sec_lab .cap {
    display: block;
    font-size: 86%;
}

.sec_lab .cap_indent dt {
    float: left;
    text-align: left;
}

.sec_lab .cap_indent dd {
    padding-left: 4em;
    text-align: left;
}

.sec_lab .cap_indent02 dd {
    padding-left: 8.5em;
}

.sec_lab_column {
    box-sizing: border-box;
    border: solid 4px #f0f0f0;
    padding: 15px;
}

.sec_lab_list h4 {
    font-size: 150%;
}

.sec_lab_list .outline dt {
    margin-top: 5px;
    padding: 5px 10px;
    border-top: solid 1px #a8a8a8;
    background: #f2f2f2;
    font-size: 86%;
}

.sec_lab_list .outline dt em {
    margin: 0 5px;
    font-size: 150%;
    font-weight: normal;
}

.sec_lab_list .outline dd {
    position: relative;
    padding: 10px 10px 5px 6em;
    border-bottom: solid 1px #a8a8a8;
}

.sec_lab_list .outline dd:before {
    content: "Keyword";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 6em;
    border-radius: 1em;
    text-align: center;
    font-size: 86%;
    color: #fff;
}

.sec_lab_list .theme dt {
    margin-top: 10px;
    margin-bottom: 5px;
}

.sec_lab_list .theme dd {
    position: relative;
    padding-left: 1em;
}

.sec_lab_list .theme dd:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 70%;
}

.sec_lab_list .theme dd.no_mark {
    position: static;
    padding-left: 0;
}

.sec_lab_list .theme dd.no_mark:before {
    content: none;
}

@media screen and (min-width: 741px),
print {
    .sec_lab {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
    .sec_lab_name img,
    .sec_lab img {
        width: 100%;
    }
    .sec_lab_column img {
        width: auto;
    }
    .sec_lab .sep48p {
        float: left;
        width: 48%;
        margin-right: 4%;
    }
    .sec_lab .sep48p:nth-child(2n) {
        margin-right: 0;
    }
    .sec_lab .sep25p_l {
        float: left;
        width: 25%;
        margin-right: 4%;
    }
    .sec_lab .sep35p_l {
        float: left;
        width: 35%;
        margin-right: 4%;
    }
    .sec_lab .sep39p_l {
        float: left;
        width: 39%;
    }
    .sec_lab .sep40p_l {
        float: left;
        width: 40%;
    }
    .sec_lab .sep43p_l {
        float: left;
        width: 43%;
        margin-right: 4%;
    }
    .sec_lab .sep45p_l {
        float: left;
        width: 45%;
        margin-right: 4%;
    }
    .sec_lab .sep46p_l {
        float: left;
        width: 46%;
    }
    .sec_lab .sep47p_l {
        float: left;
        width: 47%;
    }
    .sec_lab .sep48p_l {
        float: left;
        width: 48%;
    }
    .sec_lab .sep50p_l {
        float: left;
        width: 50%;
    }
    .sec_lab .sep51p_l {
        float: left;
        width: 51%;
        margin-right: 4%;
    }
    .sec_lab .sep53p_l {
        float: left;
        width: 53%;
        margin-right: 4%;
    }
    .sec_lab .sep54p_l {
        float: left;
        width: 54%;
        margin-right: 4%;
    }
    .sec_lab .sep59p_l {
        float: left;
        width: 59%;
    }
    .sec_lab .sep61p_l {
        float: left;
        width: 61%;
    }
    .sec_lab .sep71p_l {
        float: left;
        width: 71%;
        margin-right: 4%;
    }
    .sec_lab .sep25p_r {
        float: right;
        width: 25%;
    }
    .sec_lab .sep35p_r {
        float: right;
        width: 35%;
    }
    .sec_lab .sep37p_r {
        float: right;
        width: 37%;
    }
    .sec_lab .sep40p_r {
        float: right;
        width: 40%;
    }
    .sec_lab .sep43p_r {
        float: right;
        width: 43%;
    }
    .sec_lab .sep45p_r {
        float: right;
        width: 45%;
    }
    .sec_lab .sep47p_r {
        float: right;
        width: 47%;
    }
    .sec_lab .sep48p_r {
        float: right;
        width: 48%;
    }
    .sec_lab .sep50p_r {
        float: right;
        width: 51%;
    }
    .sec_lab .sep51p_r {
        float: right;
        width: 51%;
    }
    .sec_lab .sep53p_r {
        float: right;
        width: 53%;
    }
    .sec_lab .sep54p_r {
        float: right;
        width: 54%;
    }
    .sec_lab .sep57p_r {
        float: right;
        width: 57%;
    }
    .sec_lab .sep59p_r {
        float: right;
        width: 59%;
    }
    .sec_lab .sep61p_r {
        float: right;
        width: 61%;
    }
    .sec_lab .sep71p_r {
        float: right;
        width: 71%;
    }
    .sec_lab_column {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
    .sec_member > div {
        display: table;
    }
    .sec_member > div > * {
        display: table-cell;
        vertical-align: middle;
    }
    .sec_profvoice {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
    .sec_profvoice .ttl_img img {
        width: 100%;
        height: auto;
    }
    .sec_profvoice .txt {
        padding: 20px;
        border: solid 2px #c2c2c2;
        border-top: none;
    }
    .sec_lab_list .labox {
        float: left;
        width: 47%;
        margin: 0 6% 40px 0;
    }
    .sec_lab_list .labox:nth-child(even) {
        margin-right: 0;
    }
}

@media screen and (max-width: 740px) {
    .sec_lab .img {
        margin-top: 20px;
    }
    .sec_lab .sp_wrap90 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .sec_lab .sp_wrap86 {
        width: 86%;
        margin-left: auto;
        margin-right: auto;
    }
    .sec_lab .sp_wrap80 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .sec_profvoice .ttl_img {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px;
    }
    .sec_lab .cap_indent02 dt {
        float: none;
    }
    .sec_lab .cap_indent02 dd {
        padding-left: 0;
    }
    .sec_lab_list .labox {
        margin-bottom: 30px;
    }
    .sec_lab_list .labox:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 375px) {
    .sec_lab .sp_wrap86 {
        width: 90%;
    }
    .sec_lab .sp_wrap80 {
        width: 90%;
    }
}

@media screen and (max-width: 320px) {
    .sec_lab .sp_wrap90 {
        width: 100%;
    }
    .sec_lab .sp_wrap86 {
        width: 100%;
    }
    .sec_lab .sp_wrap80 {
        width: 100%;
    }
}


/* ==================================================================
	卒業生の進路
================================================================== */

.sec_field h3 {
    padding: 8px 0 6px;
    text-align: center;
    font-size: 128%;
}

.sec_field .field_list > li {
    padding: 5px 15px 12px;
    border: solid 4px #ededed;
}

.sec_field .field_list > li:nth-child(3n) {
    margin-right: 0;
}

.sec_field .field_list > li h4 {
    margin-bottom: 7px;
    padding-bottom: 3px;
    font-size: 114%;
    border-bottom: solid 1px;
}

.sec_field .job_cat li {
    display: inline-block;
    margin-top: 5px;
    padding: 4px 5px 3px;
    vertical-align: middle;
    font-size: 92%;
    line-height: 1.3;
}

@media screen and (min-width: 741px),
print {
    .sec_field .field_list > li {
        float: left;
        box-sizing: border-box;
        width: 32%;
        margin: 15px 2% 0 0;
    }
    .sec_field .field_list > li h4 span {
        display: table-cell;
        height: 2.8em;
        vertical-align: middle;
        line-height: 1.3;
    }
    .sec_field .field_list > li p {
        margin-top: 10px;
    }
}

@media screen and (max-width: 740px) {
    .sec_field .field_list > li {
        margin: 20px 0;
        padding-top: 10px;
        text-align: center;
    }
}


/* ==================================================================
	教員一覧
================================================================== */

/* .prof_list
------------------------------------------------------------------ */

.prof_list .more a {
    display: block;
    width: 60%;
    height: 42px;
    margin-top: 10px;
    padding: 0 14px;
    line-height: 42px;
    background: url(../../dept/images/more_arw.png) 94% center no-repeat;
    background-size: 6px auto;
    text-decoration: none;
    color: #fff;
}

.cat_mechanic .prof_list .more a {
    background-color: #0081CC;
}

/* 機械工学科 */

.cat_system .prof_list .more a {
    background-color: #0097DD;
}

/* 総合機械工学科 */

.cat_electronic .prof_list .more a {
    background-color: #00AFEC;
}

/* 電気電子工学科 */

.cat_architecture .prof_list .more a {
    background-color: #45B035;
}

/* 建築学科 建築専攻 */

.cat_interior .prof_list .more a {
    background-color: #89C122;
}

/* 建築学科 インテリアデザイン専攻 */

.cat_civil_engineering .prof_list .more a {
    background-color: #298950;
}

/*.cat_civil_engineering .prof_list .more a {
    background-color: #D9D200;
}*/



/* 建築学科 土木・環境専攻 */

.cat_kaori .prof_list .more a {
    background-color: #B3D000;
}

/* 総合情報学科 かおりデザイン専攻 */

.cat_computer .prof_list .more a {
    background-color: #d87600;
}

/* 情報システム学科 コンピュータサイエンス専攻 */

.cat_network .prof_list .more a {
    background-color: #d37756;
}

/* 情報システム学科 */

.cat_systems .prof_list .more a {
    background-color: #F39700;
}

/* 情報システム学科 ネットワーク専攻 */

.cat_media .prof_list .more a {
    background-color: #ED6C00;
}

/* 情報デザイン学科 メディアデザイン専攻 */

.cat_product .prof_list .more a {
    background-color: #dc775c;
}

/* 情報デザイン学科 プロダクトデザイン専攻 */

.cat_management .prof_list .more a {
 /* background-color: #C56619; */
    background-color: #EA545D;
}

.cat_management .prof_list .sports_prof .more a {
    background-color: #b2515c;
}

/* 情報システム学科 スポーツ情報コース */

.cat_sports .prof_list .more a {
    background-color: #b2515c;
}


/* 総合情報学科 経営情報専攻 */

.prof_list .profile {
    margin-top: 10px;
    padding-top: 15px;
    border-top: solid 2px #cfcfcf;
}

.cat_mechanic .prof_list h2 {
    color: #0081CC;
}

/* 機械工学科 */

.cat_system .prof_list h2 {
    color: #0097DD;
}

/* 総合機械工学科 */

.cat_electronic .prof_list h2 {
    color: #00AFEC;
}

/* 電気電子工学科 */

.cat_architecture .prof_list h2 {
    color: #45B035;
}

/* 建築学科 建築専攻 */

.cat_interior .prof_list h2 {
    color: #89C122;
}

/* 建築学科 インテリアデザイン専攻 */

.cat_civil_engineering .prof_list h2 {
    color: #298950;
}

/*.cat_civil_engineering .prof_list h2 {
    color: #D9D200;
}*/




/* 建築学科 土木・環境専攻 */

.cat_kaori .prof_list h2 {
    color: #B3D000;
}

/* 総合情報学科 かおりデザイン専攻 */

@media screen and (min-width: 741px),
print {
    .prof_list li {
        float: left;
        width: 48%;
        margin: 50px 4% 0 0;
    }
    .prof_list li:nth-child(even) {
        margin-right: 0;
    }
    .prof_list h2 {
        margin-top: 15px;
        font-size: 157%;
    }
}

@media screen and (max-width: 740px) {
    .prof_list li {
        margin-top: 60px;
    }
    .prof_list .more a {
        box-sizing: border-box;
        width: 100%;
    }
    .prof_list .d_table {
        display: table;
    }
    .prof_list .d_tablecell {
        display: table-cell;
        vertical-align: middle;
    }
    .prof_list .d_tablecell.pht {
        width: 45%;
    }
    .prof_list .d_tablecell.pht img {
        margin-right: 20px;
    }
    .prof_list .d_tablecell.name {
        padding-left: 20px;
    }
    .prof_list h2 {
        font-size: 120%;
    }
    .prof_list .profile {
        margin-top: 20px;
    }
}

.fancybox-skin {
    background: #fff;
}

.fancybox-close {
    background: url(../images/modal_close_white.png) center center no-repeat;
}



/* ==================================================================
	アンカーポイント
================================================================== */
#lab-list {
    clear: both;
    float: left;
}
@media screen and (max-width: 740px) {
    #lab-list {
    padding-top: 30%;
    width: 100%;
    float: left;
    clear: both;
}
}

.fancybox-overlay {
  z-index: 10010!important;
}

.fancybox-opened {
  z-index: 10020!important;
}

.fancybox-close {
	z-index: 10030;
}

.fancybox-wrap{
	background-color:#fff!important;
}

a.fancybox-close{
	cursor:pointer;
}


/* ==================================================================
	カリキュラム
================================================================== */

h3.curriculum{
	color:#fff;
	font-size: 136%;
}

h3.curriculum span{
	padding:5px 4%;
	background:#717070;
}

@media screen and (max-width: 740px){
.sec_curriculum h3.curriculum {
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 128.5%;
  }

}


/* ==================================================================
	研究室
================================================================== */

.lab_box{
	display:flex;
	margin-bottom:30px;
}



.lab_box .pic_lab{
	margin-right: 3%;
}

.lab_box .lab_txt{
	width:80%;
}

.lab_txt .lab_pro h2 {
    padding: 5px 0 3px;
    border: solid #8f8f8f;
    border-width: 1px 0;
    font-size: 114%;
}



.lab_txt .lab_pro .prof_name{
  padding: 5px 10px;
  background: #f2f2f2;
  font-size: 150%;
  margin-bottom:20px;
}

.lab_txt .lab_pro .prof_name span{
	font-size: 70%;
}

.lab_txt .lab_pro .sec_lab_list{
	margin-left:10px;
	margin-bottom:20px;
	
}


@media screen and (max-width: 740px){

.lab_box{
	display: block;
}


.lab_box .pic_lab{
	margin-right: 0;
	text-align:center;
	margin-bottom:20px;
}

.lab_box .lab_txt{
	width: 100%;
}

}


/* ==================================================================
	カリキュラム voice
================================================================== */

.voice_box{
	display:flex;
}

.voice_box .pic{
	margin-right:15px;
}

.voice_box p{
	width: 70%;
	font-size:12px;
}

  @media screen and (max-width: 740px){
	.sec_4years .img {
		text-align:center;
	}
	
	.voice_box{
		display: block;
	}
	
	.voice_box .pic{
		margin-right:0;
	}
	
	.voice_box .pic img{
		width:100%;
		margin-bottom:15px;
	}
	
	.voice_box p{
		width: 100%;
		font-size:12px;
	}

  }


/* ==================================================================
	研究室紹介
================================================================== */

.lab_pro_box{
	display:flex;
	margin-bottom: 50px;
}

.lab_pro_box .pro_txt{
	width:80%;
	text-align: justify;
}

@media screen and (max-width: 740px){
	
	.lab_pro_box{
		display: block;
	}
	
	.lab_pro_box .pro_pic{
		text-align:center;
		margin-bottom:30px;
		margin-right:0!important;
	}
	
	.lab_pro_box .pro_txt{
		width: 100%;
	}
	
}
