@charset "utf-8";

@media screen and (max-width: 740px) {

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

　　スマホ画面 個別設定

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


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


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


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


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

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

.boxCategoryTitle {
  
}

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

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



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

/* -- 共通 -- */

/* -- トップ -- */

.wrapSitemap {
}

.sitemap h2,
.sitemap h3 {
	font-size: 1.1em;
}

.sitemap h2 {
	margin: 2em 1em;
}

.wrapSitemap .boxSitemap {
	width: 100%;
	margin-right: 0;
	padding: 0 1em;
}

.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;
}



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


}