@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	sitemap.css
*/

/*============================================================
	レイアウト
*/
.sitemap .row {
	margin: 0 -15px;
	margin-top: 40px;
}
.sitemap .col {
	float: left;
	padding: 0 15px;
	width: 33.333%;
}
.sitemap .col h3 {
	padding: 15px 30px;
	font-size: 129%;
	line-height: 1.3;
}
.sitemap .col h3 a,
.sitemap .col h3 span {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #cc1a1a;
}
.sitemap .col h3 a i {
	display: none;
}
.sitemap .home,
.sitemap .col h4 {
	font-size: 100%;
	line-height: 1.4;
}
.sitemap .home {
	margin: 0 30px;
	margin-top: 40px;
}
.sitemap .home a,
.sitemap .col h4 a {
	display: inline-block;
	position: relative;
	padding-left: 26px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.sitemap .home a i,
.sitemap .col h4 a i {
	display: block;
	position: absolute;
	top: 50%; left: 0;
	margin-top: -8px;
	font-size: 17px;
	line-height: 1;
	color: #cc1a1a;
}
.yu-font-bugs .wide-pc .sitemap .home a i,
.yu-font-bugs .wide-pc .sitemap .col h4 a i {
	margin-top: -11px;
}
.sitemap .col .block {
	padding: 20px 30px;
	border-top: 1px solid #c9cacc;
}
.sitemap .col ul {
	margin-top: 10px;
	padding-bottom: 35px;
}
.sitemap .col ul:first-child {
	margin-top: 0;
}
.sitemap .col ul li {
	padding: 2px 0;
	font-weight: 500;
	font-size: 86%;
	line-height: 1.4;
}
.sitemap .col ul li a {
	position: relative;
	text-decoration: none;
	color: #000000;
}
.sitemap .col ul li a i {
	display: none;
}
/* ホバー */
.os-other .wide-pc .sitemap .col h3 a {
	-webkit-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
}
.os-other .wide-pc .sitemap .col h3 a:hover {
	opacity: 0.6;
}
.os-other .wide-pc .sitemap .home a i,
.os-other .wide-pc .sitemap .col h4 a i {
	-webkit-transition: left 0.1s ease;
	        transition: left 0.1s ease;
}
.os-other .wide-pc .sitemap .home a:hover i,
.os-other .wide-pc .sitemap .col h4 a:hover i {
	left: 3px;
}
.os-other .wide-pc .sitemap .col ul li a {
	-webkit-transition: color 0.3s ease;
	        transition: color 0.3s ease;
}
.os-other .wide-pc .sitemap .col ul li a:hover {
	color: #cc1a1a;
}

/* ////////////////////////////////////////////////////////////
	ブレイクポイント
*/
@media screen and (max-width: 680px) {

	/*============================================================
		レイアウト
	*/
	.sitemap .row {
		margin: 0;
	}
	.sitemap .col {
		float: none;
		padding: 0;
		width: 100%;
	}
	.sitemap .col .root {
		border-bottom: 1px solid #c9cacc;
	}
	.sitemap .col h3 {
		margin-top: 15px;
		padding: 8px 10px;
		font-size: 110%;
		line-height: 1.3;
	}
	.sitemap .col h3 a,
	.sitemap .col h3 span {
		padding: 0 16px 0 0;
	}
	.sitemap .col h3 a i {
		display: block;
		position: absolute;
		top: 50%; right: 0;
		margin-top: -5px;
		font-size: 10px;
		line-height: 1;
	}
	.sitemap .home,
	.sitemap .col h4 {
		border-top: 1px solid #c9cacc;
		font-size: 100%;
		line-height: 1.5;
	}
	.sitemap .home {
		margin: 0;
		border-bottom: 1px solid #c9cacc;
	}
	.sitemap .home a,
	.sitemap .col h4 a {
		display: block;
		padding: 10px 32px 10px 10px;
		background-color: #f1f1f1;
	}
	.sitemap .home a i,
	.sitemap .col h4 a i {
		left: auto;
		right: 10px;
		margin-top: -7px;
		font-size: 13px;
		line-height: 1;
	}
	.sitemap .col .block {
		padding: 0;
		border: 0;
	}
	.sitemap .col ul {
		margin: 0;
		padding: 0;
	}
	.sitemap .col ul li {
		padding: 0;
		border-top: 1px solid #c9cacc;
		font-size: 90%;
		line-height: 1.5;
	}
	.sitemap .col ul li a {
		display: block;
		padding: 10px 32px 10px 10px;
	}
	.sitemap .col ul li a i {
		display: block;
		position: absolute;
		top: 50%; right: 10px;
		margin-top: -7px;
		font-size: 13px;
		line-height: 1;
		color: #cc1a1a;
	}

}