@charset "utf-8";

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

　 個別設定

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


/*  全体・コンテナー 設定
--------------------------------------------- */


/*  ヘッダー 設定
--------------------------------------------- */


/*  コンテンツ 設定
--------------------------------------------- */


/*  Content Top
-----------------------------------*/

/* -------- カテゴリータイトル -------- */

.boxCategoryTitle {
  background-image: url(../img/categorytitle-bg-all.png);
  
}


/*  Content Main
-----------------------------------*/

/* -------- タイトル -------- */



/* ------ コンテンツ ------ */


/* -- トップ -- */

.wrapSitemap {
	display: flex;
	flex-wrap: wrap;
}

.sitemap h2,
.sitemap h3 {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.25em;
	border-bottom: 1px dotted #999;
}

.sitemap h2 {
	margin-bottom: 2em;
}

.wrapSitemap .boxSitemap {
	width: 480px;
	margin-right: 40px;
	margin-bottom: 3em;
}

.wrapSitemap .boxSitemap:nth-child(even){
	margin-right: 0;
}

.sitemap a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	transition: all  0.3s ease;
}

.sitemap a:before {
	position: absolute;
	top: -1px;
	bottom: 0;
	left: 4px;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #d40000;
}

.sitemap a:hover {
	color: #b40000;
	text-decoration: underline;
}

/*  フッター 設定
--------------------------------------------- */
