@charset "utf-8";
/* CSS Document */

.contents {
	max-width: 1260px;
}
.main_in {
	margin: 10px;
	background: #FFF;
}
.main {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width: 100%;
	border-top: 10px solid #FFF;
	border-left: 10px solid #FFF;
	margin-bottom: 1.5em;
}
.main th {
	padding: 10px;
	font-weight: bold;
	color: #FFF;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	background: #1E474B;
	text-align: center;
	white-space: nowrap;
	width: 150px;
}
.main td {
	padding: 10px;
	vertical-align: top;
	background: #FFF;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
}
.text_big {
	font-size:2.0rem;
	font-weight: bold;
}

/* 表示領域が992px以上の場合に適用するスタイル */
@media screen and (min-width: 992px) {
	.contents {
		padding: 0 10px;
	}
	.left-contents {
		width: 210px;
	}
	.middle-contents {
		width: calc(100% - 240px);
	}

	.name_item {
		display: flex;
		flex-direction: column;
		align-items: baseline;
	}

	.position_layout {
		display: inline-block;
		width: 130px;
	}

	.name_layout {
		display: inline-block;
		width: 156px;
	}

	.profile_grid {
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: baseline;
		gap: 4.8em;
	}

	.title_grid {
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: baseline;
		gap: 4em;
	}

	.affiliation span {
		display: block;
	}
}

/* 表示領域が570px以下の場合に適用するスタイル */
@media print, screen and (max-width: 991px) {
	.main th, td {
		display: block;
 		width: 100%;
	}
	.main_in {
		margin: 0;
	}
	
	.name_item {
		display: flex;
		flex-direction: column;
		align-items: baseline;
	}

	.position_layout {
		display: inline-block;
		width: 130px;
	}
}
