@charset "utf-8";

/* ****************************************************
Title: unions.css
***************************************************** */

.ancBlock01 {
	margin: 48px auto 80px;
}
.ancNaviFlex01 {
	display: flex;
	gap: 8px 8px;
}
.ancNaviFlex01 li {
	width: 20%;
}
.ancNaviFlex01 li a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	height: 55px;
	padding: 5px 8px;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 500;
	background-color: #225397;
}
.ancNaviFlex01 a:link {	color: #ffffff;	text-decoration: none;}
.ancNaviFlex01 a:visited {	color: #ffffff;	text-decoration: none;}
.ancNaviFlex01 a:hover {	color:#ffffff;	text-decoration: none;}
.ancNaviFlex01 a:active {	color:#ffffff;	text-decoration: none;}

.ancNaviFlex01 li a::after {
	content: "";
	background-image: url("../images/navi_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px auto;
	width: 12px;
	height: 8px;
	margin-left: 12px;
}

.detailContBlock01 {
	text-align: left;
	margin: 64px auto;
}
.detailH201 {
	font-size: 26px;
	line-height: 1.5em;
	font-weight: 500;
	padding-bottom: 8px;
	margin-bottom: 30px;
	border-bottom: 3px solid #225397;
}

.detailFlex01 {
	display: flex;
	gap: 0px 30px;
}
.detailText16_15_n {
	font-size: 16px;
	line-height: 1.5em;
}
.detailText01 {
	font-size: 17px;
	line-height: 1.5em;
	font-weight: 500;
	text-align: right;
	margin-top: 30px;
}
.detailLink01 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}
.detailLink01 a:link {	color: #154F9C;	text-decoration: underline;}
.detailLink01 a:visited {	color: #154F9C;	text-decoration: underline;}
.detailLink01 a:hover {	color:#154F9C;	text-decoration: none;}
.detailLink01 a:active {	color:#154F9C;	text-decoration: none;}

.iconExternal::after {
	content: "";
	display: inline-block;
	background-image: url("../images/link_icon01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 17px auto;
	width: 17px;
	height: 15px;
	vertical-align: middle;
	margin-left: 8px;
}

/*-------------------------*/

.detailLinkFlex01 {
	display: flex;
	gap: 10px 30px;
}
.flexWrap {
	flex-wrap: wrap;
}
.ancNaviFlex01 li.li4 {
	width: 250px;
}
.ancNaviFlex01 li.li3 {
	width: 336px;
}










