@charset "utf-8";

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

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

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

	message
	structure
	asset

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

	message

=========================================================== */
.message-txt {
	width: 700px;
	float: left;
	margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
	.message-txt {
		width: auto;
		background-size: contain;
	}
}

.message-photo {
	width: 250px;
	float: right;
	text-align: center;
	margin-bottom: 50px
}

@media screen and (max-width: 1000px) {
	.message-photo {
		float: none;
		margin: 0 auto 25px;
	}
}

.message-photo p {
	margin: 0 0 10px
}

.message-photo em {
	font-size: 18px;
	font-size: 1.8rem;
	color: #111;
	letter-spacing: 2px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 700;
	margin: 0 0 0 10px
}

.message-photo img {
	border: 1px solid #cecece
}

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

	structure

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

@media screen and (max-width: 768px) {
	.structure table.indent-table.txt-s tr {
		display: flex;
		align-items: baseline;
		flex-wrap: wrap;
	}

	.structure table.indent-table.txt-s th {
		display: block;
		width: 2em !important;
		margin-bottom: 0.2em;
	}

	.structure table.indent-table.txt-s td {
		display: block;
		width: calc(100% - 2em) !important;
		margin-bottom: 0.2em;
		white-space: normal !important;
	}
}

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

	asset

=========================================================== */
.officer-list {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 0 12px;
	margin: 0;
}

.officer-list dt,
.officer-list dd {
	margin: 0;
}

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

	profile

=========================================================== */
.about-profile th {
	min-width: 100px;
}