.section-overview .officer {
	flex-direction: column;
}
.section-overview .officer-title {
	width: 100%;
}
.excerpts-constitution-list {
	margin-top: 1em;
}
.organization-chart-image{

	position: relative;


	& img{
		max-width: 335px;
		height: 152px;
	}
}
.organization-chart-image-arrow{
	position: absolute;
	top: 106px;
	right: 20px;
	transition: opacity 0.3s ease-out;
	& img{
		width: 100%;
    	height: 100%;
	}
	&.is-hidden{
		opacity: 0;
	}
}
.list-chart{
	border-top: 1px solid #CCCCCC;
}
.chart-content{
	display: none;
}
.button-chart{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 14px 20px;
	border-bottom: 1px solid #CCCCCC;
}
.button-chart-headline{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
}
.button-chart-arrow{
	transition: transform 0.3s ease-out;
}
.button-chart{
	&.is-up{
		& .button-chart-arrow {
			transform: rotate(180deg);
		}
	}
}
.chart-content{
	padding: 11px 20px 15px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}
.pChartList{
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.pChartListItem{
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.pChartListItem__headline{
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
}
.pChartListItem__content{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
}
.history-content{
	max-height: 500px;
    overflow: scroll;
}
.constitution-content{
	max-height: 500px;
	overflow: scroll;
}
@media only screen and (min-width: 768px) {
	.section-overview .overview-table {
		flex-shrink: 0;
	}

	.section-overview .officer-container {
		display: flex;
	}
	.section-overview .officer-title {
		width: 134px;
	}
	.officer-list.komon{
	& .officer-name{
		margin-top: -10px;
		}
	}
	.list-chart li{
		display: grid;
		grid-template-columns: 123px auto;
		width: 100%;
		border-bottom: 1px solid #CCCCCC;
	}
	.button-chart{
		border-bottom: none;
		padding: 14px 0;
	}
	.chart-content{
		display: block;
		border-bottom: none;
		font-size: 15px;
	}
	.pChartListItem__headline{
		font-size: 15px;
	}
	.pChartListItem__content{
		font-weight: 400;
	}
	.section-organization-chart{
		.organization-chart-image{
			overflow: hidden;
			padding-bottom: 0;
			width: 1101px;

			& img{
				max-width: 1101px;
				height: 295px;
			}
		}
	}

}
