@charset "UTF-8";
/* ===========================================================

	Title: other.css
	Created: 2018-05-02
	その他コンテンツ専用スタイル

=========================================================== */
/*
	Common
	sitemap
	
=========================================================== */

/* ===========================================================

	Common

=========================================================== */

/* ===========================================================

	sitemap

=========================================================== */

.sitemap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1em;
}
.sitemap__cell {
	display: block; padding: 1.0em 1.0em;
	width: 33.3333%;
}
.sitemap dt a::before {
	display: inline-block; margin:  0 0.5em 0 0;
	content: "\f105"; font-family: FontAwesome;
	color: rgba(0,85,161,1.00);
}

.sitemap h2 { margin: 0 0 1.0em 0; padding: 0.75em 1.0em; font-size: 1.8rem; }
.sitemap dl { padding: 0; }