@charset "UTF-8";

/* mainimg
------------------------------------------------- */
.mainimg {
	background: url(../img/sitemap/mainimg.jpg) no-repeat center #000;
	background-size:100%;
	margin: 0;
}

/* sitemapSet
------------------------------------------------- */
.sitemapSet {
    background: url(../img/sitemap/bg_sitemap.jpg) no-repeat center top;
	padding: 65px 0 80px;
}
.sitemapSet .ttl01 {
	padding-bottom: 60px;
}
.sitemapSet ul {
    font-size: 0;
}
.sitemapSet ul li {
    font-size: 14px;
    display: inline-block;
    width: 210px;
    margin-bottom: 2.5em;
}
.sitemapSet ul li:nth-child(3n-1) {
    width: 290px;
}
.sitemapSet ul li:nth-child(3n) {
    width: 200px;
}
.sitemapSet ul li a {
    color: #000;
    font-weight: bold;
    background: url("../img/sitemap/icon.png") left center no-repeat;
    background-size: 16px auto;
    padding: 5px 0 5px 24px;
}

#wrapper {
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 90px;
}
#footer {
    position: absolute;
    bottom: 0;
}


@media only screen and (max-width:750px){
/* headTitle01
------------------------------------------------- */
.headTitle01 {
	width: 44.94%;
	max-width: 191px;
	left: 2%;
}

/* sitemapSet
------------------------------------------------- */
.sitemapSet {
	padding: 5vw 0;
    background: none;
}
.sitemapSet .ttl01 {
	width: 30%;
	max-width: 126px;
	padding-bottom: 7vw;
}
.sitemapSet ul li {
    font-size: 3.725vw;
    display: list-item;
    width: 100%;
    margin-bottom: 5vw;
}
.sitemapSet ul li:nth-child(3n-1),
.sitemapSet ul li:nth-child(3n) {
    width: 100%;
}
.sitemapSet ul li a {
    background: url("../img/sitemap/icon.png") left center no-repeat;
    background-size: 5vw auto;
    padding: 5px 0 5px 7vw;
}

#wrapper {
    padding-bottom: 0;
}
#footer {
    position: static;
}
}