@charset "UTF-8";
/* 芸術学部 */

/* -------------------------------------------------------------- */
/*  共通ここから  */
/* -------------------------------------------------------------- */

.box-bigimg {
	background-image: url(../../../images/2018/department/art/img-art-00.jpg);
}


/* -------------------------------------------------------------- */
/*  共通ここまで  */
/* -------------------------------------------------------------- */



/* -------------------------------------------------------------- */
/*  SMPここから  */
/* -------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
	
	.box-target-list-img img {
		max-width: 320px;
		width: 90%;
		display: block;
		margin: 2.5rem auto 0;
	}
	
	.box-chara h3 {
		line-height: 1.6;
	}
	
	.box-chara .chara-imgbox img {
		vertical-align: bottom;
		width: 90%;
		max-width: 380px;
		display: block;
		margin: 2.5rem auto 0;
	}
	
	.box-chara .fix-box img {
		width: 90%;
		max-width: 380px;
		margin: 3rem auto 0;
		vertical-align: bottom;
		display: block;
	}
	
	
	.box-certi-list {
		padding: 20px 10px;
	}
	
	.box-info-ttl {
		margin-bottom: 0;
	}
	
	.box-art-bnr {
		width: 100%;
		max-width: 380px;
		margin: 2.5rem auto;
	}
	
	.box-art-bnr a {
		background-image: url(../../../images/2018/department/art/img-art-13-sp.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 0;
		padding-top: calc(300 / 380 * 100%);
	}

	/* 20200326 追加CSS */
	.box-info-ttl .fix-box p {
		margin-bottom: 20px;
	}

	.box-info-ttl .fix-box img {
		display: block;
		margin: 0 auto 50px auto;
	}
	
}
/* -------------------------------------------------------------- */
/*  SMPここまで  */
/* -------------------------------------------------------------- */



/* -------------------------------------------------------------- */
/*  PCここから  */
/* -------------------------------------------------------------- */
@media print,screen and (min-width: 769px) {
	
	.box-target-list-img {
		margin-top: 20px;
	}
	
	.box-target-list-img img {
		width: 320px;
		margin: 0 40px;
	}
	
	.area-chara {
		padding-bottom: 60px;
	}
	
	.box-chara .chara-imgbox {
		margin: 30px auto 0 auto;
		text-align: center;
	}
	
	.area-info {
		padding-bottom: 50px;
	}
	
	.box-info-ttl {
		margin: 0 auto;
	}
	
	.box-art-bnr a {
		width: 920px;
		height: 137px;
		margin: 40px auto 55px;
		background-image: url(../../../images/2018/department/art/img-art-13.png);
	}
	
	.box-certi-list {
		width: 490px;
		height: auto;
		padding: 30px;
		}
	
	/* .box-certi-list:nth-child(2) {
		height: 1970px;
	} */

	/* 20200326 追加CSS */
	.box-info-ttl .fix-box {
    	width: 800px;
    	margin: 50px auto 60px auto;
	}

	.box-info-ttl .fix-box p {
		width: 380px;
	}

	.box-info-ttl .fix-box img {
		width: 380px;
	}
	
	.art-fixbox{
		margin-bottom: 25px;
		margin-top: 25px !important;
	}
	
	.box-chara .fix-box {
		margin-top: 40px;
	}
	
	.box-chara .fix-box img {
		width: 380px;
		vertical-align: bottom;
	}
	
}
/* -------------------------------------------------------------- */
/*  PCここまで  */
/* -------------------------------------------------------------- */