﻿@media only screen and (min-width:0px) and (max-width:1300px) {
	.sitemap .max-w-box > div.footer-sitemap { width:65%;}
	.sitemap .max-w-box > div.footer-descr { width:35%;}
	}

@media only screen and (min-width:0px) and (max-width:1024px) {
/*SiteMap設定------------------------*/
.sitemap .max-w-box > div.footer-sitemap,
.sitemap .max-w-box > div.footer-descr { width:100%;}
.sitemap .max-w-box > div.footer-sitemap dl:nth-child(1) { order:1; width:calc( 50% - 10px ); margin-right:20px; width:100%; margin-right:0;}
.sitemap .max-w-box > div.footer-sitemap dl:nth-child(2) { order:2; width:100%; margin-right:0;}
.sitemap .max-w-box > div.footer-sitemap dl:nth-child(3) { order:3; width:calc( 100% - 10px ); width:100%; margin-right:0;}
.sitemap .max-w-box > div.footer-sitemap dl:nth-child(4) { order:4; width:calc( 100% - 10px ); width:100%; margin-right:0;}
}
@media only screen and (min-width:0px) and (max-width:620px) {
/*SiteMap設定------------------------*/
.sitemap .max-w-box > div.footer-sitemap dl,
.sitemap .max-w-box > div.footer-sitemap dl:nth-child(1),
.sitemap .max-w-box > div.footer-sitemap dl:nth-child(3),
.sitemap .max-w-box > div.footer-sitemap dl:nth-child(4){ width:calc( 100% - 10px ); width:100%; margin-right:0;}
}