@charset "utf-8";

/* ------------------------------------------------------------------------- *
 *	PC : 641px < Window Size
/* ------------------------------------------------------------------------- */
@media print,screen and (min-width: 641px) {
	/* ------ Header ------ */
	#page-ttl{
		background-image: url(../../img/sitemap/page_ttl_pc.jpg);
	}

	/* ------ Body ------ */
	#sitemap h3.ttl_bb{
		padding-bottom:15px;
		border-bottom:3px solid #d90000;
		margin-bottom:20px;
		width:100%;
		font-size:18px;
	}
	#sitemap .link{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		margin-bottom:40px;
	}
	#sitemap .link li{
		width:33.333%;
		margin-bottom:20px;
	}
	#sitemap .link li a{
		white-space:nowrap;
		font-size:16px;
	}
	#sitemap .link li a:before{
		font-size:16px;
		margin-right:0.313em;
	}

	#sitemap .other{
		padding-top:60px;
		border-top:3px solid #d90000;
	}
	#sitemap .other .link{
		margin-bottom:0;
	}
	#sitemap .other .link li:nth-child(-n+3){
		margin-bottom:35px;
	}
}

/* ------------------------------------------------------------------------- *
 *	Mobile (Low Res) : 640px > 0
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {
	/* ------ Header ------ */
	#page-ttl{
		background-image: url(../../img/sitemap/page_ttl_sp.jpg);
	}

	/* ------ Body ------ */
	#sitemap h3.ttl_bb{
		padding-bottom:0.625em;
		border-bottom:3px solid #d90000;
		margin-bottom:0.625em;
		width:100%;
		font-size:3.75vw;
	}
	#sitemap .link{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		margin-bottom:3.15vw;
	}
	#sitemap .link li{
		width:50%;
		margin-bottom:1.563vw;
	}
	#sitemap .link li a{
		white-space:nowrap;
	}
	#sitemap .link li a:before{
		margin-right:0.313em;
	}

	#sitemap .other{
		padding-top:4.688vw;
		border-top:3px solid #d90000;
	}
	#sitemap .other .link{
		margin-bottom:0;
	}
	#sitemap .other .link li:not(:last-child){
		margin-bottom:4.688vw;
	}
}
/* Mobile (Low Res) : 480px > 0 */
@media only screen and (max-width: 480px) {
	h3.ttl_bb{
		border-bottom:2px solid #d90000;
	}
	#sitemap .other{
		border-top:2px solid #d90000;
	}
}