@charset "utf-8";

.article-head-wrapper,
.zenrou-button {
	background-color: #0071bb;
}
.breadcrumb-link.current,
nav.breadcrumb .breadcrumb-link a:hover,
.zenrou-link-title,
.institution-table a {
	color: #0071bb;
}

.zenrou-link-title {
	border-bottom-color: #0071bb;
}

.zenrou-button-inner {
	color: #fff;
}

.executives-title {
	width: 100%;
	font-size: 30px;
}

.executives-list,
.executives-list * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.executives-list {
	width: 889px;
	margin: 30px auto 60px;
	font-size: 18px;
	line-height: 45px;

}

.executives-list:after {
	content: "";
	display: table;
	clear: both;
}

.executives-list > dt {
	float: left;
	height: 45px;
}

.executives-list > dd {
	margin-left: 150px;
	border-left: 1px solid #000;
	padding-left: 25px;
}

.executives-list.regional-list > dd {
	margin-left: 400px;
}

.region-block-buttons button.current {
	background-color: #0071bb;
	color: #fff;
}

.region-block-buttons button.current:hover {
	background-color: rgba(0, 113, 187, 0.8);
}

@media screen and (max-width: 960px) {
	.executives-title {
		font-size: 20px;
		line-height: 28px;
	}

	.executives-list {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 30px;
		font-size: 12px;
		line-height: 24px;
	}

	.executives-list > dt {
		float: inherit;
		width: 100%;
		height: 24px;
		padding-left: 2.4vw;
	}

	.executives-list > dt:not(:first-of-type) {
		border-top: 1px solid #000;
		padding-top: 8px;
		height: 32px;
	}

	.executives-list > dd {
		width: 100%;
		margin-left: inherit;
		border-left: none;
		padding-left: 2.4vw;
	}

	.executives-list > dd:last-of-type {
		border-bottom: 1px solid #000;
	}

	.executives-list.regional-list > dd {
		margin-left: inherit;
	}

}
