.hddotted {
	position: relative;
	padding-left: 16px;
	font-size: 1.6rem;
	line-height: 20px;
}
.hddotted:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 8px;
	height: 14px;
	background: #003e8c;
}

/* 人事機能方針 */
.jinji-box__header {
	position: relative;
	margin-bottom: 30px;
}
.jinji-box__heading {
	display: block;
	margin-bottom: 10px;
	padding: 5px;
	background: #12327f;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.jinji-box__lead strong {
	display: block;
	color: #12327f;
	font-size: 2.4rem;
	text-align: center;
}
.jinji-box__content {
	counter-reset: count;
}
.jinji-box__content .item {
	position: relative;
	height: 100%;
	padding-left: 42px;
}
.jinji-box__content .item::before {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 20px;
	padding-right: 3px;
	padding-bottom: 10px;
	background: #009fde;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	counter-increment: count;
	content: counter(count);
}
.jinji-box__content .item__heading {
	margin-bottom: 15px;
	color: #12327f;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.6;
}

.table-info {
	width: 100%;
	border-bottom: 1px solid #231815;
}
.table-info th,
.table-info td {
	border: 0;
	border-top: 1px solid #231815;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 15px;
	font-weight: 300;
}
.table-info th {
	padding: 5px;
	background: #eaeff9;
	line-height: 16px;
}
.table-info td {
	padding: 5px;
}
.table-info .bgnavi {
	width: 25%;
	background: #eceff1;
	font-weight: 500;
}

.box-table .table-info2 {
	margin-top: 10px;
	width: 100%;
}
.box-table .table-info2 tr th,
.box-table .table-info2 tr td {
	border: 0;
	border-top: 1px solid #00579d;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 15px;
	font-weight: 300;
	width: 50%;
	padding: 5px 19px;
}
.box-table .table-info2 tr th:last-child,
.box-table .table-info2 tr td:last-child {
	text-align: right;
}

/* 共創型チーム */
.team-dl {
	display: flex;
}
.team-dl dt {
	width: 6em;
}
.team-dl dt span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6em;
	height: 6em;
	padding-top: 0.2em;
	border-radius: 50%;
	border: 1px solid;
	color: #12327f;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.team-dl[data-color="secondary"] dt span {
	color: #009fde;
}
.team-dl[data-color="secondary"] .list--marker2 li::before {
	background: #009fde;
}
.team-purpose {
	padding: 15px;
	background: #12327f;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.team-purpose em {
	color: #fff100;
}
@media ()
