.mainTtl {
	width: 100%;
	height: 280px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-bottom: 1px solid #eee;
}
.mainTtl .ttlCol {
	text-align: center;
}
.mainTtl .ttlCol .en {
	font-size: 4.4rem;
	font-weight: 500;
	letter-spacing: 5px;
}
.mainTtl .ttlCol .jp {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 3px;
	margin-top: 15px;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	.mainTtl {
		height: 150px;
	}
	.mainTtl .ttlCol .en {
		font-size: 3.5rem;
	}
	.mainTtl .ttlCol .jp {
		font-size: 1.3rem;
	}
}




.siteMapCts .acnListWrap {
	margin-top: 68px;
}
.siteMapCts .acnListWrap .listTtl .ttl {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.8;
}
.siteMapCts .acnListWrap .itemWrap {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	background: #fafafa;
	box-sizing: border-box;
	padding: 28px 38px 36px;
	border-radius: 5px;
}
.siteMapCts .acnListWrap .itemWrap .item {
	margin-top: 10px;
	margin-right: 40px;
}
.siteMapCts .acnListWrap .itemWrap .item a {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1.6;
}
.siteMapCts .acnListWrap .itemWrap .item a::before {
	content: " ";
	display: inline-block;
	width: 9px;
	height: 6px;
	background: url(/common/images/icn_arrow_bottom.png) no-repeat center center;
	background-size: cover;
	margin-right: 18px;
}
.siteMapCts .acnListWrap .itemWrap .item a:hover {
	text-decoration: underline;
}


.siteMapCts .section .parentTtl {
	margin-top: -60px;
	padding-top: 140px;
	padding-bottom: 18px;
	border-bottom: 1px solid #ccc;
	color: #86274e;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
}
.siteMapCts .section:first-child .parentTtl {
	margin-top: -60px;
	padding-top: 130px;
}
.siteMapCts .section .parentTtl a {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	text-decoration: none;
	color: #86274e;
}
.siteMapCts .section .parentTtl a::before {
	content: " ";
	width: 6px;
	height: 12px;
	background: url(/common/images/icn_arrow01_rd.png)no-repeat center center;
	background-size: cover;
	margin-right: 12px;
}
.siteMapCts .section .parentTtl a[target="_blank"]::after {
	content: " ";
	width: 10px;
	height: 10px;
	background: url(/common/images/icn_blank_rd.svg) no-repeat center center;
	background-size: cover;
	margin-left: 10px;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.siteMapCts .acnListWrap {
		margin-top: 36px;
	}
	.siteMapCts .acnListWrap .listTtl .ttl {
		font-size: 1.6rem;
	}
	.siteMapCts .acnListWrap .itemWrap {
		margin-top: 20px;
		padding: 8px 15px 20px;
	}
	.siteMapCts .acnListWrap .itemWrap .item {
		width: 50%;
		margin-top: 10px;
		margin-right: 0;
	}
	.siteMapCts .acnListWrap .itemWrap .item a {
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.siteMapCts .acnListWrap .itemWrap .item a::before {
		margin-top: 8px;
		margin-right: 10px;
	}
	.siteMapCts .section .parentTtl {
		margin-top: -60px;
		padding-top: 92px;
		font-size: 2.3rem;
	}
	.siteMapCts .section .parentTtl a {
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.siteMapCts .section .parentTtl a::before {
		margin-top: 8px;
	}
}






.siteMapCts .section .secCts {
	margin-top: 14px;
}
.siteMapCts .section .secCts + .secCts {
	margin-top: 45px;
}
.siteMapCts .section .secCts .ctsTtl {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.2;
}
.siteMapCts .section .secCts .itemWrap {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.siteMapCts .section .secCts .itemWrap .item {
	width: calc(100% / 3 - 30px);
	margin-top: 20px;
}

.siteMapCts .section.secSolution .secCts .itemWrap .item,
.siteMapCts .section.secSpecial .secCts .itemWrap .item,
.siteMapCts .section.secOther .secCts .itemWrap .item {
	width: 50%;
	margin-top: 40px;
}
.siteMapCts .section.secCorporate .secCts .itemWrap .item {
	margin-top: 40px;
}


.siteMapCts .section .secCts .itemWrap .item .childTtl {
	font-size: 1.8rem;
	line-height: 1.2;
}
.siteMapCts .section .secCts .itemWrap .item .childTtl a {
	text-decoration: none;
	color: #85264d;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: start;
	align-items: flex-start;
}
.siteMapCts .section .secCts .itemWrap .item .childTtl a:hover {
	text-decoration: underline;
}
.siteMapCts .section .secCts .itemWrap .item .childTtl a::before {
	content: " ";
	width: 5px;
	height: 10px;
	background: url(/common/images/icn_arrow01_rd.png)no-repeat center center;
	background-size: cover;
	margin-top: 0.3em;
	margin-right: 12px;
}
.siteMapCts .section .secCts .itemWrap .item .childTtl a[target="_blank"]::after {
	content: " ";
	width: 10px;
	height: 10px;
	background: url(/common/images/icn_blank_rd.svg) no-repeat center center;
	background-size: cover;
	margin-left: 10px;
}
.siteMapCts .section .secCts .itemWrap .item .linkList {
	margin-top: 16px;
	box-sizing: border-box;
	padding: 0 20px;
}
.siteMapCts .section .secCts .itemWrap .item .linkList .list {
	margin-top: 8px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.siteMapCts .section .secCts .itemWrap .item .linkList .list:first-child {
	margin-top: 0;
}
.siteMapCts .section .secCts .itemWrap .item .linkList .list a {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	text-decoration: none;
	color: #86274e;
}
.siteMapCts .section .secCts .itemWrap .item .linkList .list a::before {
	content: " ";
	width: 4px;
	height: 8px;
	background: url(/common/images/icn_arrow01_rd.png)no-repeat center center;
	background-size: cover;
	margin-right: 10px;
}



/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.siteMapCts .section .secCts {
		margin-top: 14px;
	}
	.siteMapCts .section .secCts + .secCts {
		margin-top: 45px;
	}
	.siteMapCts .section .secCts .ctsTtl {
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.siteMapCts .section .secCts .itemWrap {
		display: block;
	}
	.siteMapCts .section .secCts .itemWrap .item {
		width: 100%;
		margin-top: 20px;
	}
	.siteMapCts .section.secSolution .secCts .itemWrap .item,
	.siteMapCts .section.secSpecial .secCts .itemWrap .item,
	.siteMapCts .section.secOther .secCts .itemWrap .item {
		width: 100%;
	}
	.siteMapCts .section .secCts .itemWrap .item .childTtl a {
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.siteMapCts .section .secCts .itemWrap .item .childTtl a::before {
		margin-top: 6px;
		margin-right: 7px;
	}
	.siteMapCts .section .secCts .itemWrap .item .linkList {
		padding: 0 18px;
	}
	.siteMapCts .section .secCts .itemWrap .item .linkList .list {
		margin-top: 8px;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.siteMapCts .section .secCts .itemWrap .item .linkList .list:first-child {
		margin-top: 0;
	}
	.siteMapCts .section .secCts .itemWrap .item .linkList .list a {
		display: -webkit-inline-box;
		display: inline-flex;
		-webkit-box-align: center;
		align-items: center;
		text-decoration: none;
		color: #86274e;
	}
	.siteMapCts .section .secCts .itemWrap .item .linkList .list a::before {
		content: " ";
		width: 4px;
		height: 8px;
		background: url(/common/images/icn_arrow01_rd.png)no-repeat center center;
		background-size: cover;
		margin-right: 10px;
	}
}
