  .profile-box {
	display: flex;
}

@media screen and (max-width: 767px) {
	.profile-box {
		flex-wrap: wrap;
	}
}

.profile-box > p {
	width: 200px;
	margin-right: 45px;
}

@media screen and (max-width: 767px) {
	.profile-box > p {
		width: 40vw;
		margin: 0 auto 4vw;
	}
}

.profile-box > p img {
	width: 100%;
}

.profile-box > dl dt {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
	.profile-box > dl dt {
		font-size: 34px;
		font-size: 4.53333vw;
	}
}

.profile-box > dl dd {
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.profile-box > dl dd {
		font-size: 28px;
		font-size: 3.73333vw;
	}
}

/*# sourceMappingURL=../../../../_map/english/corporate/officers/_css/style.css.map */
