@charset "utf-8";
/* ===========================================================

	Title:		about.css
	Created:	2016-9-9

=========================================================== */
/*

	message


=========================================================== */
/* ===========================================================

	common

=========================================================== */
/*p.read {*/
/*  font-weight: bold;*/
/*  padding-left: 15px;*/
/*  letter-spacing: 0;*/
/*  line-height: 30px;*/
/*  border-left: 9px solid #FF1100;*/
/*}*/

/* ===========================================================

	message

=========================================================== */
.message {
	display: flex;
}
.message-txt {
}
.message-photo {
	width: 250px;
	text-align: center;
	margin: 0 0 40px 40px;
}
.message-photo p {
	margin: 0 0 10px;
}
.message-photo em {
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #292929;
	margin: 0 0 0 10px;
}
@media screen and (max-width: 1200px) {
.message {
	flex-direction: column;
}
.message-photo {
	display: block;
	width: auto;
	float: none;
	margin: 0 0 40px;
}
.message-txt {
  width: 100%;
}
}

/* ===========================================================

	profile

=========================================================== */
.executive {
	display: flex;
	gap: 32px;
	margin-bottom: 32px;
}
.executive .scroll-wrap {
	flex: 1;
}
.img-officer {
	width: 349px;
}
.spacer {
	text-align: center;
	font-size: 32px;
	margin-top: 16px;
}
.spacer span {
	font-size: 16px;
	margin-right: 16px;
}
.officer-tit {
	padding: 0;
}
.ryakureki {
	margin: 0;
	border: none;
}
.ryakureki tr:first-child td {
	border-top: none;
}
.officer-biography-year {
	background-color: #f8f8f8;
}
.ryakureki .active {
	display: none;
	color: var(--Alizarin-Crimson-600, #E30C1F);
	font-size: 12px;
	margin-left: 10px;
	padding: 2px 8px;
	border-radius: 100px;
	border: 1px solid var(--Alizarin-Crimson-600, #E30C1F);
}

@media screen and (max-width: 1200px) {
	.executive {
		display: block;
	}
	.img-officer {
		margin: 0 auto 32px;
	}
	
}