@charset "UTF-8";

#global-header {
	background-image: url("../../images/academics/academics-mv.jpg");
}
#global-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #437774;
    opacity: 0.4;
    mix-blend-mode: multiply;
}
#global-content .module-listLayout-pha02 .listItem .listBody + .module-title01 {
	margin-top: 1.5em;
	margin-bottom: 1em;
}
#global-content .module-lead02 + .module-listLayout-pha01 {
	margin-top: 5em;
}
@media (min-width: 751px), print {
	#global-content {
		margin-bottom: 150px;
	}
	#global-wrapper .module-commonLayout .sec-major {
		margin-bottom: 70px;
	}
	#global-content .col2-row figcaption {
    font-size: 13px;
    margin-top: 5px;
	}
}
@media (max-width: 750px), print {
	#global-content .col2-row figcaption {
    font-size: 90%;
    margin-top: 5px;
	}
}