@charset UTF-8;
div.sitemap_content {
	background-color: white;
	border-radius: 20px;
	padding: 120px 0 0;
	background-image: url(../img/sitemap/sitemap_top.png);
	background-repeat: no-repeat;
	background-position: center 30px;
}
html.background_black main div.sitemap_content {
	background-color:black;
}
div.sitemap_content li {
	list-style-type: none;
}
div.sitemap_child li {
	padding: 0.5em 0 0.5em 20px;
}
div.sitemap_child {
	display: table;
	width: calc(100% - 80px);
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 40px;
}
div.sitemap_child li a {
	display: block;
	line-height: 1.2em;
}
div.sitemap_box {
	display: table-cell;
	width: 33%;
}
div.sitemap_child div.site_name {
	padding-top: 110px;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	padding-right: 2.5em;
}
div.sitemap_child div.site_name::before {
	position: absolute;
	right: 2.5em;
	bottom: 1.2em;
	content: "";
	width: 0.5em;
	height: 0.5em;
	border-right: 2px solid black;
	border-top: 2px solid black;
	transform: rotate(45deg);
}
html.background_black div.sitemap_child div.site_name::before {
	border-color: white;
}
div.sitemap_child div.site_name::after {
	content: '';
	position: absolute;
	border-bottom: 1px solid var(--silver-col);
	width: calc(100% - 20px);
	height: 1px;
	left: 0;
	bottom: -0.3em;
}
div.tv div.site_name {
	background-image: url(../img/sitemap/sitemap_tv.png);
}
div.net div.site_name {
	background-image: url(../img/sitemap/sitemap_net.png);
}
div.mvno div.site_name {
	background-image: url(../img/sitemap/sitemap_mvno.png);
}
div.sitemap_child div.site_name a {
	font-size: 1.5rem;
	font-weight: bold;
	padding-left: 20px;
	display: block;
}
div.sitemap_child ul {
	margin-top: 0.7em;
}
div.sitemap_hr {
	height: 1px;
	background-color: var(--silver-col);
	margin: 40px;
}
div.sitemap_parent {
	display: block;
	width: calc(100% - 80px);
	margin: 0 40px;
}
div.sitemap_parent li {
	display: block;
	float: left;
	width: 33%;
}
div.sitemap_parent li a {
	margin-left: 20px;
}
div.sitemap_child li a,
div.sitemap_parent li a {
	text-decoration: underline;
}
div.sitemap_parent li a {
	word-break: keep-all;
}

@media screen and (max-width: 960px){
	div.sitemap_box {
		display: block;
		width: 100%;
	}
	div.sitemap_child div.site_name::after {
		width: 100%;
	}
	div.sitemap_child div.site_name::before {
		right: 1.2em;
	}
	div.sitemap_child {
		width: calc(100% - 40px);
		margin: 0 20px;
	}
	div.sitemap_child div.site_name {
		padding-top: 0;
		background-position: center left;
		padding-left: 2em;
		background-size: 2.6em;
		padding-right: 2em;
	}
	div.sitemap_child div.net,
	div.sitemap_child div.mvno {
		margin-top: 2em;
	}
	div.sitemap_hr {
		margin: 40px 20px;
	}
	div.sitemap_parent {
		width: auto;
		margin: 0 20px;
	}
	div.sitemap_parent li {
		float: none;
		width: 100%;
	}
}
