@charset "utf-8";
/* CSS Document */

.mv--container{
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.global {
    gap: 0 10px;
}
.content .section {
    margin: 0 0 70px 0;
}
.content h2{margin-bottom: 50px;}
.content h2 a{
	font-weight: 700;
	color: var(--p);
}

.sitemap .box{
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #eee;
	width: 100%;
}
.sitemap .box:last-child{
	border: none;
	padding: 0;
	margin: 0;
}
.sitemap .box.block{
	display: block;
}
.sitemap .box p{
	width: 30%;
	display: flex;
	align-items: center;
	gap:0 5px;
	margin: 0;
}
.sitemap .box p i{
	color: var(--p);
	font-size: 2.5rem;
}
.sitemap .box p a{
	font-weight: 600;
	color: var(--p);
	text-decoration: none;
}
.sitemap .box ul.sv li span{
	color: var(--p);
}
.sitemap .box ul.m-list li {
	display: flex;
	align-items: center;
	gap:0 5px;
	margin: 0;
	border-bottom: 1px solid #eee;
}
.sitemap .box ul.m-list li:last-child{
	border: none;
}
.sitemap .box ul.m-list li i{
	color: var(--p);
	font-size: 2.5rem;
}
.sitemap .box ul.m-list li a{
	font-weight: 600;
	color: var(--p);
	text-decoration: none;
	padding: 14px 0;
}

.mhsw a,
.mhsw i,
.mhsw .sitemap .box ul.sv li span{
	color: #287E28!important;
}
.cw a,
.cw i,
.cw .sitemap .box ul.sv li span{
	color: #D06874!important;
}

.other h2{color: #000;}
.other a,
.other i,
.other .sitemap .box ul.sv li span{
	color: #000!important;
}


@media screen and (max-width: 800px) {

.sitemap .box{
	display: block;
}
.sitemap .box p{width: 100%;}
.sitemap-content .content h2{
	margin: 0 0 20px 0;
}
.sitemap .box i {
    font-size: 2.0rem!important;
}
.sitemap .box .sv{
	margin: 5px 0 0 20px;
}
.sitemap .box .sv li{
	position: relative;
	padding: 0 0 0 20px;
}
.sitemap .box .sv li i{
	position: absolute;
	left: 0;
}

/*---------------------------------------------------------------------------------------------------------------------------------------- 800px */
}

























