@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	会長あいさつ

//////////////////////////////////////////////////////////////////////////////*/

/*------------------------------------------------------------------------------

	contents

------------------------------------------------------------------------------*/

main .box {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
}

main .box .text {
	width: 70%;
}

main .box .text .r_text {
	margin-top: 1em;
	text-align: right;
}

main .box .left_box {
	width: 25%;
	margin: 0;
}

main .box .left_box figure {
	margin-top: 0;
}

main .box .left_box p {
	font-feature-settings: normal;
}

main .box .left_box .name {
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center;
	color: #29ABE7;
}

main .degree {
	line-height: 1.4;
	font-size: .8em;
}


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

main .box .text {
	width: 65%;
}

main .box .left_box {
	width: 32%;
	margin-bottom: 1em;
}

}

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

main .box {
	flex-direction: group-reverse;
}

main .box .text,
main .box .left_box {
	width: 100%;
}

main .box .left_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

main .box .left_box figure {
	width: 40%;
	margin-bottom: 0;
}

main .box .left_box .prof {
	width: 55%;
}

main .box .left_box .name {
	text-align: left;
}

}

