@charset "UTF-8";

/* 法学部 */

/* -------------------------------------------------------------- */
/*  共通ここから  */
/* -------------------------------------------------------------- */
/* top画像 */
.box-bigimg {
	background-image: url("../../../images/2018/department/law/img-law-00.jpg");
}

/* 20200326 追加CSS */
.box-info-img {
	margin-top: 30px;
}

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



/* -------------------------------------------------------------- */
/*  SMPここから  */
/* -------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
	.box-topic-law .box-img {
		width: 90%;
    	max-width: 380px;
    	margin: 3rem auto 0 auto;
	}
}
/* -------------------------------------------------------------- */
/*  SMPここまで  */
/* -------------------------------------------------------------- */



/* -------------------------------------------------------------- */
/*  PCここから  */
/* -------------------------------------------------------------- */
@media print,screen and (min-width: 769px) {
	
	.box-info-dl {
		margin-top: 40px;
	}

	.box-topic-law p {
		float: left;
		width: 380px;
	}

	.box-topic-law .box-img {
		float: right;
		width: 380px;
	}

	.box-certi-list {
		height: auto;
	}
	
	.box-certi-list:nth-child(2) {
		/* height: 1470px; */
	}
	
}
/* -------------------------------------------------------------- */
/*  PCここまで  */
/* -------------------------------------------------------------- */