@charset "utf-8";
/* CSS Document */

#sitemap .ttl{
	    margin: 15px auto 20px;
    font-size: 1.8em;
    line-height: 1.4em;
    font-weight: bold;
    text-align: center;
}

#sitemap .co {
    min-width: 980px;
    max-width: 1200px;
    margin: 30px auto 60px;
    text-align: left;
}


#sitemap .mpWp{
	display: flex;
	justify-content:space-between;
}

#sitemap .mpWp div{
	width: 22%;

}

#sitemap #home a{
	font-size: 140%;
	font-weight: bold;
	color: #004da1;
}

#sitemap #home a:before{
	font-family:'marurino';
	content:"\e91d";
	margin-right: 0.2em;
}

.mpWp h2{
	font-size: 120%;
	margin-top: 1.5em;
}

.mpWp h2:before{
	margin-right: 0.2em;
}

.mpWp ul{
	margin-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 2em;
	font-size: 92%;
}

.mpWp li{
	margin-top: 1.1em;
	margin-bottom: 1.1em;
}

.mpWp li a{
	color: #004da1;

}

.mpWp li ul{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
	
}

.mpWp li ul li{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
    list-style:circle;
}

.mpWp li ul li a{
	font-weight: normal;
}

.mpWp .t2 {
	margin-left: 0.5em;
}

.mpWp .t2 li a{
	font-size: 110%;
}

.mpWp .t2 li a:before{
	margin-right: 0.2em;	
}

.mpWp .t3 {
	margin-left: 0.5em;
}

.mpWp .t3 li a{
	font-size: 100%;
}

.mpWp .t3 li a:before{
	margin-right: 0.2em;	
}

/* -------------------- tablet  -------------------- */

@media screen and (max-width:969px) {

#sitemap .co {
    min-width:0;
}
}

/* -------------------- smart phone  -------------------- */

@media screen and (max-width:767px) {

#sitemap .mpWp{
	display:block;

}

#sitemap .mpWp div{
	width: 100%;

}
	
#sitemap .co {
	margin-top: 0;
	padding-top: 0;
}	
	
}
