@charset "utf-8";

/* sitemap
============================ */
#corp.sitemap .wrap {
	position: relative;
	z-index: 3;
	top: 0;
	padding: 0 0 80px;
	margin: 0 24px;
	}
	@media print, screen and (min-width:768px) {
	#corp.sitemap .wrap {
		margin: 0 54px;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.sitemap .wrap {
		width: 1275px;
		padding-bottom: 120px;
		margin: 0 auto;
	}
}
#corp.sitemap .flex3,
#corp.sitemap .flex4 {
	margin: 0;
	}
	@media print, screen and (min-width:1305px) {
	#corp.sitemap .flex4 {
		margin-top: 90px;
	}
}
#corp.sitemap .flex3 div,
#corp.sitemap .flex4 div {
	flex-basis: 100%;
	margin-top: 45px;
}
#corp.sitemap .flex3 div:nth-of-type(1) {
	margin-top: 0;
}
@media print, screen and (min-width:768px) {
	#corp.sitemap .flex3 div:nth-of-type(1) {
		flex-basis: 55%;
	}
	#corp.sitemap .flex3 div:nth-of-type(2) {
		flex-basis: 45%;
		margin-top: 0;
	}
	#corp.sitemap .flex3 div:nth-of-type(3) {
		flex-basis: 100%;
	}
	#corp.sitemap .flex4 div:nth-of-type(1),
	#corp.sitemap .flex4 div:nth-of-type(3) {
		flex-basis: 55%;
	}
	#corp.sitemap .flex4 div:nth-of-type(2),
	#corp.sitemap .flex4 div:nth-of-type(4) {
		flex-basis: 45%;
	}
}
@media print, screen and (min-width:1305px) {
	#corp.sitemap .flex3 div:nth-of-type(1) {
		flex-basis: 30%;
	}
	#corp.sitemap .flex3 div:nth-of-type(2) {
		flex-basis: 30%;
	}
	#corp.sitemap .flex3 div:nth-of-type(3) {
		flex-basis: 40%;
		margin-top: 0;
	}
	#corp.sitemap .flex4 div:nth-of-type(1) {
		flex-basis: 28%;
	}
	#corp.sitemap .flex4 div:nth-of-type(2) {
		flex-basis: 22%;
	}
	#corp.sitemap .flex4 div:nth-of-type(3) {
		flex-basis: 30%;
	}
	#corp.sitemap .flex4 div:nth-of-type(4) {
		flex-basis: 20%;
	}
}
#corp.sitemap .flex3 h2 a,
#corp.sitemap .flex4 h2 a {
	margin: 0;
	background: #fff;
	display: inline-block;
}
#corp.sitemap .flex3 h2 a:hover,
#corp.sitemap .flex4 h2 a:hover {
	text-decoration: none;
	color: #000;
}
#corp.sitemap h2 {
	font-size: 0.688rem; /* 11px */
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: 500;
	margin: 0 0 30px;
	position: relative;
	padding-bottom: 25px;
	}
	@media print, screen and (min-width:768px) {
	#corp.sitemap h2 {
		font-size: 0.750rem; /* 12px */
		margin: 0 0 36px;
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.sitemap h2 {
		font-size: 0.875rem; /* 14px */
		margin: 0 0 36px;
	}
}
#corp.sitemap h2 span {
	display: block;
	font-family: 'Lora', serif;
	font-size: 1.625rem; /* 26px */
	font-weight: normal;
	color: #222;
	margin-bottom: 0;
	vertical-align: text-top;
	}
	@media print, screen and (min-width:768px) {
	#corp.sitemap h2 span {
		font-size: 1.750rem; /* 28px */
	}
	}
	@media print, screen and (min-width:1305px) {
	#corp.sitemap h2 span {
		font-size: 1.875rem; /* 30px */
	}
}
#corp.sitemap .flex3 ul li,
#corp.sitemap .flex4 ul li {
	margin-bottom: 0.5em;
}
#corp.sitemap .flex3 ul li a,
#corp.sitemap .flex4 ul li a {
	position: relative;
	padding-left: 1.2em;
	margin: 0;
	display: inline-block;
}
#corp.sitemap .flex3 ul li a::before,
#corp.sitemap .flex4 ul li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 0.5em;
	width: 0;
	height: 0;
	left: 0;
	border: 4px solid transparent;
	border-left: 8px solid #222;
}
#corp.sitemap .flex3 ul li a:hover,
#corp.sitemap .flex4 ul li a:hover {
	text-decoration: underline;
}