@charset "UTF-8";

.sitemap-page {
	margin: 10px 0 20px 0;
}
.sitemap-page ul {
	margin-left: 20px;
}
.sitemap-page > ul {
	margin: 0 50px;
}
.sitemap-page a {
	font-weight: bold;
}
.sitemap-page a:hover {
	color: red
}
.sitemap-page {
	display: flex;
	justify-content: center;
}
.sitemap-page li > a {
	display: inline-block;
}
.main_head {
	margin: 35px 0 10px 0;
	color:black;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
}

.main_head::before {
	content: '';
   display: inline-block;
   border: 3.5px solid #f84342;
    border-radius: 81%;
    width: 9px;
    height: 9px;
	margin-right: 6px;
}
.list_start {
	line-height: 1.9;

}
.special_headline{
	word-spacing: 9px;
	
}
.internal_head {
	word-spacing: 0;
}
#mainContents {
	margin-top: 20px;
	padding-top: 0;
}

.special_case {
	line-height: 1.5;

}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding-left: 20px;
}

@media screen and (min-width: 668px) {
	h2 {
		margin: 0 auto;
		width: 980px;
		display: block;
	}
}
@media screen and (max-width: 667px) {
	h2 {
		padding-top: 14px;
	}
	.sitemap-page {
		display: block;
		margin-bottom: 50px;
	}
	.sitemap-page > ul {
		margin: 0;
	}
	.sitemap-page .special_headline > a {
		display: block;
	}
	.sitemap-page .special_headline > span {
		display: none;
	}
	.sitemap-page li a.main_head {
		background: #efefef;
		display: block;
		padding: 10px 0 10px 12px;
	}
	.list_start {
		line-height: 2.1;
	}
	.special_case {
		line-height: 1.7;
	}
}