@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	教授挨拶

//////////////////////////////////////////////////////////////////////////////*/

main .group {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

main .group .text {
	width: 70%;
	order: 2;
}

body.contents main .group figure {
	width: 24%;
	margin-top: 0;
	order: 1;
}

@media screen and (max-width: 767px) {

main .group {
	justify-content: center;
}

main .group .text {
	width: 100%;
}

body.contents main .group figure {
	width: 50%;
}

}
