@charset "utf-8";
/* ================================================================================================================== */
/* SITEMAP:小見出し                                                                                                   */
/* ===================================================================================================================*/
#sitemap h2 {
	display: block;
	width: 980px;
	margin: 0 auto;
	background-image: url("../../images/service/child/texture_blue_long.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	color: #ffffff;
	font-size: 0.24rem;
	line-height: 50px;

	font-family: source-han-sans-japanese,sans-serif;
	font-weight: 700;
	font-style: normal;
}
@media screen and (max-width: 750px) {
	#sitemap {
		padding-top: 35px;
	}
	#sitemap h2 {
		width: auto;
		padding: 11px 0;
		font-size: 0.36rem;
		line-height: 1.4;
	}
}
/* ================================================================================================================== */
/* SITEMAP:リンク一覧                                                                                                 */
/* ===================================================================================================================*/
#sitemap .list {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#sitemap .list dl {
	padding: 27px 0 30px;
}
#sitemap .list dl:nth-child(n + 2) {
	border-top: 1px solid #cccccc;
}
@media screen and (max-width: 750px) {
	#sitemap .list {
		width: 690px;
		margin: 0 auto;
		padding-bottom: 15px;
	}
	#sitemap .list dl {
		padding: 45px 0 50px;
	}
	#sitemap .list dl:nth-child(n + 2) {
	}
}
/* =============================================================== */
/* SITEMAP:リンク一覧:DL:DT                                        */
/* =============================================================== */
#sitemap .list dl dt {
	color: #1986c6;
	font-size: 0.18rem;
	line-height: 1;

	font-family: source-han-sans-japanese,sans-serif;
	font-weight: 700;
	font-style: normal;
}
#sitemap .list dl dt::after {
	content: "";
	display: inline-block;
	width: 23px;
	height: 5px;
	padding-left: 6px;
	background-image: url('../../images/sitemap/icon_blue_arrow@2x.png');
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: top;
	position: relative;
	top: 7px;
}
@media screen and (max-width: 750px) {
	#sitemap .list dl dt {
		font-size: 0.30rem;
	}
	#sitemap .list dl dt::after {
		width: 34px;
		height: 8px;
		padding-left: 10px;
		top: 11px;
	}
}
/* =============================================================== */
/* SITEMAP:リンク一覧:DL:DD                                        */
/* =============================================================== */
#sitemap .list dl dd {
	padding-top: 15px;
	font-size: 0.16rem;
	line-height: 1;
	font-feature-settings: "palt";

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#sitemap .list dl dd > div {
	margin-right: 21px;
}
#sitemap .list dl dd > div a {
	display: inline-block;
	padding-left: 10px;
	position: relative;
}
#sitemap .list dl dd > div a::before {
	content: "";
	border-top:    5.5px solid transparent;
	border-right:  0px solid transparent;
	border-bottom: 5.5px solid transparent;
	border-left:   5.5px solid #1986c6;

	position: absolute;
	top:  calc(50% - 3.5px);
	left: 0;
}
@media screen and (max-width: 750px) {
	#sitemap .list dl dd {
		padding-top: 40px;
		font-size: 0.28rem;
	}
	#sitemap .list dl dd > div {
		width: 50%;
		margin-right: 0;
	}
	#sitemap .list dl dd > div:nth-child(n + 3) {
		margin-top: 40px;
	}
	#sitemap .list dl dd > div a {
		padding-left: 15px;
	}
	#sitemap .list dl dd > div a::before {
		content: "";
		border-top:    8px solid transparent;
		border-right:  0px solid transparent;
		border-bottom: 8px solid transparent;
		border-left:   8px solid #1986c6;

		position: absolute;
		top:  calc(50% - 7px);
		left: 0;
	}
}
/* =============================================================== */
/* SITEMAP:リンク一覧:DL:DD(個別調整:SERVICE)                      */
/* =============================================================== */
#sitemap .list dl.kind_service dd > div {
	margin-right: 0;
}
#sitemap .list dl.kind_service dd > div:nth-child(1),
#sitemap .list dl.kind_service dd > div:nth-child(5) {
	width: 260px;
}
#sitemap .list dl.kind_service dd > div:nth-child(2),
#sitemap .list dl.kind_service dd > div:nth-child(6) {
	width: 288px;
}
#sitemap .list dl.kind_service dd > div:nth-child(3) {
	width: 190px;
}
#sitemap .list dl.kind_service dd > div:nth-child(n + 5) {
	margin-top: 11px;
}
@media screen and (max-width: 750px) {
	#sitemap .list dl.kind_service dd > div {
		margin-right: 0;
	}
	#sitemap .list dl.kind_service dd > div:nth-child(1) {
		width: 100%;
	}
	#sitemap .list dl.kind_service dd > div:nth-child(5) {
		width: 50%;
	}
	#sitemap .list dl.kind_service dd > div:nth-child(2) {
		width: 100%;
	}
	#sitemap .list dl.kind_service dd > div:nth-child(6) {
		width: 50%;
	}
	#sitemap .list dl.kind_service dd > div:nth-child(3) {
		width: 50%;
	}
	#sitemap .list dl.kind_service dd > div:nth-child(n + 5) {
		margin-top: 0;
	}
	#sitemap .list dl.kind_service dd > div:nth-child(n + 2) {
		margin-top: 40px;
	}
}
